Class Event.SensorData
Inherited Members
Namespace: Xareus.Scenarios
Assembly: Xareus.Scenarios.dll
Syntax
public class Event.SensorData
Properties
IsChecking
Declaration
public bool IsChecking { get; set; }
Property Value
Type | Description |
---|---|
bool |
Parameters
Declaration
public Dictionary<string, Parameter> Parameters { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Parameter> |
Sensor
Declaration
public ASensor Sensor { get; set; }
Property Value
Type | Description |
---|---|
ASensor |
SensorType
Declaration
public Type SensorType { get; set; }
Property Value
Type | Description |
---|---|
Type |