Definition at line 12 of file SensrPacket.h.
Public Types | |
| enum | { TYPELEN = 1, VALUELEN = 4, SENIDLEN = 1, TOTLEN = TYPELEN + VALUELEN + SENIDLEN + IDLEN + OVERHEAD } |
Private Attributes | |
| char | type |
| type of sensor | |
| int | value |
| value of the sensor | |
| int | senID |
| id of the sensor | |
1.3.6