VinDeviceTryGetVinConnectionInformation Method

CVB.Net Documentation
Tries to get the board an port information of this device.

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

public bool TryGetVinConnectionInformation(
	out VinConnectionInformation info
)

Parameters

info
Type: Stemmer.Cvb.DriverVinConnectionInformation
The VinConnectionInformation containing this device's board and camera port index.

Return Value

Type: Boolean
true if successful; false if not.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this device has already been disposed.
See Also

Reference