Namespace: Nefarius.Utilities.DeviceManagement.PnP
Provides common device interface Guids.
public static class DeviceInterfaceIds
Inheritance Object → DeviceInterfaceIds
An interface exposed on HID devices.
public static Guid HidDevice { get; }
An interface exposed on USB devices.
public static Guid UsbDevice { get; }
An interface exposed on USB host controllers.
public static Guid UsbHostController { get; }
An interface exposed on USB hubs.
public static Guid UsbHub { get; }
An interface exposed on XUSB (Xbox 360) or XGIP (Xbox One) compatible (XInput) devices.
public static Guid XUsbDevice { get; }