Each Z-Wave region supports 3 channels.

DeprecatedRAIL 2.x synonym of sl_rail_zwave_region_config_t.

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.

DeprecatedRAIL 2.x synonym of sl_rail_zwave_region_config_t::frequency_hz.


maxPower#

RAIL_TxPower_t RAIL_ZWAVE_RegionConfig_t::maxPower[(4U)]

The maximum power allowed on the channel, in dBm.

DeprecatedRAIL 2.x synonym of sl_rail_zwave_region_config_t::max_power_dbm.


baudRate#

RAIL_ZWAVE_Baud_t RAIL_ZWAVE_RegionConfig_t::baudRate[(4U)]

Channel baud rate index.

DeprecatedRAIL 2.x synonym of sl_rail_zwave_region_config_t::baud_rate.


regionId#

RAIL_ZWAVE_RegionId_t RAIL_ZWAVE_RegionConfig_t::regionId

Identification number for the region.

DeprecatedRAIL 2.x synonym of sl_rail_zwave_region_config_t::region_id.


regionSpecific#

RAIL_ZWAVE_RegionOptions_t RAIL_ZWAVE_RegionConfig_t::regionSpecific

Encapsulates region-specific options.

DeprecatedRAIL 2.x synonym of sl_rail_zwave_region_config_t::region_options.