Packed message structure typedefs are used for packing and unpacking byte stream. More...
#include <generic_onoff_messages.h>
Data Fields | |
uint8_t | on_off |
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_onoff Set message.
Definition at line 73 of file generic_onoff_messages.h.