Z-Wave Protocol Controller Reference

Structure holding a Z-Wave node info frame. More...

#include <zwave_controller_types.h>

Collaboration diagram for zwave_node_info_t:

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]
 

Detailed Description

Structure holding a Z-Wave node info frame.

Member Data Documentation

◆ basic_device_class

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/

◆ command_class_list

List of command classes supported by the device.

◆ command_class_list_length

uint8_t zwave_node_info_t::command_class_list_length

Length of the command class list.

◆ generic_device_class

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/

◆ listening_protocol

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/

◆ optional_protocol

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/

◆ specific_device_class

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/


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