|
<< Click to Display Table of Contents >> Navigation: NmxDLL Reference Manual > API (programming interface) > Get device information > NMX_GetBoxCount_1 |
This function is used to read the number of measurement boxes, which the device has.
Definition
NMX_STATUS NMX_GetBoxCount_1(
NMX_PHANDLE pHandle,
unsigned long* pulBoxCount);
Parameter
pHandle
pulBoxCount
Number of measurement boxes, which the system has.
Typical function call (C example)
NMX_GetBoxCount_1(pHandle, &ulBoxCount);
Comments
pulBoxCount only returns a value, if the function return code is NST_SUCCESS. Otherwise the value remains unchanged.