BoardConfig.GetAdXferMode() method

Gets the data transfer mode.

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

Function Prototype

VB .NET

Public Function GetAdXferMode(ByRef configVal as Integer) as MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetAdXferMode(int configVal)

Parameters

configVal

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

Returns