- Hewlett-Packard Printer User Guide

Integration Facilities of the HP OpenView NNM Core Platform
The OpenView Windows API
Chapter 6248
Editing
(cont.)
OVsnmpConfParseEntry Allocate and initialize an OVsnmpConfEntry
structure with the values extracted from a
configuration string in the format of an
ovsnmp.conf(4) configuration file entry.
OVsnmpConfFreeEntry Deallocate all memory associated with the specified
OVsnmpConfEntry structure.
OVsnmpConfReadWcList Read the list of IP address wildcard records from the
SNMP configuration database. Since the semantics of
wildcard records are partly dependent upon the order
of the records in the database, these records can only
be updated as a single list.
OVsnmpConfStoreWcList Create or replace, as necessary, the list of IP address
wildcard records in the SNMP configuration
database.
OVsnmpConfAllocWcList Allocate memory for an OVsnmpConfWcList
structure. This structure may then be inserted into
the wildcard list obtained using
OVsnmpConfReadWcList(3).
OVsnmpConfFreeWcList Deallocate all memory associated with the specified
list of OVsnmpConfWcList structures.
OVsnmpConfReadDefault Read the global default record from the SNMP
configuration database.
OVsnmpConfStoreDefault Create or replace, as necessary, the global default
record in the SNMP configuration database.
OVsnmpConfImportFile Replace the contents of the SNMP configuration
database with records extracted from configuration
strings in the specified ovsnmp.conf(4) configuration
file.
OvsnmpConfExportFile Dump the contents of the SNMP configuration
database to the specified ovsnmp.conf(4)
configuration file.
Table 6-4 SNMP Communications API Functions
Category Function Name Description