The FilteredDeviceList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(Device) | ||
| Add(DeviceList) | ||
| Add(DeviceList, DeviceFilter) | ||
| GetAllDevices |
Gets a list of all connected HID and serial devices.
(Overrides DeviceListGetAllDevices.) | |
| GetAllDevices(DeviceFilter) |
Gets a list of connected devices, filtered by some criteria.
(Inherited from DeviceList.) | |
| GetHidDeviceOrNull |
Gets the first connected HID device that matches specified criteria.
(Inherited from DeviceList.) | |
| GetHidDevices |
Gets a list of all connected HID devices.
(Inherited from DeviceList.) | |
| GetHidDevices(NullableInt32, NullableInt32, NullableInt32, String) |
Gets a list of connected HID devices, filtered by some criteria.
(Inherited from DeviceList.) | |
| GetSerialDeviceOrNull |
Gets the connected serial device with the specific port name.
(Inherited from DeviceList.) | |
| GetSerialDevices |
Gets a list of all connected serial devices.
(Inherited from DeviceList.) | |
| RaiseChanged |
Raises the Changed event.
(Inherited from DeviceList.) | |
| TryGetHidDevice | (Inherited from DeviceList.) | |
| TryGetSerialDevice | (Inherited from DeviceList.) |
See Also