FilteredDeviceList ClassHIDSharp
Inheritance Hierarchy

SystemObject
  HidSharpDeviceList
    HidSharpFilteredDeviceList

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
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
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
Properties

  NameDescription
Public propertyAreDriversBeingInstalled
true if drivers are presently being installed.
(Overrides DeviceListAreDriversBeingInstalled.)
Top
Events

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

Reference