Show / Hide Table of Contents

Class BTDsConfig

Bluetooth data source configuration. For now, this only validates the number of sensors intended to be streamed.

Inheritance
System.Object
DataSourceConfig
BTDsConfig
Inherited Members
DataSourceConfig.Type
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
Back to top Generated by DocFX