Returns the status of the direction check for a specified digital port or bit.
Member of the cDIOConfig class. Accessible from the MccBoard.DioConfig property.
VB .NET
Public Function IsDirectionCheckDisabled(ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo IsDirectionCheckDisabled(out int configVal)
configVal
The direction check status (0 = enabled, 1 = disabled).