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