Class PvDeviceU3V
Connect, configure and control a USB3 Vision device
Implements
Inherited Members
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public class PvDeviceU3V : PvDevice, IDisposable
Constructors
View SourcePvDeviceU3V()
Constructor.
Declaration
public PvDeviceU3V()
Properties
View SourceGUID
Gets the GUID of the connected USB3 Vision device.
Declaration
public string GUID { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceConnect(PvDeviceInfo)
Connect to a USB3 Vision device.
Declaration
public override PvResult Connect(PvDeviceInfo aDeviceInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDeviceInfo | aDeviceInfo | The USB3 Vision device's 12 hex digit GUID. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
Overrides
View SourceConnect(string)
Connect to a USB3 Vision device.
Declaration
public override PvResult Connect(string aDeviceInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aDeviceInfo | The USB3 Vision device's connectivity information; a #PvDeviceInfo object. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
Overrides
View SourceDispose(bool)
Dispose
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |