OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual
Procedure Calls
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual—522223-001
4-19
GPI_MT_WAIT_
Considerations
•
You should not issue a call to GPI_MT_WAIT__ within a current TMF transaction
defined in your program, because the wait can be extensive and transactions should
not be outstanding for a long period of time. GPI_MT_WAIT_ does not make use of
your transaction.
•
If multiple GPI_MT_WAIT_ calls are made that refer to the same input queue
(gateway), each call receives an indication when a new communication is available.
However, only one GPI_MT_START_TRANSFER_IN_ call will be successful in
reserving the communication, because a communication can be reserved by only one
caller.