Property | Type | Description | |
---|---|---|---|
PollingInterval | int |
Property | Type | Description | |
---|---|---|---|
BuildDevList | void | ||
FileAdded | void | ||
FileRemoved | void | ||
IsDeviceEnterface | bool | ||
OnAddRemoveEvent | void | ||
PollTimer_Elapsed | void | ||
ReadFileDescriptor | bool | ||
Start | void | ||
StartDevDirectoryMonitor | void | ||
StartDeviceListPolling | void | ||
Stop | void | ||
StopDevDirectoryMonitor | void | ||
StopDeviceListPolling | void |
Method | Description | |
---|---|---|
LinuxDeviceNotifier ( ) : System |
Creates a new instance of the LinuxDeviceNotifier using '/dev' as the root device path.
|
|
LinuxDeviceNotifier ( string devDir ) : System |
Creates a new instance of the LinuxDeviceNotifier using 'devDir' as the root device path. (IE. '/dev').
|
Method | Description | |
---|---|---|
BuildDevList ( ) : void | ||
FileAdded ( object sender, FileSystemEventArgs e ) : void | ||
FileRemoved ( object sender, FileSystemEventArgs e ) : void | ||
IsDeviceEnterface ( string name, byte &busNumber, byte &deviceAddress ) : bool | ||
OnAddRemoveEvent ( object sender, |
||
PollTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
ReadFileDescriptor ( string fullPath, byte &deviceDescriptorBytes ) : bool | ||
Start ( ) : void | ||
StartDevDirectoryMonitor ( ) : void | ||
StartDeviceListPolling ( ) : void | ||
Stop ( ) : void | ||
StopDevDirectoryMonitor ( ) : void | ||
StopDeviceListPolling ( ) : void |
public LinuxDeviceNotifier ( string devDir ) : System | ||
devDir | string | The directory to monitor; usually '/dev'. |
return | System |