 | 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)
Syntaxpublic bool IsOpen { get; }
Public ReadOnly Property IsOpen As Boolean
Get
public:
property bool IsOpen {
bool get ();
}
Property Value
Type:
Booleantrue if the UsbDevice is open, otherwise false.
See Also