Zigbee Protocol Controller 1.6.0
zigpc_zcl_frame_data_t Struct Reference

Structure used to pass data for ZCL frame build helpers. More...

#include <zcl_util.h>

Public Attributes

zigpc_zcl_data_type_t type
 
const void * data
 

Detailed Description

Structure used to pass data for ZCL frame build helpers.

NOTE: The size of the data is inferred from the type set. NOTE: The data passed in should not cross any contiki process contexts.

Member Data Documentation

◆ data

const void* zigpc_zcl_frame_data_t::data

◆ type

zigpc_zcl_data_type_t zigpc_zcl_frame_data_t::type

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