Queries the board’s model number.
Gx6256GetBoardType (nHandle, pwBoardType, pnStatus)
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. |
The following example closes returns the board type:
Gx6256GetBoardType(nHandle, &wBoardType , &nStatus);