Class BTDsConfig
Bluetooth data source configuration. For now, this only validates the number of sensors intended to be streamed.
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.Configurations.DataSource
Assembly: DelsysAPI.dll
Syntax
public class BTDsConfig : DataSourceConfig
Constructors
BTDsConfig()
Default constructor, just supplies the ConfigType of TrignoBle
Declaration
public BTDsConfig()
Properties
NumberOfSensors
Number of sensors intended for streaming.
Declaration
public int NumberOfSensors { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |