Re: Set function in c/c++

2019-08-02 Thread Wes Hardaker via Net-snmp-coders
Ashutosh Kumar writes: > Hi Ryan, > > I'd recommend you to go through the implementation of apps/snmpset.c that > provides > the CLI functionality. Had a similar requirement for a project I was working > on > around a year ago, and going through the CLI implementation helped a lot . Agreed, a

Re: Set function in c/c++

2019-08-02 Thread Ashutosh Kumar
Hi Ryan, I'd recommend you to go through the implementation of apps/snmpset.c that provides the CLI functionality. Had a similar requirement for a project I was working on around a year ago, and going through the CLI implementation helpe