MemSetDTMode()

Sets the DT-Connect Mode of a memory board.

Member of the MccBoard class.

Function Prototype

VB .NET

Public Function MemSetDTMode(ByVal mode As MccDaq.DTMode) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo MemSetDTMode(MccDaq.DTMode mode)

Parameters

mode

Must be set to either DTIn or DTOut. Set the mode on the memory board to DTIn to transfer data from an A/D board to the memory board. Set mode = DTOut to transfer data from a memory board to a D/A board.

Returns

Notes