Class ArtemisDeviceInputIdentifier
Represents a device input identifier used by a specific InputProvider to identify the device
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class ArtemisDeviceInputIdentifier
Properties
Identifier
Gets or sets a value used to identify the device
Declaration
public object Identifier { get; set; }
Property Value
Type | Description |
---|---|
object |
InputProvider
Gets or sets the full type and namespace of the InputProvider this identifier is used by
Declaration
public string InputProvider { get; set; }
Property Value
Type | Description |
---|---|
string |