Gets the current value of digital outputs.
Member of the Member of the cDIOConfig class. Accessible from the MccBoard.DioConfig property.
VB .NET
Public Function GetCurVal(ByVal devNum As Integer, ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetCurVal(int devNum, out int configVal)
devNum
Number of the digital device.
configVal
Current value of the digital output.