Gets the DMA channel (0, 1, or 3) set for the board.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetDmaChan(ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetDmaChan(out int configVal)
configVal
Returns DMA channel. 0, 1, or 3.