 | UsbDeviceIsAttached Property |
Gets a value indicating if this
UsbDevice is valid.
Namespace:
WinUsbNet
Assembly:
WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsAttached { get; }
Public ReadOnly Property IsAttached As Boolean
Get
public:
property bool IsAttached {
bool get ();
}
Property Value
Type:
Booleantrue if the UsbDevice is valid,
otherwise false.
Remarks
The IsAttached property is initially true. It
becomes false permanently if the USB device is detached.
See Also