Property | Type | Description | |
---|---|---|---|
UsbDeviceNotifier | IDeviceNotifier |
Method | Description | |
---|---|---|
Start ( ) : void |
Start monitoring for added/removed BlinkStick devices.
|
|
Stop ( ) : void |
Stop monitoring for added/removed BlinkStick devices.
|
|
UsbMonitor ( ) : System |
Method | Description | |
---|---|---|
OnBlinkStickConnected ( |
Raises the BlinkStick connected event.
|
|
OnBlinkStickDisconnected ( |
Raises the BlinkStick disconnected event.
|
|
OnUsbDevicesChanged ( ) : void |
Raises the usb device changed event.
|
Method | Description | |
---|---|---|
HandleDeviceListChanged ( object sender, |
Handles the device list change on Windows.
|
|
OnDeviceNotifyEvent ( object sender, |
Handles device list change on Linux/Mac.
|
protected OnBlinkStickConnected ( |
||
device | Device which has been connected. | |
return | void |
protected OnBlinkStickDisconnected ( |
||
device | Device which has been disconnected. | |
return | void |