UsbDevice Properties |
The UsbDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultReadTimeout |
Gets or sets the initial ReadTimeout
value.
| |
| DeviceName |
Gets the string generated by Windows that uniquely identifies the USB device.
| |
| GetMyString |
Callback function used to get the string returned by ToString.
| |
| IsAttached |
Gets a value indicating if this UsbDevice is valid.
| |
| IsOpen |
Gets a value indicating if the UsbDevice is open or closed.
| |
| PipeStreams |
Gets the collection of PipeStream objects corresponding to the
USB communication pipes of a USB device.
| |
| Tag |
Gets or sets the object that contains data about the UsbDevice.
|