| Return Type | Method Summary |
| INT32 | ChannelSecuAuth(INT32 sessID)
Checks if channel is in service. |
| RtrvCidResBlock* | CreateRtrvCidResponseBlock(CHAR * AID, CHAR * CHAP, INT32 MXINV, CHAR * DURAL, INT32 TMOUT)
This method creates response block the response block using the parameters as specified in the response block structure definition of the corresponding header file. |
| U_CHAR | DltCidAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the input command. |
| U_CHAR | EdCidAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the input command. |
| U_CHAR | EntCidAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon recieving the input command. |
| INT32 | LockChannel(CHAR * chnlName)
Locks the channel. |
| U_CHAR | RtrvCidAction(InputCmdType *incmd, Vector* textBlockVector, INT32 sessID, U_CHAR *errStatus, TL1Info *tl1InfoPtr)
This method will be called by TL1 Engine upon receiving the input command. |
| void | UnlockChannel(void * chnlID)
Unlocks channel for use again. |
| Method Details |