Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_cli_zcl_cmds.h
Go to the documentation of this file.
1
10#ifndef TR_CLI_ZCL_COMMANDS_H
11#define TR_CLI_ZCL_COMMANDS_H
12
13typedef struct
14{
15 zb_bufid_t buffer;
16 zb_uint8_t *cmd_ptr;
17 zb_uint16_t prof_id;
18 zb_uint16_t cluster_id;
19 zb_callback_t cb;
21
22// this is where zcl commands
24
25#endif // TR_CLI_ZCL_COMMANDS_H
Definition tr_cli_zcl_cmds.h:14
zb_bufid_t buffer
Definition tr_cli_zcl_cmds.h:15
zb_uint16_t cluster_id
Definition tr_cli_zcl_cmds.h:18
zb_uint8_t * cmd_ptr
Definition tr_cli_zcl_cmds.h:16
zb_callback_t cb
Definition tr_cli_zcl_cmds.h:19
zb_uint16_t prof_id
Definition tr_cli_zcl_cmds.h:17
tr_cli_zcl_cmd_creation_s g_cli_zcl_cmd_creation_s