Table of Contents

Class ArtemisDeviceInputIdentifier

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a device input identifier used by a specific InputProvider to identify the device

public class ArtemisDeviceInputIdentifier
Inheritance
object
ArtemisDeviceInputIdentifier

Properties

Identifier

Gets or sets a value used to identify the device

public string Identifier { get; set; }

Property Value

string

InputProvider

Gets or sets the full type and namespace of the InputProvider this identifier is used by

public string InputProvider { get; set; }

Property Value

string