tfModifySysLocation

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfModifySysObjId (ttCharPtr sysLocation);


Function Description

This function modifies the sysLoction object.


Parameters

  • sysLocation
    The new sysLocation string.


Returns

  • TM_ENOERROR
    No error.
  • TM_ALLOCATION_ERROR
    Failure to allocate memory for the agent global variables.
  • TM_SYSLOCATION_TOOLONG
    sysObjectId is too long.
  • TM_SYSLOCATION_NOT_PRINTABLE
    sysLocation contains invalid non printable characters.


Table of Contents >> SNMP Programmer's Reference