Re: about callback function

2007-02-01 Thread Dave Shield
On 01/02/07, Clement Hsu <[EMAIL PROTECTED]> wrote: > I saw the structure of the snmp_session has a declaration of > netsnmp_callback. That's part of the standard process of processing an incoming PDU. It's not really part of the public API. It's certainly not relevant to your main requirement.

about callback function

2007-01-31 Thread Clement Hsu
Dear All: I am Clement. I saw the structure of the snmp_session has a declaration of netsnmp_callback. However, I don't realize how to apply callback to implement trap that can make it receive some system call. Does there exist any documents or introductions about how to use callback. Any sugges