|
Engage Engine API
1.244.9084
|
Connectivity Information used as part of the PresenceDescriptor. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
| void | clear () |
| virtual void | initForDocumenting () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| virtual std::string | toString () |
| virtual bool | isDocumenting () const |
Public Attributes | |
| int | type |
| Is the type of connectivity the device has to the network. | |
| int | strength |
| Is the strength of the connection connection as reported by the OS - usually in dbm. | |
| int | rating |
| Is the quality of the network connection as reported by the OS - OS dependent. | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| bool | _documenting |
Connectivity Information used as part of the PresenceDescriptor.
Helper C++ class to serialize and de-serialize Connectivity JSON
Example JSON:
Definition at line 1577 of file ConfigurationObjects.h.
|
inline |
Definition at line 1604 of file ConfigurationObjects.h.
|
inline |
Definition at line 1609 of file ConfigurationObjects.h.
|
inlinevirtual |
Reimplemented from AppConfigurationObjects::ConfigurationObjectBase.
Definition at line 1616 of file ConfigurationObjects.h.
| int AppConfigurationObjects::Connectivity::rating |
Is the quality of the network connection as reported by the OS - OS dependent.
Definition at line 1602 of file ConfigurationObjects.h.
| int AppConfigurationObjects::Connectivity::strength |
Is the strength of the connection connection as reported by the OS - usually in dbm.
Definition at line 1599 of file ConfigurationObjects.h.
| int AppConfigurationObjects::Connectivity::type |
Is the type of connectivity the device has to the network.
Valid values are
| Value | Description |
|---|---|
| 0 | Undefined |
| 1 | Wired |
| 2 | Wireless WiFi |
| 3 | Wireless Cellular |
Definition at line 1596 of file ConfigurationObjects.h.