UsbDevice Methods |
The UsbDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes the USB device.
| |
| ControlRead |
Initiates a USB control transfer that reads data from the USB device.
| |
| ControlWrite |
Initiates a USB control transfer with optional data sent to the USB device.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize |
Destructor.
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Open |
Open the USB device for I/O.
| |
| ToString |
Returns a string that represents the UsbDevice.
(Overrides ObjectToString.) |