VinConnectionInformationCurrentBoard Property

CVB.Net Documentation
Gets the board number the device is on.

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

public int CurrentBoard { get; }

Property Value

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

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

Reference