Packed message structure typedefs are used for packing and unpacking byte stream. More...
#include <generic_level_messages.h>
Data Fields | |
int16_t | level |
State to set. | |
uint8_t | tid |
Transaction number for application. | |
uint8_t | transition_time |
Encoded transition time value. | |
uint8_t | delay |
Encoded message execution delay in 5 millisecond steps. | |
Packed message structure typedefs are used for packing and unpacking byte stream.
Message format for the generic_level Set message.
Definition at line 89 of file generic_level_messages.h.