ConnectionStatus enumeration
Represents the state of the device in the network as last seen.
Syntax
typedef enum ConnectionStatus { Online = 0, Offline = 1, Sleeping = 2 } ConnectionStatus;
Constants
- Online
-
Device is online and active on the network.
- Offline
-
Device is offline.
- Sleeping
-
Device is currently offline but might automatically wake up when an attempt is made to communicate with it.
Requirements
|
IDL |
|
|---|
Community Additions
ADD
Show: