|
Digi XBee(R) ANSI C Host Library
|
ZCL header structure used for building response frames that may or may not be manufacturer-specific. More...
#include "zigbee/zcl.h"
Data Fields | |
| union { | |
| struct { | |
| uint8_t frame_control | |
| uint16_t mfg_code_le | |
| } mfg | |
| struct { | |
| uint16_t dummy | |
| uint8_t frame_control | |
| } std | |
| } | u |
| uint8_t | sequence |
| uint8_t | command |
ZCL header structure used for building response frames that may or may not be manufacturer-specific.
Frame is sent starting with element .u.mfg.frame_control or .u.std.frame_control.
1.8.11