|
Z-Wave Protocol Controller Reference
|
Caches route data with NodeID destinations. More...
Functions | |
| void | zwave_tx_route_cache_init () |
| Initializes and clear the route cache. More... | |
| 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. More... | |
| 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. More... | |
Caches route data with NodeID destinations.
The Z-Wave Tx route cache allows to cache routing information, for example how many hops were last used with a destination.
| 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.
| destination_node_id | The NodeID we are communicating with |
| void zwave_tx_route_cache_init | ( | ) |
Initializes and clear the route cache.
| 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.
| destination_node_id | The NodeID we are communicating with |
| number_of_repeaters | The number of repeaters that were used in the last communication |