Releases all system resources related to the device.
Syntax
[Android.Runtime.Register("close", "()V", "GetCloseHandler")] public virtual voidClose ()
Remarks
Releases all system resources related to the device.
Once the object is closed it cannot be used again.
The client must call UsbManager.OpenDevice(UsbDevice) again
to retrieve a new instance to reestablish communication with the device.