mpiSequenceEventNotifySet

Declaration

MPI_RESULT
   mpiSequenceEventNotifySet(MPISequence                 sequence,
                             const MPIEventMask          eventMask,
                             const MPIEventNotifyData    *eventNotifyData);

 

Required Header: stdmpi.h

Description

mpiSequenceEventNotifySet requests host notification of the event(s) specified by eventMask and generated by a Sequence (sequence), and also writes the event data configuration to the controller from the structure pointed to by eventNotifyData. This method is useful for enabling sequence events in the controller and specifying the event data that will be available in the event message.

Return Values
MPIMessageOK

See Also

MPIEventMaskEXTERNAL | MPIEventMask | mpiSequenceEventNotifyGet