Z-Wave Protocol Controller Reference
zwave_tx_route_cache.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
25#ifndef ZWAVE_TX_ROUTE_CACHE_H
26#define ZWAVE_TX_ROUTE_CACHE_H
27
28#include "zwave_tx.h"
30
31#ifdef __cplusplus
32extern "C" {
33#endif
34
39
48 zwave_node_id_t destination_node_id, uint8_t number_of_repeaters);
49
57 zwave_node_id_t destination_node_id);
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif //ZWAVE_TX_ROUTE_CACHE_H
uint16_t zwave_node_id_t
Z-Wave NodeID type.
Definition: zwave_node_id_definitions.h:84
void zwave_tx_route_cache_set_number_of_repeaters(zwave_node_id_t destination_node_id, uint8_t number_of_repeaters)
Construct a new zwave tx route cache set number of repeaters object.
uint8_t zwave_tx_route_cache_get_number_of_repeaters(zwave_node_id_t destination_node_id)
Returns the cached number of repeaters for a destination NodeID.
void zwave_tx_route_cache_init()
Initializes and clear the route cache.