Each Z-Wave region supports 3 channels.

Public Attributes#

uint32_t

Channel frequency in hertz.

The maximum power allowed on the channel, in dBm.

Channel baud rate index.

Identification number for the region.

RAIL_ZWAVE_RegionOptions_t

Encapsulates region-specific options.

Public Attribute Documentation#

frequency#

uint32_t RAIL_ZWAVE_RegionConfig_t::frequency[(4U)]

Channel frequency in hertz.


Definition at line 477 of file protocol/zwave/rail_zwave.h

maxPower#

RAIL_TxPower_t RAIL_ZWAVE_RegionConfig_t::maxPower[(4U)]

The maximum power allowed on the channel, in dBm.


Definition at line 479 of file protocol/zwave/rail_zwave.h

baudRate#

RAIL_ZWAVE_Baud_t RAIL_ZWAVE_RegionConfig_t::baudRate[(4U)]

Channel baud rate index.


Definition at line 481 of file protocol/zwave/rail_zwave.h

regionId#

RAIL_ZWAVE_RegionId_t RAIL_ZWAVE_RegionConfig_t::regionId

Identification number for the region.


Definition at line 483 of file protocol/zwave/rail_zwave.h

regionSpecific#

RAIL_ZWAVE_RegionOptions_t RAIL_ZWAVE_RegionConfig_t::regionSpecific

Encapsulates region-specific options.


Definition at line 485 of file protocol/zwave/rail_zwave.h