The SensorMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SensorMessage()()()() |
Blank with no defaults defined
|
|
SensorMessage(UInt32, Int32, DateTime, Int32, Int32, Double, array<Byte>[]()[][]) |
Constructs object and populates values
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SignalStrengthPercent |
Converts signal strength to a percentage for ease of use for standard sub gigahertz sensors (900,868,433)
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
WiFiSignalStrengthPercent |
Converts signal strength to a percentage for ease of use for Wi-Fi sensors
|
Properties
Name | Description | |
---|---|---|
Data |
List of Datum objects containing formated data from sensor
|
|
MessageDate |
Date this data was generated
|
|
ProfileID |
numeric identifier of the type of sensor that sent this message
|
|
RawData |
Byte array of the raw data sent from the sensor
|
|
SensorID |
Unique numeric identifier of the sensor that sent the data
|
|
SignalStrength |
Strength of RF signal from the sensor
|
|
State |
numeric representation of 8 bit flags. flag in position 2 signifies if message was generated from the sensor aware state. Other flags are profile specific
|
|
Voltage |
Voltage of source powering sensor
|