| Return Type | Method Summary |
| EOCRoutingEntry* | CreateNewEOCEntry(CHAR * routID, CHAR *activeEOC, CHAR *backupEOC, U_INT32 ocId, INT32 lapdAddr)
Creates new EOC Routing Entry. |
| U_CHAR | DltEocreAck(InputCmdType *incmd, INT32 sessionID)
This method is called from when the agent does not send a response message within a specified time. |
| U_CHAR | DltEocreAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the the input command. |
| U_CHAR | EdEocreAck(InputCmdType *incmd, INT32 sessionID)
This method is called from when the agent does not send a response message within a specified time. |
| U_CHAR | EdEocreAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the the input command. |
| U_CHAR | EdOcaAck(InputCmdType *incmd, INT32 sessionID)
This method is called from when the agent does not send a response message within a specified time. |
| U_CHAR | EdOcaAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the the input command. |
| U_CHAR | EntEocreAck(InputCmdType *incmd, INT32 sessionID)
This method is called from when the agent does not send a response message within a specified time. |
| U_CHAR | EntEocreAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the the input command. |
| void | FreeEOCRoutingEntry(EOCRoutingEntry *entryPtr)
Frees new EOC Routing Entry. |
| void | FreeRtrvEocreResponseBlock(void *resPtr, U_CHAR fType)
Frees response block variable . |
| CHAR | InitDltEocre()
This method is called from gatewayne. |
| CHAR | InitEdEocre()
This method is called from gatewayne. |
| CHAR | InitEdOca()
This method is called from gatewayne. |
| CHAR | InitEntEocre()
This method is called from gatewayne. |
| CHAR | InitRtrvEocre()
This method is called from gatewayne. |
| U_CHAR | RtrvEocreAck(InputCmdType *incmd, INT32 sessionID)
This method is called from when the agent does not send a response message within a specified time. |
| U_CHAR | RtrvEocreAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessionID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the the input command. |
| Method Details |