nRF5 SDK for Thread and Zigbee v3.2.0
Macros | Functions
ZCL common add-ons

Macros

#define ZB_ZCL_FINISH_PACKET_NO_APS_ACK(zbbuf, ptr)   (void) zb_zcl_finish_and_send_packet_no_ack((zbbuf), (ptr),
 Macro equivalent to ZB_ZCL_FINISH_PACKET, but command is sent without APS ACK. More...
 

Functions

void zb_zcl_finish_and_send_packet_no_ack (zb_buf_t *p_buf, zb_uint8_t *p_cmd_ptr, zb_addr_u *p_dst_addr, zb_uint8_t dst_addr_mode, zb_uint8_t dst_ep, zb_uint8_t src_ep, zb_uint16_t profile_id, zb_uint16_t cluster_id, zb_callback_t p_cb)
 Send ZCL command without APS acknowledgment request.
 

Detailed Description

Macro Definition Documentation

#define ZB_ZCL_FINISH_PACKET_NO_APS_ACK (   zbbuf,
  ptr 
)    (void) zb_zcl_finish_and_send_packet_no_ack((zbbuf), (ptr),

Macro equivalent to ZB_ZCL_FINISH_PACKET, but command is sent without APS ACK.

Note
This macro may be used when constructing other ZCL macros like in Zboss library replacing ZB_ZCL_FINISH_PACKET with ZB_ZCL_FINISH_PACKET_NO_APS_ACK.

Documentation feedback | Developer Zone | Subscribe | Updated