Z-Wave Protocol Controller Reference
zwave_command_handler_callbacks.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 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
14#ifndef ZWAVE_COMMAND_HANDLER_CALLBACKS_H
15#define ZWAVE_COMMAND_HANDLER_CALLBACKS_H
16
19
31#ifdef __cplusplus
32extern "C" {
33#endif
34
43 zwave_keyset_t granted_keys,
44 zwave_kex_fail_type_t kex_fail_type);
45
52 const zwave_controller_connection_info_t *connection_info,
53 const zwave_rx_receive_options_t *rx_options,
54 const uint8_t *frame_data,
55 uint16_t frame_length);
56
63 const zwave_controller_connection_info_t *connection_info,
64 const zwave_rx_receive_options_t *rx_options,
65 const uint8_t *frame_data,
66 uint16_t frame_length);
67
68#ifdef __cplusplus
69}
70#endif
73#endif //ZWAVE_COMMAND_HANDLER_CALLBACKS_H
void zwave_command_handler_on_frame_received(const zwave_controller_connection_info_t *connection_info, const zwave_rx_receive_options_t *rx_options, const uint8_t *frame_data, uint16_t frame_length)
void zwave_command_handler_on_protocol_frame_received(const zwave_controller_connection_info_t *connection_info, const zwave_rx_receive_options_t *rx_options, const uint8_t *frame_data, uint16_t frame_length)
void zwave_command_handler_on_new_network_entered(zwave_home_id_t home_id, zwave_node_id_t node_id, zwave_keyset_t granted_keys, zwave_kex_fail_type_t kex_fail_type)
uint8_t zwave_keyset_t
Definition: zwave_keyset_definitions.h:32
zwave_kex_fail_type_t
Error codes used in S2 inclusion.
Definition: zwave_network_management_types.h:59
uint32_t zwave_home_id_t
Z-Wave HomeID type.
Definition: zwave_node_id_definitions.h:87
uint16_t zwave_node_id_t
Z-Wave NodeID type.
Definition: zwave_node_id_definitions.h:84
Structure holding information about the source and destination when transmitting and receiving Z-Wave...
Definition: zwave_controller_connection_info.h:87
Describing receive parameters of a frame.
Definition: zwave_rx_definitions.h:35
const zwave_home_id_t home_id
const zwave_node_id_t node_id