Click or drag to resize

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)
Syntax
public bool IsAttached { get; }

Property Value

Type: Boolean

true 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