Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
zaf_event_distributor_ncp.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
13
14#ifndef ZAF_EVENT_DISTRIBUTOR_NCP_H
15#define ZAF_EVENT_DISTRIBUTOR_NCP_H
16
19
26
33
40
47
53
59
64
65#endif /* ZAF_EVENT_DISTRIBUTOR_NCP_H */
void zaf_event_distributor_app_zw_rx(SZwaveReceivePackage *RxPackage)
Used by the application to handle protocol received events.
void zaf_event_distributor_app_serial_data_rx(void)
Used by the application to handle serial data received.
void zaf_event_distributor_app_serial_timeout(void)
Used by the application to handle serial timeout.
void zaf_event_distributor_app_state_change(void)
Used by the application to handle state changes in the NCP state machine.
void zaf_event_distributor_app_zw_command_status(SZwaveCommandStatusPackage *Status)
Used by the application to handle protocol command status.
Definition ZW_application_transport_interface.h:2046
Definition ZW_application_transport_interface.h:2079