OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

sessiontableinstru.c.
File contains get and set methods for each table column of the module sessionTable. Row Description

See Also :
Return Type Method Summary
U_CHAR* GetIpaddress(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
             Get method for (table) column ipaddress.
U_CHAR* GetLastreqtime(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
             Get method for (table) column lastreqtime.
U_CHAR* GetNumrequests(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
             Get method for (table) column numrequests.
U_CHAR* GetNumresponses(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
             Get method for (table) column numresponses.
U_CHAR* GetPortno(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
             Get method for (table) column portno.
U_CHAR* GetSessionid(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
             Get method for (table) column sessionid.
U_CHAR* GetSessionstate(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)
             Get method for (table) column sessionstate.
U_CHAR* SetIpaddress(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
             Set method for (table) column ipaddress.
U_CHAR* SetLastreqtime(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
             Set method for (table) column lastreqtime.
U_CHAR* SetNumrequests(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
             Set method for (table) column numrequests.
U_CHAR* SetNumresponses(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
             Set method for (table) column numresponses.
U_CHAR* SetPortno(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
             Set method for (table) column portno.
U_CHAR* SetSessionid(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
             Set method for (table) column sessionid.
U_CHAR* SetSessionstate(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)
             Set method for (table) column sessionstate.
   
Method Details

GetIpaddress()

U_CHAR* GetIpaddress(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)

Get method for (table) column ipaddress. Column Description

Arguments:
1. Pointer of the entry (IN).
2. Pointer of the variable value length (OUT).
3. Status which is used to return SNMP Error (OUT).
Return type:
The Current value of "ipaddress".
Bugs:
null
See Also:
SetIpaddress()

GetLastreqtime()

U_CHAR* GetLastreqtime(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)

Get method for (table) column lastreqtime. Column Description

Arguments:
1. Pointer of the entry (IN).
2. Pointer of the variable value length (OUT).
3. Status which is used to return SNMP Error (OUT).
Return type:
The Current value of "lastreqtime".
Bugs:
null
See Also:
SetLastreqtime()

GetNumrequests()

U_CHAR* GetNumrequests(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)

Get method for (table) column numrequests. Column Description

Arguments:
1. Pointer of the entry (IN).
2. Pointer of the variable value length (OUT).
3. Status which is used to return SNMP Error (OUT).
Return type:
The Current value of "numrequests".
Bugs:
null
See Also:
SetNumrequests()

GetNumresponses()

U_CHAR* GetNumresponses(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)

Get method for (table) column numresponses. Column Description

Arguments:
1. Pointer of the entry (IN).
2. Pointer of the variable value length (OUT).
3. Status which is used to return SNMP Error (OUT).
Return type:
The Current value of "numresponses".
Bugs:
null
See Also:
SetNumresponses()

GetPortno()

U_CHAR* GetPortno(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)

Get method for (table) column portno. Column Description

Arguments:
1. Pointer of the entry (IN).
2. Pointer of the variable value length (OUT).
3. Status which is used to return SNMP Error (OUT).
Return type:
The Current value of "portno".
Bugs:
null
See Also:
SetPortno()

GetSessionid()

U_CHAR* GetSessionid(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)

Get method for (table) column sessionid. Column Description

Arguments:
1. Pointer of the entry (IN).
2. Pointer of the variable value length (OUT).
3. Status which is used to return SNMP Error (OUT).
Return type:
The Current value of "sessionid".
Bugs:
null
See Also:
SetSessionid()

GetSessionstate()

U_CHAR* GetSessionstate(void *tableEntryPtr, INT32 *varValLen, U_CHAR *status)

Get method for (table) column sessionstate. Column Description

Arguments:
1. Pointer of the entry (IN).
2. Pointer of the variable value length (OUT).
3. Status which is used to return SNMP Error (OUT).
Return type:
The Current value of "sessionstate".
Bugs:
null
See Also:
SetSessionstate()

SetIpaddress()

U_CHAR* SetIpaddress(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)

Set method for (table) column ipaddress. Column Description

Arguments:
1. Pointer of the entry (IN/OUT).
2. Pointer of the variable to set (IN).
3. Pointer of the variable value length (IN/OUT).
4. Status which is used to return SNMP Error (IN/OUT).
Return type:
The Current value of "ipaddress".
Bugs:
null
See Also:
GetIpaddress()

SetLastreqtime()

U_CHAR* SetLastreqtime(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)

Set method for (table) column lastreqtime. Column Description

Arguments:
1. Pointer of the entry (IN/OUT).
2. Pointer of the variable to set (IN).
3. Pointer of the variable value length (IN/OUT).
4. Status which is used to return SNMP Error (IN/OUT).
Return type:
The Current value of "lastreqtime".
Bugs:
null
See Also:
GetLastreqtime()

SetNumrequests()

U_CHAR* SetNumrequests(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)

Set method for (table) column numrequests. Column Description

Arguments:
1. Pointer of the entry (IN/OUT).
2. Pointer of the variable to set (IN).
3. Pointer of the variable value length (IN/OUT).
4. Status which is used to return SNMP Error (IN/OUT).
Return type:
The Current value of "numrequests".
Bugs:
null
See Also:
GetNumrequests()

SetNumresponses()

U_CHAR* SetNumresponses(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)

Set method for (table) column numresponses. Column Description

Arguments:
1. Pointer of the entry (IN/OUT).
2. Pointer of the variable to set (IN).
3. Pointer of the variable value length (IN/OUT).
4. Status which is used to return SNMP Error (IN/OUT).
Return type:
The Current value of "numresponses".
Bugs:
null
See Also:
GetNumresponses()

SetPortno()

U_CHAR* SetPortno(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)

Set method for (table) column portno. Column Description

Arguments:
1. Pointer of the entry (IN/OUT).
2. Pointer of the variable to set (IN).
3. Pointer of the variable value length (IN/OUT).
4. Status which is used to return SNMP Error (IN/OUT).
Return type:
The Current value of "portno".
Bugs:
null
See Also:
GetPortno()

SetSessionid()

U_CHAR* SetSessionid(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)

Set method for (table) column sessionid. Column Description

Arguments:
1. Pointer of the entry (IN/OUT).
2. Pointer of the variable to set (IN).
3. Pointer of the variable value length (IN/OUT).
4. Status which is used to return SNMP Error (IN/OUT).
Return type:
The Current value of "sessionid".
Bugs:
null
See Also:
GetSessionid()

SetSessionstate()

U_CHAR* SetSessionstate(void *tableEntryPtr, U_CHAR *varVal, INT32 *varValLen, U_CHAR *status)

Set method for (table) column sessionstate. Column Description

Arguments:
1. Pointer of the entry (IN/OUT).
2. Pointer of the variable to set (IN).
3. Pointer of the variable value length (IN/OUT).
4. Status which is used to return SNMP Error (IN/OUT).
Return type:
The Current value of "sessionstate".
Bugs:
null
See Also:
GetSessionstate()


OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

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