Class SimulatedProperties
Properties of simulated sensors. This can also contain customized RF or BT properties, to aid in simulation.
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 SimulatedProperties : ComponentProperties
Properties
TrignoBtProperties
A settable BT properties object to aid in BT simulation.
Declaration
public TrignoBtProperties TrignoBtProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| TrignoBtProperties |
TrignoRfProperties
A settable RF properties object to aid in RF simulation.
Declaration
public TrignoProperties TrignoRfProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| TrignoProperties |