Click or drag to resize

UsbDevice Methods

The UsbDevice type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the USB device.
Public methodControlRead
Initiates a USB control transfer that reads data from the USB device.
Public methodControlWrite
Initiates a USB control transfer with optional data sent to the USB device.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOpen
Open the USB device for I/O.
Public methodToString
Returns a string that represents the UsbDevice.
(Overrides ObjectToString.)
Top
See Also