Returns the board type.
GxCntGetBoardType (nHandle, pnBoardType, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a counter board. |
pnBoardType |
PSHORT |
Returned board type:
|
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example returns the board type:
SHORT nHandle, nBoardType, nStatus;
GxCntGetBoardType (nHandle, &nBoardType, &nStatus)
GxCntInitialize, GxCntGetErrorString