FilteredDeviceList MethodsHIDSharp

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 and serial devices.
(Overrides DeviceListGetAllDevices.)
Public methodGetAllDevices(DeviceFilter)
Gets a list of connected devices, filtered by some criteria.
(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
Gets the connected serial device with the specific port 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.)
Top
See Also

Reference