VinDeviceVinConnectionInformation Property

CVB.Net Documentation
Gets the board and port information of this device.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public VinConnectionInformation VinConnectionInformation { get; }

Property Value

Type: VinConnectionInformation
VinConnectionInformation containing this device's board and camera port index.
Exceptions

ExceptionCondition
NullReferenceExceptionIf this is not a Vin driver supporting a board- or camera select interface.
ObjectDisposedExceptionIf this device has already been disposed.
See Also

Reference