Class TrignoProperties
Internal Properties of an RF Sensor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Components
Assembly: DelsysAPI.dll
Syntax
public class TrignoProperties : ComponentProperties
Properties
BatteryPercent
Remaining battery of the sensor in percentage form
Declaration
public float BatteryPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
BatteryVoltage
Remaining battery of the sensor in voltage form
Declaration
public float BatteryVoltage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
DroppedFrames
Number of dropped frames this sensor has sent since the beginning of its last transmission
Declaration
public int DroppedFrames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Fw
Firmware version of the sensor
Declaration
public string Fw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutOfRangeOrOff
True if the sensor is out of range, dead, or turned off.
Declaration
public bool OutOfRangeOrOff { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PowerOnCount
Number of times the sensor has been powered on
Declaration
public int PowerOnCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PowerOnTimeSeconds
Number of seconds the sensor has been powered on
Declaration
public int PowerOnTimeSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SelfTestPassed
True if the sensor passed the self-test check
Declaration
public bool SelfTestPassed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Sid
Unique sensor ID
Declaration
public int Sid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Type
The sensor type
Declaration
public int Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |