BoardConfig.SetAdXferMode()

Sets the data transfer mode.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function SetAdXferMode(ByVal configVal as Integer) as MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetAdXferMode(int configVal)

Parameters

configVal

Sets the data transfer mode (0 = kernel mode, 1 = user mode).

Returns