VinConnectionInformationCurrentPort Property

CVB.Net Documentation
Gets the camera port number the device is on.

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

public int CurrentPort { get; }

Property Value

Type: Int32
A zero based, positive camera port index; -1 if AccessToken is in use.
Remarks

If the device has no camera select interface this will always return 0.
See Also

Reference