mpiMotionEventReset

Declaration
long mpiMotionEventReset(MPIMotion    motion,
                         MPIEventMask eventMask) 
Required Header stdmpi.h
Description

MotionEventReset resets the event(s) that are specified in eventMask and generated by motion.
Your application must call MotionEventReset only after one or more latchable events have occurred.

Return Values
MPIMessageOK if MotionEventReset successfully resets the event(s) that are specified in eventMask and generated by motion
See Also