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
D
DeQueueCLIMessageInRcvQ
It dequeues CLI Message from RCV Q.
DeQueueCLIMessageInTxQ
It dequeues CLI Message from RCV Q.
DecodeAsnSyntaxValue
Decodes the give varbind value according to BER standard.
DecodeBase64Encoding
It will decode the encoded string according to Base 64 Encoding.
DecodeOID
Convert the character stream of oid representation to OID array using BER decoding rule.
Decrypt
It will checkup whether the scoped PDU is protected from disclosure or not. It is used CBC-DES as a privacy protocol as defined in RFC 3415.
DelayThread
It will suspend the given called thread's cpu usage for "delayVal" Micro seconds.
DeleteAction
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.
DeleteAuthenticationEntry
Delete an object from the authentication list.
DeleteChannelEntry
deletes a new channel details.
DeleteCircularQueueAt
Delete the object from the Vector.
DeleteClientInfo
Deletes the clients information
DeleteClientSession
Deletes client session.
DeleteCmdEntry
deletes channel details.
DeleteDuplicateTreeCellVarBind
It is used to identify the duplicate tree cell in the given Vector.
DeleteElement
Delete the specified object from the given Vector.
DeleteElementAt
Delete a object at specified locatio of the Vector.
DeleteElementByRefPtr
It will delete the element from the Vector by comparing the reference pointer.
DeleteEntry
From the given Vector reterives the corresponding nodePtr w.r.to given inEntryPtr and remove it from the Vector.
DeleteEntryUsingIndex
From the given Vector reterives the corresponding nodePtr w.r.to given index and remove it from the Vector. Here index value starts from 1.
DeleteEntryUsingInstance
From the given Vector reterives the corresponding nodePtr w.r.to given inEntryPtr and remove it from the Vector.
DeleteFromTimerList
Deletes timer Entry from the timer list.
DeleteFromUserList
Deletes a user entry from Loggedin users list.
DeleteGenrlTimerentry
deletes a timer from queue using the timerid
DeleteInformPduFromVector
Delete the corresponding Entry from the gv_informVector which matches the reqId of the rcvd reponse message.
DeleteLCDVector
It will delete the element from lcdVector.
DeleteManagerEntry
Deletes an object from the manger list.
DeleteOprEntry
deletes an operation entry.
DeleteRollBackEntryFromVector
This function will delete a particular Entry.
DeleteRoutingEntry
Deletes routing entry for the given TID.
DeleteRowFromDBS
Deletes a row in a given table.
DeleteRowFromDBS
Updates a row in a given table.
DeleteRowFromDBS
Deletes a row in a given table.
DeleteRsrcEntry
deletes a rsrc entry.
DeleteServerSession
Deletes server for the given server name.
DeleteSnmpNotificationVarBindTableEntryForreqIDMatchingColumn
This method will be called from the base table's Update methods of respective handler files
DeleteTableEntry
It will delete the specified row from the given table Vector.it is used for atomic set in multi protocol agent.
DeleteTimerNotification
It will delete the give nodePtr which contains TimerNotificationInfo from gv_timerServiceTable.
DeleteTreeCell
This will delete the given cell from the tree.
DeleteUsage
This function will be called when get command is received with invalid options.User can cutomize the usage string to his requirements.
DeleteUserEntry
Delete an User entry.
DispStatForDocAccessTopNTable
Creates the original Vector from the Temp Vector generated.
DispStatForDocBytesTopNTable
Creates the original Vector from the Temp Vector generated.
DisplayDroppedInformInfo
Display the information of the inform pdu. This method will be called when acknowledgement is not received from the manager i.e beforem dropping the packet.
DisplayInformInfo
Displays all the necessary information of the received INFORM PDU or response of the transmitted INFORM PDU. User can do some action based on the given information. It is user implementation.
DisplaySnmpPduInfo
Display the information of the SnmpPdu.
DisplayStatisticsForBucket
Displays statistics for DocAccessTopNTable, DocBytesTopNTable and DocBucketTable. The temp vectors for all the table are copied to the origianl vectors.
DltCidAction
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.
DltCmdAction
This method delets a command view entry. It will be called by TL1 Engine upon receing 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.
DltEocreAck
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.
DltEocreAction
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.
DltRscAction
This method will be called by TL1 Engine upon receiving the the dlt-rsc input command. This function initializes the AID and message payload structure variables using the values from received input message AID.
DltSecuAction
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.
DltTcpreAck
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.
DltTcpreAction
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.
DoAccessCheck
It will take each varbind from the SnmpPdu from third varbind onwards and apply for IsAccessAllowed() to check the OID has valid access to send to manager. But it will take the second varbind of SnmpPdu and apply IsAccessAllowed() for the varbind value (Trap OID).
DoFilteringForSnmpTraps
In this method user can apply their own filtering mechanism before sending traps. It is user implemen -tation, can allow the trap or not. At present it just display the manager and trap information.
DoFilteringOnRcvdSubagentTraps
This method will be called after receiving the trap from the subagent. Inside this method user can do the validation by adding his code.
DoFormat
Format the input string into CLIScroll.
DoGetForProxyRollBack
This function will send GET request to the proxy agents. It will store all values in the rollback varbind.
DoKeyChange
This function will convert the given password into localized key using MD5 protocol as defined in the USM security model in RFC 3414.
DoOtherWorks
When an agent is installed in a machine or device it needs to do other processing also. So to do other works during the agent prcessing this method will be invoked from the agent base loop.
DoSetForProxyWithNewValue
This function will send SET request to the proxy agents with current incomming (new) value.
DoSetForProxyWithOldValue
This function will send SET request to the proxy agents with old value.
DoesCLICommandContaionOption
Checking the given option is in the StringCommand.
OverView Index Help WebNMS Agent Toolkit C Edition 6
Copyright (c) 2009 ZOHO Corp. All Rights Reserved.