Gets the number of bits in the digital port.
Member of the cDIOConfig class. Accessible from the MccBoard.DioConfig property.
VB NET
Public Function GetNumBits(ByVal devNum As Integer, ByRef configVal As Integer) As MccDaq.ErrorInfo
C# ..NET
public MccDaq.ErrorInfo GetNumBits(int devNum, out int configVal)
devNum
Number of the digital device.
configVal
Number of bits in the digital port.