Dear list:
That's okay. I already figured out how to process the received data.
Thanks!
-Jim
-Original Message-
From: Jim Su [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 5:46 PM
To: Net-Snmp-Users
Subject: RE: asynchrous polling
Dear list:
I
n the callback function but what is
the means to distinguish the returned values from two snmp_send?
Thanks in advanced.
Jim
-Original Message-
From: Wes Hardaker [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 01, 2006 2:24 AM
To: Jim Su
Cc: Net-Snmp-Users
Subject: Re: asynchrous po
> On Thu, 30 Mar 2006 16:19:52 +0800, "Jim Su" <[EMAIL PROTECTED]> said:
Jim> I found the "NETSNMP_CALLBACK_OP_RECEIVED_MESSAGE" in
Jim> snmplib/snmp_api.c and snmp_clinet.c. Could it be the one I
Jim> should use in the code? Anything else I should add (in order to
Jim> make asynchronous poll
in advance.
Thanks,
Jim
-Original Message-
From: Jim Su [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 30, 2006 12:03 PM
To: Net-Snmp-Users
Subject: asynchrous polling
Hi Greeting:
I have imitated the implementation of asynchronous polling like the one
shown in the tutorial - Asynchr
Hi Greeting:
I have imitated the implementation of asynchronous polling like the one
shown in the tutorial - Asynchronous Demo Application. The demo is quite
straight forward.
There is a line to check the operation state - RECEIVED_MESSAGE in
asynch_response(). I thought it was one of the