Show / Hide Table of Contents

Interface IDeviceSource

Interface allowing interaction with Delsys Devices.

Namespace: DelsysAPI.DelsysDevices
Assembly: DelsysAPI.dll
Syntax
public interface IDeviceSource

Methods

GetDataSource(SourceType)

Returns a connection to the desired data source (if available).

Declaration
IDelsysDevice GetDataSource(SourceType type)
Parameters
Type Name Description
SourceType type

Data source type

Returns
Type Description
IDelsysDevice
Back to top Generated by DocFX