Gx6192/Gx6256/Gx6864GetBoardType

Purpose

Queries the board’s model number.

Syntax

Gx6256GetBoardType (nHandle, pwBoardType, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX6256/GX6864/GX6192 board.
pwBoardType
PWORD
Returns the board's type (0x6256, 0x6864, or 0x6192)  
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Example

The following example closes returns the board type:

 

Gx6256GetBoardType(nHandle, &wBoardType , &nStatus);

 

See Also

Gx6192/Gx6256/Gx6864GetBoardSummary, GxSWGetErrorString