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

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
 

Detailed Description

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


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