Show / Hide Table of Contents

Interface IDelsysDevice

A generic Delsys Device

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

Properties

CurrentSourceType

Declaration
SourceType CurrentSourceType { get; }
Property Value
Type Description
SourceType

Key

Declaration
string Key { get; set; }
Property Value
Type Description
System.String

License

Declaration
string License { get; set; }
Property Value
Type Description
System.String

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

SourceTemplate

Declaration
object SourceTemplate { get; }
Property Value
Type Description
System.Object
Back to top Generated by DocFX