OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

E

EOCRecvTL1Message

In this function user can receive TL1 message from other NE.
EOCRouteTL1Message

In this function user can do routing on the received information.
EdCidAction

This method will be called by TL1 Engine upon receiving the input command.Here, user can writehis code to perform the necessary action upon receiving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters.
EdCmdAction

This method modifies an existing command entry details. It will be called by TL1 Engine upon receiving the the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters.
EdEocreAck

This method is called from when the agent does not send a response message within a specified time.(i.e) If a normal response or an error response cannot be sent within 2 seconds of receipt of receiving the input command an appropriate acknowledgment should be sent.
EdEocreAction

This method will be called by TL1 Engine upon receiving the the input command.Here, user can writehis code to perform the necessary action upon receiving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters. The AID structure, message pay load structure and output text block structure are generated in the corresponding header file according to the syntax defined in TCS file.
EdOcaAck

This method is called from when the agent does not send a response message within a specified time.(i.e) If a normal response or an error response cannot be sent within 2 seconds of receipt of receiving the input command an appropriate acknowledgment should be sent.
EdOcaAction

This method will be called by TL1 Engine upon receiving the the input command.Here, user can writehis code to perform the necessary action upon receiving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters. The AID structure, message pay load structure and output text block structure are generated in the corresponding header file according to the syntax defined in TCS file.
EdRscAction

This method will be called by TL1 Engine upon receiving the the ed-rsc input command. This function initializes the AID and message payload structure variables using the values from received input message AID.
EdSecuAction

This method will be called by TL1 Engine upon receiving the the input command.This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters.
EdTcpreAck

This method is called from when the agent does not send a response message within a specified time.(i.e) If a normal response or an error response cannot be sent within 2 seconds of receipt of receiving the input command an appropriate acknowledgment should be sent.
EdTcpreAction

This method will be called by TL1 Engine upon receiving the the input command.Here, user can writehis code to perform the necessary action upon receiving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters. The AID structure, message pay load structure and output text block structure are generated in the corresponding header file according to the syntax defined in TCS file.
EditChannelEntry

edits a channel details.
EditCmdEntry

Edits a command details.
EditOprEntry

Edits a operation entry details.
EditRsrcEntry

Edits a channel details.
EditUserDetails

edit a User details Entry.
EditUserPid

edit user password.
ElementAt

Reterive the element at specified location from the Vector.
EnQueueCLIMessageInRcvQ

It creates CLIMessage structure using the arguments and enqueues it in RCV Q.
EnQueueCLIMessageInTxQ

It creates CLIMessage structure using the arguments and enqueues it in TX Q.
Encrypt

It will encrypt the the given data buffer according to CBC-DES protocol using the given arguments. The encryption won't do padding.
EncryptDecryptKey

This function do a simple encryption/decryption on the given string, the algorithm is, get each byte from the given string and do xor with the calculated hash value. The hash value may be ENCODE_DECODE_HASH + length of the string or (ENCODE_DECODE_HASH + value of the string % 255) depending upon the keyLen and instLen.
EntCidAction

This method will be called by TL1 Engine upon recieving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters.
EntCmdAction

This method creates a new command details entry. It will be called by TL1 Engine upon receiving the the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters.
EntEocreAck

This method is called from when the agent does not send a response message within a specified time.(i.e) If a normal response or an error response cannot be sent within 2 seconds of receipt of receiving the input command an appropriate acknowledgment should be sent.
EntEocreAction

This method will be called by TL1 Engine upon receiving the the input command.Here, user can writehis code to perform the necessary action upon receiving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters. The AID structure, message pay load structure and output text block structure are generated in the corresponding header file according to the syntax defined in TCS file.
EntRscAction

This method will be called by TL1 Engine upon receiving the the ent-rsc input command. This function initializes the AID and message payload structure variables using the values from received input message AID.
EntSecuAction

This method will be called by TL1 Engine upon receiving the the input command.Here, user can writehis code to perform the necessary action upon receiving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters.
EntTcpreAck

This method is called from when the agent does not send a response message within a specified time.(i.e) If a normal response or an error response cannot be sent within 2 seconds of receipt of receiving the input command an appropriate acknowledgment should be sent.
EntTcpreAction

This method will be called by TL1 Engine upon receiving the the input command.Here, user can writehis code to perform the necessary action upon receiving the input command. This function initializes the AID and message payload structure variables using the received input message AID and message payload block parameters. The AID structure, message pay load structure and output text block structure are generated in the corresponding header file according to the syntax defined in TCS file.
ErrormessAction

This method will be called by CLI Engine upon receiving the CLI command.Here, user can write his code to perform the necessary action upon receiving the CLI command.
ErrormessUsage

This function will be called when errormess command is received with invalid options.User can cutomize the usage string to his requirements.
EstablishTcpConnection

It will establish the tcp connection to the listening port.
EvaluateIfCondition

This function will evaluate the condition and returns TRUE/FALSE.
ExecComand

It will execute the given command and return the reult. If the command execution fails then it will return NULL.
ExecManualAct

executes manual or automatic activation command.
ExitFromSession

Delete client Session from the ServerSession if the session is not craft.


OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

Copyright (c) 2009 ZOHO Corp. All Rights Reserved.