mpiSynqNetEventReset

Declaration

int32_t mpiSynqNetEventReset(MPISynqNet     synqNet,
                          MPIEventMask   eventMask);
Required Header: stdmpi.h

Description

mpiSynqNetEventReset resets the status/event bits that are specified in the eventMask and generated by the synqNet object. After a SynqNet event occurs, SynqNetEventReset should be called to reset the latched status/event bits so the specified event(s) can be generated again.

synqNet A handle to a SynqNet object
eventMask an array that defines the event mask bits. The array is defined as:

typedef MPIEventMaskELEMENT_TYPE MPIEventMask[MPIEventMaskELEMENTS]
Return Values
MPIMessageOK

See Also

mpiSynqNetStatus | mpiSqNodeEventReset | mpiSqNodeStatus | mpiControlEventReset | mpiMotionEventReset | mpiMotorEventReset | mpiRecorderEventReset | mpiSequenceEventReset | mpiSqNodeEventReset | mpiAxisEventReset | Event Notification Methods