| Return Type | Method Summary |
| CHAR | AddToPendingBuffer(InputCmdType* incmd, INT32 sesID)
Adds input message to pending buffer. |
| INT32 | CancelDA(INT32 ordno, INT32 sesid, INT32 flag)
Cancels the specified Delay activation input message. |
| INT32 | ExecManualAct(INT32 ordno, INT32 sesid, INT32 flag)
executes manual or automatic activation command. |
| CHAR* | RetreiveDA(CHAR *ordNum, INT32 tType , CHAR *tTmGe, CHAR *tTmLe , INT32 *count, INT32 sessid)
Retreives the list of pending Delay activation input messages which meet the given input criteria. |
| Method Details |