<< Click to Display Table of Contents >> Navigation: NmxDLL Referenz > 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);
.Net DLL specific implementation
NMX_MSTATUS GetBoxCount_1(System::IntPtr pHandle, System::UInt32 %pulBoxCount);
Comments
pulBoxCount only returns a value, if the function return code is NST_SUCCESS. Otherwise the value remains unchanged.