On Fri, 26 Aug 2005 00:23:46 -0700 (PDT) Alaios wrote:
A> Good norning to all ... poking aroung in the
A> sources... i have noticed the following declarations
A> [...]
A> Can u plz me explain what SYNTAX_MASK stands for?

Look up a little further at the comments.

A> What i already know is the add_null_var method
A>         pdu = snmp_pdu_create(SNMP_MSG_GET);
A>         /* Add variable to the snmp packet */
A>         snmp_add_null_var(pdu, oidvalue,length_myoid);
A>         status = snmp_synch_response(sess_handle, pdu,
A> &response);
A> Do u think that the best way for fetching all these
A> oids is to make a loop with snmp_add_null_var calls..
A> or do u have anything else in mind? Have a nice day :)

A loop should work just fine.

-- 
NOTE: messages sent directly to me, instead of the lists, will be deleted
      unless they are requests for paid consulting services.

Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to