| Return Type | Method Summary |
| CHAR | AddTl1CommandSecurityEntry(U_CHAR *command, INT32 cmdstatus, U_CHAR *cap, INT32 cmdrowStatus)
It will take all columns value and its instance value as input and add create an entry then add it to the vector. |
| CHAR | CreateAndAddNewTl1CommandSecurityTableEntry(U_CHAR *command, INT32 cmdstatus, U_CHAR *cap, INT32 cmdrowStatus)
It will take all columns value as input and create an instance then add it to the vector. |
| CHAR | CreateAndAddTl1CommandSecurityTableEntry(OID *instance, INT32 instanceLen, U_CHAR *command, INT32 cmdstatus, U_CHAR *cap, INT32 cmdrowStatus)
It will take all columns value and its instance value as input and add create an entry then add it to the vector. |
| OID* | CreateTl1CommandSecurityTableInstance(INT32 *instanceLen, U_CHAR *command)
This method is called from the method CreateAndAddNewTl1CommandSecurityTableTableEntry(). |
| void* | CreateTl1CommandSecurityTableRowWithDefaultValues(U_CHAR **indexList, INT32 *indexListLen, INT32 len)
It will create a new row and assign default value for each table column. |
| void | FreeTl1CommandSecurityTableEntryMemory(Entry *entryPtr)
This method is called from FreeTl1CommandSecurityTableVector(). |
| void | FreeTl1CommandSecurityTableVector()
Free the gv_tl1CommandSecurityTableVector. |
| U_CHAR* | GetCap(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
Get method for (table) column cap. |
| U_CHAR* | GetCmdrowStatus(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
Get method for (table) column cmdrowStatus. |
| U_CHAR* | GetCmdstatus(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
Get method for (table) column cmdstatus. |
| U_CHAR* | GetCommand(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
Get method for (table) column command. |
| U_CHAR | GetTl1CommandSecurityTableEntry(U_CHAR ***cols, INT32 index)
It will get an entry from table. |
| Vector* | GetTl1CommandSecurityTableInfo(INT32 startIdx, INT32 numOfRows, INT32 *flag)
It will return the table vector reference, before that it will verify the total size of the table and set flag value. |
| void | InitTl1CommandSecurityTable()
It will register the treeCell with agent and initialize all data structures related to the module "tl1CommandSecurityTable". |
| U_CHAR* | SetCap(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column cap. |
| U_CHAR* | SetCmdrowStatus(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column cmdrowStatus. |
| U_CHAR* | SetCmdstatus(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column cmdstatus. |
| U_CHAR* | SetCommand(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
Set method for (table) column command. |
| CHAR | Tl1CommandSecurityTableProcessRequests(U_CHAR protoType, U_CHAR cmdType, Vector *attrbsVect, INT32 numOfRows)
This method will be called from the agent api for all the requests (GET/GET-NEXT/SET) with received pduType and varBind vector before processing the received varbinds. |
| CHAR | UpdateTl1CommandSecurityTable(U_CHAR command)
This method will be called from the agent api after successful SET/GET/GET-NEXT operation, in order to update the original or user application's data structrue with the changes made to Tl1CommandSecurityTable. |
| Method Details |