![]() |
BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
DeviceCriteria holds a criteria for device searching. Device can be search by one of the following properties: More...
#include <DeviceCriteria.h>
Public Member Functions | |
| DeviceCriteria (const Poco::Net::IPAddress &address) | |
| DeviceCriteria (const MACAddress &address) | |
| DeviceCriteria (const uint64_t serialNumber) | |
| bool | hasIPAddress () const |
| Poco::Net::IPAddress | ipAddress () const |
| bool | hasMACAddress () const |
| MACAddress | macAddress () const |
| bool | hasSerialNumber () const |
| uint64_t | serialNumber () const |
| std::string | toString () const |
DeviceCriteria holds a criteria for device searching. Device can be search by one of the following properties:
1.8.5