Creates an instance of the LinuxDeviceNotifier class.
See the IDeviceNotifier interface or OpenDeviceNotifier()()()() method for more information

C# | Visual Basic | Visual C++ |
public class LinuxDeviceNotifier : IDeviceNotifier
Public Class LinuxDeviceNotifier _ Implements IDeviceNotifier
public ref class LinuxDeviceNotifier : IDeviceNotifier

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.
|

To make your code platform-independent use the OpenDeviceNotifier()()()() method for creating instances.

Object | |
![]() | LinuxDeviceNotifier |