NMX_DiagClearEvent_1

<< Click to Display Table of Contents >>

Navigation:  NmxDLL Reference Guide > 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

Connection Handle.

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.