DioConfig.SetDirectionCheckDisabled()

Sets the status of the direction check for a specified digital port or bit.

Member of the cDIOConfig class. Accessible from the MccBoard.DioConfig property.

Function Prototype

VB .NET

Public Function SetDirectionCheckDisabled(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetDirectionCheckDisabled(int configVal)

Parameters

configVal

The direction check status (0 = enabled, 1 = disabled).

Returns