RE: asynchrous polling

2006-04-21 Thread Jim Su
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&#

RE: asynchrous polling

2006-04-19 Thread Jim Su
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

Re: asynchrous polling

2006-03-31 Thread Wes Hardaker
> 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

RE: asynchrous polling

2006-03-30 Thread Jim Su
Hi Greeting: I found the "NETSNMP_CALLBACK_OP_RECEIVED_MESSAGE" in snmplib/snmp_api.c and snmp_clinet.c. Could it be the one I should use in the code? Anything else I should add (in order to make asynchronous polling) is not documented in the demo code? Thanks in advance. Tha