Class SensorTrignoBt
Bluetooth Low Energy sensor object. Used with a Bluetooth data source.
Inheritance
System.Object
SensorTrignoBt
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.TrignoBT
Assembly: DelsysAPI.dll
Syntax
public class SensorTrignoBt : Component
Constructors
SensorTrignoBt(Guid, String)
The default constructor of a BT sensor object. Applies GUID and sensor name, sets the State to Available.
Declaration
public SensorTrignoBt(Guid id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | id | The new GUID of the sensor |
| System.String | name | The new name of the sensor |
Fields
DefaultMode
The default sampling configuration for the sensor.
Declaration
public int DefaultMode
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Name of the sensor.
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
BtChannels
The channels of the Bluetooth sensor.
Declaration
public List<ChannelBt> BtChannels { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ChannelBt> |
Configuration
Returns the configuration of the sensor.
Declaration
public BTCompConfig Configuration { get; }
Property Value
| Type | Description |
|---|---|
| BTCompConfig |
Properties
Sets or returns the properties of the sensor. Be careful in setting the properties -- these are BT characteristics. Changing them may not succeed and may be overwritten.
Declaration
public TrignoBtProperties Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| TrignoBtProperties |