Initial Commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef BLUETOOTH_FUNCTIONS_H
|
||||
#define BLUETOOTH_FUNCTIONS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace PresenceDetection {
|
||||
namespace Bluetooth {
|
||||
|
||||
class Functions
|
||||
{
|
||||
public:
|
||||
static bool Ping(const std::string& macAddress);
|
||||
};
|
||||
|
||||
} // namespace Bluetooth
|
||||
} // namespace PresenceDetection
|
||||
|
||||
#endif // BLUETOOTH_FUNCTIONS_H
|
||||
Reference in New Issue
Block a user