|
Z-Wave Protocol Controller Reference
|
Structure holding a Z-Wave node info frame. More...
#include <zwave_controller_types.h>
Public Attributes | |
| uint8_t | listening_protocol |
| uint8_t | optional_protocol |
| uint8_t | basic_device_class |
| uint8_t | generic_device_class |
| uint8_t | specific_device_class |
| uint8_t | command_class_list_length |
| Length of the command class list. More... | |
| zwave_command_class_t | command_class_list [ZWAVE_CONTROLLER_MAXIMUM_COMMAND_CLASS_LIST_LENGTH] |
Structure holding a Z-Wave node info frame.
| uint8_t zwave_node_info_t::basic_device_class |
This field indicates the Basic Device Class of the actual node. The Basic Device Classes are listed in the Z-Wave Specifications https://sdomembers.z-wavealliance.org/
| zwave_command_class_t zwave_node_info_t::command_class_list[ZWAVE_CONTROLLER_MAXIMUM_COMMAND_CLASS_LIST_LENGTH] |
List of command classes supported by the device.
| uint8_t zwave_node_info_t::command_class_list_length |
Length of the command class list.
| uint8_t zwave_node_info_t::generic_device_class |
This field indicates the Generic Device Class of the actual node. The Generic Device Classes are listed in the Z-Wave Specifications https://sdomembers.z-wavealliance.org/
| uint8_t zwave_node_info_t::listening_protocol |
This represents the first byte of the NIF, also known as "capability" It is composed of several subfields that can be read using the ZWAVE_NODE_INFO_LISTENING_PROTOCOL_* masks. For a complete field description, refer to the Z-Wave Specifications https://sdomembers.z-wavealliance.org/
| uint8_t zwave_node_info_t::optional_protocol |
This represents the first byte of the NIF, also known as "security" It is composed of several subfields that can be read using the ZWAVE_NODE_INFO_OPTIONAL_PROTOCOL_* masks. For a complete field description, refer to the Z-Wave Specifications https://sdomembers.z-wavealliance.org/
| uint8_t zwave_node_info_t::specific_device_class |
This field indicates the Specific Device Class of the actual node. The Specific Device Classes are listed in the Z-Wave Specifications https://sdomembers.z-wavealliance.org/