MultiCam Boards Documentation > MultiCam Documentation > MultiCam C++ Reference > Classes > BoardList Class > BoardList::GetBoardByBoardIdentifier Method

BoardList::GetBoardByBoardIdentifier Method

Finds a reference to a Board object using its board identifier.

[C++]

Board* BoardList::GetBoardByBoardIdentifier(
  const char* boardIdentifier
);

Parameters

boardIdentifier

User allocated character string holding the board identifier.

Remarks

The board identifier is an ASCII character string resulting from the concatenation of the board type and the serial number with an intervening underscore. The serial number is a 6-digit string made of characters 0 to 9.

"COLORSCAN_000123" is an example.

See Also

BoardList Class | BoardList::GetBoardByBoardName | BoardList::GetBoardByDriverIndex | BoardList::GetBoardByPciPosition