ModularSensors > Classes > Variable > Modem_RSSI
ModularSensors > Modules > Modem Variables > Modem_RSSI


Modem_RSSI class

The Variable sub-class used for the RSSI measured by a modem.

The value is in decibelMiliWatts and has resolution of 1 dBm.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

Modem_RSSI(loggerModem* parentModem, const char* uuid = "", const char* varCode = MODEM_RSSI_DEFAULT_CODE) explicit
Construct a new Modem_RSSI object.
~Modem_RSSI()
Destroy the Modem_RSSI object - no action needed.

Function documentation

Modem_RSSI(loggerModem* parentModem, const char* uuid = "", const char* varCode = MODEM_RSSI_DEFAULT_CODE) explicit

Construct a new Modem_RSSI object.

Parameters
parentModem The parent modem providing the result values.
uuid A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string.
varCode A short code to help identify the variable in files; optional with a default value of "RSSI".