Z-Wave Protocol Controller Reference
zwave_controller_storage_callback_t Struct Reference

#include <zwave_controller_storage.h>

Collaboration diagram for zwave_controller_storage_callback_t:

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...
 

Member Data Documentation

◆ get_inclusion_protocol

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.

◆ get_node_granted_keys

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.

◆ is_node_S2_capable

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.

◆ set_node_as_s2_capable

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_controller_storage_cc_version

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.


The documentation for this struct was generated from the following file: