Show / Hide Table of Contents

Class DeviceSourcePortable

Default DeviceSource locator. BLE will result in an exception. Main Entry point to connect the Delsys Device.

Inheritance
System.Object
DeviceSource
DeviceSourcePortable
Implements
IDeviceSource
Inherited Members
DeviceSource.License
DeviceSource.Key
DeviceSource.SetDebugOutputStream(Action<String, Object[]>)
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
Overrides
DeviceSource.GetDataSource(SourceType)

Implements

IDeviceSource
Back to top Generated by DocFX