
Go to the source code of this file.
Functions | |
| CONST uint8_t * | SnmpVarParse (CONST uint8_t *data, size_t *dlen, OID *name, size_t *nlen, uint8_t *type, uint8_t **value, size_t *vlen) |
| Parse an SNMP variable. | |
| uint8_t * | SnmpVarBuild (uint8_t *data, size_t *dlen, CONST OID *name, size_t nlen, uint8_t type, CONST uint8_t *value, size_t vlen) |
| Build an SNMP variable. | |