tfDisplayCommunityTableEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDisplayCommunityTableEntry (
ttSnmpCommunityTablePtr entryPtr,
unsigned int i
);


Function Description

Display a community entry from the lists.


Parameters

  • entryPtr
    Pointer to found ttSnmpCommunityTable, memory allocated by the caller and populated by this function.
  • i
    Sequential entry number of the member to be displayed.


Returns

  • TM_ENOERROR
    Success.
  • TM_ALLOCATION_ERROR
    Failure to allocate memory for the agent global variables.
  • TM_RECORD_NOTFOUND
    Failure,the record was not found.


Table of Contents >> SNMP Programmer's Reference