Class DelsysBtDevice
Inheritance
System.Object
DelsysBtDevice
Implements
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.DelsysDevices
Assembly: DelsysAPI.dll
Syntax
public class DelsysBtDevice : IDelsysDevice
Constructors
DelsysBtDevice(IAdapter)
Declaration
public DelsysBtDevice(IAdapter adapter)
Parameters
| Type | Name | Description |
|---|---|---|
| Plugin.BLE.Abstractions.Contracts.IAdapter | adapter |
Properties
CurrentSourceType
Declaration
public SourceType CurrentSourceType { get; }
Property Value
| Type | Description |
|---|---|
| SourceType |
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
License
Declaration
public string License { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SourceTemplate
Declaration
public object SourceTemplate { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |