FilteredDeviceList Class

HIDSharp
Inheritance Hierarchy

SystemObject
  HidSharpDeviceList
    HidSharpFilteredDeviceList

Namespace:  HidSharp
Assembly:  HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax

public class FilteredDeviceList : DeviceList

The FilteredDeviceList type exposes the following members.

Constructors

  NameDescription
Public methodFilteredDeviceList
Initializes a new instance of the FilteredDeviceList class
Top
Properties

  NameDescription
Public propertyAreDriversBeingInstalled
true if drivers are presently being installed.
(Overrides DeviceListAreDriversBeingInstalled.)
Public propertyCanUninstallDevices (Inherited from DeviceList.)
Top
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
Events

  NameDescription
Public eventChanged
Occurs when a device is connected or disconnected.
(Inherited from DeviceList.)
Top
See Also

Reference