LibUsbDotNet 2.2.8
LinuxDeviceNotifier Class
Library Reference ► LibUsbDotNet.DeviceNotify.Linux ► LinuxDeviceNotifier
|
Creates an instance of the LinuxDeviceNotifier class.
See the IDeviceNotifier interface or OpenDeviceNotifier()()()() method for more information
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class LinuxDeviceNotifier : IDeviceNotifier
Public Class LinuxDeviceNotifier _ Implements IDeviceNotifier
public ref class LinuxDeviceNotifier : IDeviceNotifier
Members
All Members | Constructors | Properties | Fields | Events | |
|
|
|
Icon | Member | Description |
---|---|---|
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 |