FilteredDeviceList Methods

HIDSharp

The FilteredDeviceList type exposes the following members.

Methods

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

Reference