nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
zigbee_logger_eprxzcl.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef ZIGBEE_COMMON_ZIGBEE_LOGGER_EPRXZCL_H_
8#define ZIGBEE_COMMON_ZIGBEE_LOGGER_EPRXZCL_H_
9
10#include <zboss_api.h>
11
22#ifdef __cplusplus
23extern "C" {
24#endif
25
47zb_uint8_t zigbee_logger_eprxzcl_ep_handler(zb_bufid_t bufid);
48
49#ifdef __cplusplus
50}
51#endif
52
55#endif /* ZIGBEE_COMMON_ZIGBEE_LOGGER_EPRXZCL_H_ */
zb_uint8_t zigbee_logger_eprxzcl_ep_handler(zb_bufid_t bufid)
Handler function which may be called to log an incoming frame onto Zigbee endpoint.