Click or drag to resize

UsbDeviceClose Method

Closes the USB device.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Close()
Remarks
Calling this method will set the PipeStreams property to null, and the IsOpen property to false.
See Also