Z-Wave Protocol Controller Reference
zwave_network_management_callbacks.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2022 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
24#ifndef ZWAVE_NETWORK_MANAGEMENT_CALLBACKS_H
25#define ZWAVE_NETWORK_MANAGEMENT_CALLBACKS_H
26
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
36void on_learn_mode_callback(LEARN_INFO *learn_mode_info);
37
42void on_set_suc_node_id_completed(uint8_t set_suc_status);
43
48
54
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif //ZWAVE_NETWORK_MANAGEMENT_CALLBACKS_H
void on_request_node_neighbor_update_completed(uint8_t status)
a callback function for Request Node Neighbor Discovery Command
Definition: zwave_network_management_callbacks.c:79
void on_learn_mode_callback(LEARN_INFO *learn_mode_info)
callback function for zwapi_set_learn_mode()
Definition: zwave_network_management_callbacks.c:27
void on_set_default_complete()
callback function for zwapi_set_default()
Definition: zwave_network_management_callbacks.c:72
void on_set_suc_node_id_completed(uint8_t set_suc_status)
callback function for zwapi_set_suc_node_id()
Definition: zwave_network_management_callbacks.c:65
void on_zwave_api_started()
Callback function that gets notified whenever a Z-Wave API started call is received.
Definition: zwave_network_management_callbacks.c:89
Learn mode state information passed by the call back function.
Definition: zwapi_protocol_controller.h:328
Z-Wave API for Z-Wave controllers (network setup and maintenance)