Interface IDeviceEnumerator
Enumerates input devices and produces IInput
There is only one IDevice
All IDevice
Namespace: Snowflake.Services
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IDeviceEnumerator
Fields
KeyboardDevicePID
Virtual product ID for keyboard device. 0x4b42 = 'K' 'B'
Declaration
public static readonly int KeyboardDevicePID
Field Value
Type | Description |
---|---|
System. |
KeyboardInstanceGuid
The instance GUID for the required keyboard instance.
Declaration
public static readonly Guid KeyboardInstanceGuid
Field Value
Type | Description |
---|---|
System. |
PassthroughDevicePID
Virtual product ID for passthrough device. 0x5054 = 'P' 'T'
Declaration
public static readonly int PassthroughDevicePID
Field Value
Type | Description |
---|---|
System. |
PassthroughInstanceGuid
The instance GUID for the required passthrough instance.
Declaration
public static readonly Guid PassthroughInstanceGuid
Field Value
Type | Description |
---|---|
System. |
VirtualVendorID
Null virtual vendor ID for virtual devices.
Declaration
public static readonly short VirtualVendorID
Field Value
Type | Description |
---|---|
System. |
Methods
QueryConnectedDevices()
Queries and returns all input devices connected to the computer.
Declaration
IEnumerable<IInputDevice> QueryConnectedDevices()
Returns
Type | Description |
---|---|
System. |
All currently connected input devices. |