Digi XBee(R) ANSI C Host Library
|
General header for casting onto an incoming frame. More...
#include "zigbee/zcl.h"
Data Fields | |
uint8_t | frame_control |
union { | |
struct { | |
uint16_t mfg_code_le | |
zcl_header_common_t common | |
} mfg | |
struct { | |
zcl_header_common_t common | |
} std | |
} | type |
General header for casting onto an incoming frame.
Reference .type.mfg if (.frame_control & ZCL_FRAME_MFG_SPECIFIC != 0). Reference .type.std otherwise. < manufacturer-specific extension < standard