mpiAxisEventReset
Declaration
int32_t mpiAxisEventReset(MPIAxis axis, MPIEventMask eventMask)
Required Header: axis.h
Description
mpiAxisEventReset resets the event(s) that are specified in eventMask and generated by axis. Your application must call mpiAxisEventReset only after one or more latchable events have occurred.
| axis | a handle to the Axis object |
|---|---|
| eventMask | pointer to an MPIEventMask |
| Return Values |
|---|
| MPIMessageOK |
See Also
mpiControlEventReset | mpiMotionEventReset | mpiMotorEventReset | mpiRecorderEventReset | mpiSequenceEventReset | mpiSynqNetEventReset | mpiSqNodeEventReset
