Show / Hide Table of Contents

Class SimulatedProperties

Properties of simulated sensors. This can also contain customized RF or BT properties, to aid in simulation.

Inheritance
System.Object
ComponentProperties
SimulatedProperties
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
Back to top Generated by DocFX