This is a discussion on Re: c api plz within the SNMP Coders forums, part of the Networking and Network Related category; [ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[ First - *please* don't mail me privately, without copying
any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On Fri, 2005-05-20 at 11:58, Alaios wrote: > Thx ... I have found the following in the code > snmp_add_null_var(pdu, id_oid, id_len); > I want to take the following oid .1.3.6.1.2.1.4.8 > how i must denote the id_oid and id_len parameters? oid id_oid[] = { 1,3,6,1,2,1,4,8 }; int id_len = OID_LENGTH( id_oid ); Dave ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |