I use this function for get result by snmpsnmp2_walk("localhost", "private", "OID");
All work fine, but result returns in this form:
STRING: "..."
STRING: "second"
Is there a function to convert this result into a normal string?
From STRING: "second"
to second