nRF Connect SDK API 2.8.99
|
zb_uint8_t zigbee_logger_eprxzcl_ep_handler | ( | zb_bufid_t | bufid | ) |
#include <include/zigbee/zigbee_logger_eprxzcl.h>
Handler function which may be called to log an incoming frame onto Zigbee endpoint.
When this function is called as a callback bound to endpoint via ZB_AF_SET_ENDPOINT_HANDLER(), (directly or indirectly) it produces a log line similar to the following:
bufid | Reference to Zigbee buffer holding received zcl command to be logged |
ZB_FALSE | in all conditions. This enables possibility to use this function directly as Zigbee stack endpoint handler. |