Anyone help me! about message-pumping mechanism

Jochen Katz katz____agentpp.com
Fri Nov 2 12:34:58 CET 2001


Hi,

> But, the browser sample source-code does not call SNMPProcessPendingEvents() function. (I got it from http://www.sa-ha.de/snmp/)
> Is function calling hide?

these (old) examples rely on snmp++2.8 which uses winsnmp on windows, so
there's possibly another mechanism to get back async responses.

If you're using snmp++v3 (which no longer depends on winsnmp) you will
have to call SNMPProcessPendingEvents() unless you know of a windows
extension that allows to install a callback (which would be
SNMPProcessPendingEvents() or a wrapper around it) which is called
whenever a packet arrives on the socket used by snmp++.

Kind regards,
  Jochen



More information about the AGENTPP mailing list