Developing with ZBOSS for Zigbee
|
Macros | |
#define | ZB_ZCL_IDENTIFY_SEND_TRIGGER_VARIANT_REQ_NO_APS_ACK( buffer, addr, dst_addr_mode, dst_ep, ep, prof_id, def_resp, cb, effect_id, effect_var) |
Macro equivalent to ZB_ZCL_IDENTIFY_SEND_TRIGGER_VARIANT_REQ, but command is sent without APS ACK. More... | |
#define | ZB_ZCL_DECLARE_IDENTIFY_CLIENT_ATTRIB_LIST(attr_list) |
Declare attribute list for Identify cluster (client). More... | |
#define | ZB_ZCL_DECLARE_IDENTIFY_SERVER_ATTRIB_LIST(attr_list, identify_time) |
Declare attribute list for Identify cluster (server). More... | |
#define ZB_ZCL_DECLARE_IDENTIFY_CLIENT_ATTRIB_LIST | ( | attr_list | ) |
Declare attribute list for Identify cluster (client).
attr_list | - attribute list name. |
#define ZB_ZCL_DECLARE_IDENTIFY_SERVER_ATTRIB_LIST | ( | attr_list, | |
identify_time | |||
) |
Declare attribute list for Identify cluster (server).
attr_list | - attribute list name |
identify_time | - pointer to variable to store identify time attribute value |
#define ZB_ZCL_IDENTIFY_SEND_TRIGGER_VARIANT_REQ_NO_APS_ACK | ( | buffer, | |
addr, | |||
dst_addr_mode, | |||
dst_ep, | |||
ep, | |||
prof_id, | |||
def_resp, | |||
cb, | |||
effect_id, | |||
effect_var | |||
) |
Macro equivalent to ZB_ZCL_IDENTIFY_SEND_TRIGGER_VARIANT_REQ, but command is sent without APS ACK.