Contains enumerations/types for various wireless information
Represents the types of microcontrollers possible on the Wireless Devices.
Represents the types of data collection methods that can be performed on the Node.
Represents the types of default modes the Node can have. This is the mode the Node starts in, as well as the mode the node goes into after an inactivity timeout.
Represents the frequency (channel) that can be used for Wireless Devices.
Represents the different trigger types that can cause a datalogging session to be logged to a Wireless Node.
Represents the unit types that can be used for calibration coefficients on Wireless Nodes.
Represents the types of channels on Wireless Nodes.
Represents the settling times used for thermocouple and voltage inputs on some Wireless Nodes.
Represents the thermocouple types supported by some Wireless Nodes.
The possible sample rates that are available for Wireless Nodes.
The possible settings for ChannelGroups.
The possible completion flags for the AutoBalance Wireless Node function.
The different modes a Fatigue Node can operate in.
The value given for an unknown RSSI value.
static uint16 dataTypeSize( |
| ) |
static uint8 dataFormatSize( |
| ) |
Gets the number of bytes per data point for a specified DataFormat
dataFormat | The DataFormat to get the number of bytes for |
The number of bytes for the DataFormat
static uint16 settlingTime( |
| ) |
Gets the actual settling time, in milliseconds, for the given SettlingTime.
file | The SettlingTime enum to get the actual settling time for. |
The settling time, in milliseconds for the given SettlingTime.
static WirelessSampleRate dataloggingRateToSampleRate( |
| ) |
Converts a datalogging sample rate value to a WirelessSampleRate.
eepromValue uint16 | The datalogging sample rate eeprom value that was on the Node. |
A WirelessSampleRate for the given datalogging sample rate.
static uint16 sampleRateToDataloggingRate( |
| ) |
Converts a WirelessSampleRate to a datalogging sample rate eeprom value.
rate | The WirelessSampleRate to convert to a datalogging sample rate. |
A datalogging sample rate eeprom value for the given WirelessSampleRate.
static WirelessTypes::TransmitPower maxTransmitPower( |
| ) |
Gets the max transmit power that is allowed based on the region code.
region | the WirelessTypes::RegionCode to get the max power for. |
The max WirelessTypes::TransmitPower.
static WirelessTypes::TransmitPower legacyToTransmitPower( |
| ) |
Converts the given WirelessTypes::LegacyTransmitPower to the WirelessTypes::TransmitPower equivalent.
legacyVal | the WirelessTypes::LegacyTransmitPower to convert. |
The WirelessTypes::TransmitPower equivalent of the legacy transmit power.
static WirelessTypes::LegacyTransmitPower transmitPowerToLegacy( |
| ) |
Converts the given WirelessTypes::TransmitPower to the WirelessTypes::LegacyTransmitPower equivalent.
power | the WirelessTypes::TransmitPower to convert. |
The WirelessTypes::LegacyTransmitPower equivalent of the current transmit power.
Error: Invalid transmit power.