Method | Description | |
---|---|---|
Close ( ) : void |
Closes the MonoUsbDeviceHandle reference. When all references are no longer is use, the device is closed in the ReleaseHandle finalizer. |
|
MonoUsbDeviceHandle ( |
Open a device handle from profileHandle. A handle allows you to perform I/O on the device in question. To close a device handle call its SafeHandle.Close method. This is a non-blocking function; no requests are sent over the bus. |
Method | Description | |
---|---|---|
ReleaseHandle ( ) : bool |
Closes the MonoUsbDeviceHandle.
|
Method | Description | |
---|---|---|
MonoUsbDeviceHandle ( |
public MonoUsbDeviceHandle ( |
||
profileHandle | A device profile handle. | |
return | System |