Inheritance Hierarchy
HidSharpDeviceList
HidSharpFilteredDeviceList
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
The FilteredDeviceList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FilteredDeviceList | Initializes a new instance of the FilteredDeviceList class |
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.) |
Properties
Name | Description | |
---|---|---|
![]() | AreDriversBeingInstalled | true if drivers are presently being installed.
(Overrides DeviceListAreDriversBeingInstalled.) |
Events
Name | Description | |
---|---|---|
![]() | Changed |
Occurs when a device is connected or disconnected.
(Inherited from DeviceList.) |
See Also