RadioFeatures
RadioFeatures

Represents radio features of a WirelessNode.

Variables
m_extendedRange
bool m_extendedRange

Whether or not the radio is XR capable

Functions
RadioFeatures
RadioFeatures(
uint16 eepromValue
)

Creates a RadioFeatures object from the eeprom value

Parameters
eepromValue
uint16

The value from eeprom that determines the radio features

extendedRange
bool extendedRange()

Gets whether or not the Node is XR (has an extended range radio)

Returns

true if the Node has an XR radio, false otherwise

init
void init(
uint16 eepromValue
)

Sets all the radio features from the given eeprom value

Parameters
eepromValue
uint16

The value from eeprom that determines the radio features