22#ifndef ZIGPC_ZCL_UTIL_INT_HPP
23#define ZIGPC_ZCL_UTIL_INT_HPP
32const std::unordered_map<zigpc_zcl_data_type_t, size_t> *
52 const void *arg_data);
uint32_t sl_status_t
Definition: sl_status.h:139
zigpc_zcl_data_type_t
ZCL data types.
Definition: zcl_definitions.h:40
const std::unordered_map< zigpc_zcl_data_type_t, size_t > * zigpc_zcl_get_zcl_data_type_size_map(void)
Get the autogenerated ZCL data type to size map.
sl_status_t zigpc_zcl_add_command_frame_arg(zcl_frame_t *const frame, zigpc_zcl_data_type_t arg_type, const void *arg_data)
Append command data to a ZCL frame.
Definition: zigpc_common_zigbee.h:293