<< Click to Display Table of Contents >> Navigation: NmxDLL Referenz > API (programming interface) > Diagnostics > NMX_DiagClearEvent_1 |
This function allows clearing an event, which has occurred.
Definition
NMX_STATUS NMX_DiagClearEvent_1(
NMX_PHANDLE pHandle,
unsigned long ulBoxNo,
unsigned char ucEventNo);
Parameter
pHandle
ulBoxNo
Number of the Box, where the event shall be cleared.
The first measurement box has the number 0.
In a system with 5 measurement boxes, these are numbered 0..4.
ucEventNo
Number of the Event, which shall be cleared.
Current events are readout using NMX_StaticGet32_1 -> Box-Status.
Typical function call (C example)
NMX_DiagClearEvent_1(pHandle, 0, 13);
.Net DLL specific implementation
NMX_MSTATUS DiagClearEvent_1(
System::IntPtr pHandle,
System::UInt32 ulBoxNo,
System::Byte ucEventNo);
Comments
Events are always handled Box-wise.