Digi XBee(R) ANSI C Host Library
Data Fields
zcl_header_response_t Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: