DeviceList Methods

HIDSharp

The DeviceList type exposes the following members.

Methods

  NameDescription
Public methodGetAllDevices
Gets a list of all connected HID, BLE, and serial devices.
Public methodGetAllDevices(DeviceFilter)
Gets a list of connected devices, filtered by some criteria.
Public methodGetBleDevices
Gets a list of all connected BLE devices.
Public methodGetDevices(DeviceTypes)
Public methodGetDevices(DeviceTypes, DeviceFilter)
Public methodGetHidDeviceOrNull
Gets the first connected HID device that matches specified criteria.
Public methodGetHidDevices
Gets a list of all connected HID devices.
Public methodGetHidDevices(NullableInt32, NullableInt32, NullableInt32, String)
Gets a list of connected HID devices, filtered by some criteria.
Public methodGetSerialDeviceOrNull(String)
Gets the connected serial device with the specific device path or filesystem name.
Public methodGetSerialDeviceOrNull(String, String)
Gets the connected serial device with the specific device path or filesystem name.
Public methodGetSerialDevices
Gets a list of all connected serial devices.
Public methodRaiseChanged
Raises the Changed event.
Public methodTryGetHidDevice
Public methodTryGetSerialDevice
Public methodUninstallDevice
Top
See Also

Reference