Class DeviceSourcePortable
Default DeviceSource locator. BLE will result in an exception. Main Entry point to connect the Delsys Device.
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 DeviceSourcePortable : DeviceSource, IDeviceSource
Constructors
DeviceSourcePortable(String, String)
The portable constructor. Multi-platform support for loading a device source.
Declaration
public DeviceSourcePortable(string key, string license)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | |
| System.String | license |
Methods
GetDataSource(SourceType)
Retrieve a datasource of the requested type
Declaration
public override IDelsysDevice GetDataSource(SourceType type)
Parameters
| Type | Name | Description |
|---|---|---|
| SourceType | type | Source Type |
Returns
| Type | Description |
|---|---|
| IDelsysDevice |