Compaq TCP/IP Services for OpenVMS Programming And Reference Manual page 79

Tcp/ip services for openvms
Table of Contents

Advertisement

Field Name
object
Description
These types of routines call whatever routine is specified for
object table identified by the registered subtree.
This function is pointed to by some number of elements of the subagent object
table. When a request arrives for an object, its method routine is called. The
method routine is called in response to a
*_get
Return Values
ESNMP_MTHD_noError
ESNMP_MTHD_
noSuchObject
ESNMP_MTHD_
noSuchInstance
ESNMP_MTHD_genErr
Description
A pointer to the object table entry for
the MIB variable being referenced. The
method->object->object_index field is this
object's unique index within the object table
(useful when one method routine services many
objects).
The method->object->oid field is the OID
defined for this object in the MIB. The
instance requested is derived by comparing
this OID with the OID in the request found
in the method->varbind->name field. The
function is useful for this.
oid2instance
request.
Get
The routine completed successfully.
The requested object cannot be returned or does
not exist.
The requested instance of an object cannot be
returned or does not exist.
A general processing error.
eSNMP API Routines
*_get Routine
operations in the
Get
eSNMP API Routines 5–21

Advertisement

Table of Contents
loading

Table of Contents