LibUsbDotNet 2.2.8
LinuxDeviceNotifier Class
Library ReferenceLibUsbDotNet.DeviceNotify.LinuxLinuxDeviceNotifier
LibUsbDotNet on SourceForge
Creates an instance of the LinuxDeviceNotifier class. See the IDeviceNotifier interface or OpenDeviceNotifier()()()() method for more information
Declaration Syntax
C#Visual BasicVisual C++
public class LinuxDeviceNotifier : IDeviceNotifier
Public Class LinuxDeviceNotifier _
	Implements IDeviceNotifier
public ref class LinuxDeviceNotifier : IDeviceNotifier
Members
All MembersConstructorsPropertiesFieldsEvents



IconMemberDescription
LinuxDeviceNotifier(String)
Creates a new instance of the LinuxDeviceNotifier using 'devDir' as the root device path. (IE. '/dev').

LinuxDeviceNotifier()()()()
Creates a new instance of the LinuxDeviceNotifier using '/dev' as the root device path.

Enabled
Enables/Disables notification events.

Mode
Gets the mode being used to detect notification events.

OnDeviceNotify
Main Notify event for all device notifications.

PollingInterval
The interval (milliseconds) in which the device list is queried for changes when using the PollDeviceList mode.

Remarks
To make your code platform-independent use the OpenDeviceNotifier()()()() method for creating instances.
Inheritance Hierarchy
Object
LinuxDeviceNotifier

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)