Click or drag to resize

UsbDeviceIsOpen Property

Gets a value indicating if the UsbDevice is open or closed.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsOpen { get; }

Property Value

Type: Boolean

true if the UsbDevice is open, otherwise false.

See Also