HP (Hewlett-Packard) HP OpenView Vantagepoint – Operation Manual for UNIX Printer User Manual


 
Integration Facilities of the HP OpenView NNM Core Platform
The OpenView Windows API
Chapter 6244
Communi-
cations
OVsnmpXSend OVsnmpSend Sends an SNMP message in
non-blocking mode.
Resources associated with the PDU
are deallocated with this call, unless
an error occurs.
Using OVsnmpXSend(3) in an
event-driven X-based application
achieves automatic non-blocking
transmission.
OVsnmpBlockingSend Sends an SNMP message in blocking
mode.
Resources associated with the PDU
are deallocated with this call, unless
an error occurs.
OVsnmpRecv Sends an SNMP message in blocking
mode.
Resources associated with the PDU
are deallocated with this call, unless
an error occurs.
OVsnmpRead Receives messages on all active
SNMP sessions.
Returns information via the callback
function.
Manual
Retrans-
mission
OVsnmpGetRetryInfo Gets retransmission information on
pending SNMP requests.
OVsnmpDoRetry Retransmits a pending SNMP
request.
Table 6-3 SNMP Communications API Functions
Category Function Name for
Event-Driven X
Applications
Function Name
for Traditional
Applications
Description