Z-Wave Protocol Controller Reference
zwave_controller_storage.h File Reference
Include dependency graph for zwave_controller_storage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zwave_controller_storage_callback_t
 

Functions

sl_status_t zwave_controller_storage_callback_register (const zwave_controller_storage_callback_t *callbacks)
 zwave_controller_storage callbacks register API More...
 
sl_status_t zwave_controller_storage_as_set_node_s2_capable (zwave_node_id_t node_id)
 Set the Z-Wave node as s2 capable when it supports S2. More...
 
bool zwave_controller_storage_is_node_s2_capable (zwave_node_id_t node_id)
 Verify if the registered node is supporting S2. More...
 
zwave_cc_version_t zwave_controller_storage_get_cc_version (zwave_command_class_t command_class, zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id)
 Return the version of a Command Class implemented by a node. More...
 
sl_status_t zwave_controller_storage_get_node_granted_keys (zwave_node_id_t node_id, zwave_keyset_t *keys)
 Return the granted keys for a node. More...
 
zwave_protocol_t zwave_controller_storage_inclusion_protocol (zwave_node_id_t node_id)
 Returns the protocol that the node is running in this network. More...