Class ArtemisDeviceInputIdentifier
Represents a device input identifier used by a specific InputProvider to identify the device
public class ArtemisDeviceInputIdentifier
- Inheritance
-
objectArtemisDeviceInputIdentifier
Properties
Identifier
Gets or sets a value used to identify the device
public string Identifier { get; set; }
Property Value
InputProvider
Gets or sets the full type and namespace of the InputProvider this identifier is used by
public string InputProvider { get; set; }