GetBoardName()

Returns the name of a specified board.

Member of the MccService class.

Function Prototype

VB .NET

Public Shared Function GetBoardName(ByVal boardNumber As Integer, ByRef boardName As String) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetBoardName(int boardNumber, ref string boardName)

Parameters

boardNumber

Refers either to the board number associated with a board when it was installed, or GETFIRST or GETNEXT.

boardName

A string variable that contains the board name. Refer to the "Measurement Computing Device IDs" section.

Returns

Notes

There are two ways to use this method: