|
OpenDevice
Open IoT (Internet Of Things) Platform and Framework http://opendevice.io
|
Static Public Member Functions | |
| static bool | isDeviceCommand (uint8_t type) |
| static bool | isSimpleCommand (uint8_t type) |
Public Attributes | |
| uint8_t | type |
| uint8_t | id |
| uint8_t | deviceID |
| value_t | value |
| uint8_t | length |
Static Public Attributes | |
| static const uint8_t | START_BIT = '/' |
| static const uint8_t | SEPARATOR = '/' |
| static const uint8_t | ARRAY_SEPARATOR = ',' |
| static const uint8_t | ACK_BIT = '\r' |