|
Z-Wave Protocol Controller Reference
|
#include <zwave_controller_storage.h>
Public Attributes | |
| sl_status_t(* | set_node_as_s2_capable )(zwave_node_id_t node_id) |
| This function is used to set node as S2 capable. More... | |
| bool(* | is_node_S2_capable )(zwave_node_id_t node_id) |
| This function is used to verfy if a nod is S2 capable or not. More... | |
| sl_status_t(* | get_node_granted_keys )(zwave_node_id_t node_id, zwave_keyset_t *keys) |
| This function is used to get the node granted key. More... | |
| zwave_protocol_t(* | get_inclusion_protocol )(zwave_node_id_t node_id) |
| This function is used to get the current zwave protocol running on a node. More... | |
| zwave_cc_version_t(* | zwave_controller_storage_cc_version )(zwave_command_class_t command_class, zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id) |
| This function is used the cc version of a node. More... | |
| zwave_protocol_t(* zwave_controller_storage_callback_t::get_inclusion_protocol) (zwave_node_id_t node_id) |
This function is used to get the current zwave protocol running on a node.
| sl_status_t(* zwave_controller_storage_callback_t::get_node_granted_keys) (zwave_node_id_t node_id, zwave_keyset_t *keys) |
This function is used to get the node granted key.
| bool(* zwave_controller_storage_callback_t::is_node_S2_capable) (zwave_node_id_t node_id) |
This function is used to verfy if a nod is S2 capable or not.
| sl_status_t(* zwave_controller_storage_callback_t::set_node_as_s2_capable) (zwave_node_id_t node_id) |
This function is used to set node as S2 capable.
| zwave_cc_version_t(* zwave_controller_storage_callback_t::zwave_controller_storage_cc_version) (zwave_command_class_t command_class, zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id) |
This function is used the cc version of a node.