Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 1.6 KB

nefarius.utilities.devicemanagement.pnp.deviceinterfaceids.md

File metadata and controls

73 lines (43 loc) · 1.6 KB

DeviceInterfaceIds

Namespace: Nefarius.Utilities.DeviceManagement.PnP

Provides common device interface Guids.

public static class DeviceInterfaceIds

Inheritance ObjectDeviceInterfaceIds

Properties

An interface exposed on HID devices.

public static Guid HidDevice { get; }

Property Value

Guid

An interface exposed on USB devices.

public static Guid UsbDevice { get; }

Property Value

Guid

An interface exposed on USB host controllers.

public static Guid UsbHostController { get; }

Property Value

Guid

An interface exposed on USB hubs.

public static Guid UsbHub { get; }

Property Value

Guid

An interface exposed on XUSB (Xbox 360) or XGIP (Xbox One) compatible (XInput) devices.

public static Guid XUsbDevice { get; }

Property Value

Guid