Gets the number of expansion board channels.
Member of the cExpansionConfig class. Accessible from the MccBoard.ExpansionConfig property.
VB .NET
Public Function GetNumExpChans(ByVal devNum As Integer, ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetNumExpChans(int devNum, out int configVal)
devNum
Number of the expansion board.
configVal
Number of channels on the expansion board.