XBee Firmware Library
1.6.0
|
Data Fields | |
const zcl_attribute_base_t FAR * | attributes |
uint8_t | command |
command byte from the ZCL header More... | |
const wpan_envelope_t FAR * | envelope |
uint8_t | frame_control |
frame control byte from the ZCL header More... | |
int16_t | length |
length of the ZCL payload More... | |
uint16_t | mfg_code |
uint8_t | sequence |
sequence byte from the ZCL header More... | |
const void FAR * | zcl_payload |
pointer to the ZCL payload (first byte after ZCL header) More... | |
Structure populated by zcl_command_build() with the ZCL header from a received ZCL command frame. Does not look at the ZCL payload.