Class PvDeviceInfoUSB
Information about a generic USB device.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvDeviceInfoUSB : PvDeviceInfo, IDisposable
Constructors
View SourcePvDeviceInfoUSB()
Constructor.
Declaration
public PvDeviceInfoUSB()
Properties
View SourceStatus
Gets the USB status of the device.
Declaration
public PvUSBStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| PvUSBStatus |
Methods
View SourceAssign(PvDeviceInfoUSB)
Equal operator: copies the object.
Declaration
public PvDeviceInfoUSB Assign(PvDeviceInfoUSB arg0)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDeviceInfoUSB | arg0 | The source for the copy. |
Returns
| Type | Description |
|---|---|
| PvDeviceInfoUSB | Reference to the object aFrom was copied to. |
Dispose(bool)
Dispose
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |