Click or drag to resize

UsbDevice Properties

The UsbDevice type exposes the following members.

Properties
  NameDescription
Public propertyDefaultReadTimeout
Gets or sets the initial ReadTimeout value.
Public propertyDeviceName
Gets the string generated by Windows that uniquely identifies the USB device.
Public propertyCode exampleGetMyString
Callback function used to get the string returned by ToString.
Public propertyIsAttached
Gets a value indicating if this UsbDevice is valid.
Public propertyIsOpen
Gets a value indicating if the UsbDevice is open or closed.
Public propertyPipeStreams
Gets the collection of PipeStream objects corresponding to the USB communication pipes of a USB device.
Public propertyTag
Gets or sets the object that contains data about the UsbDevice.
Top
See Also