tfDisplaySysContact

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDisplaySysContact (ttCharPtr sysContact);


Function Description

This function lets the user access the sysContact MIB-II object.


Parameters

  • sysContact
    Pointer to the system contact, memory allocated by the caller and populated by this function.


Returns

  • TM_ENOERROR
    Success.
  • TM_ALLOCATION_ERROR
    Failure to allocate memory for the agent global variables.


Table of Contents >> SNMP Programmer's Reference