Nut/OS  4.10.3
API Reference
snmp_pdu.h File Reference
#include <pro/asn1.h>
Include dependency graph for snmp_pdu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _SNMP_VARLIST
struct  SNMP_PDU

Typedefs

typedef struct _SNMP_VARLIST SNMP_VARLIST

Functions

SNMP_PDUSnmpPduCreate (int cmd, CONST OID *ep, size_t ep_len)
 Create PDU with a given type and object ID.
void SnmpPduDestroy (SNMP_PDU *pdu)
 Destroy PDU.
int SnmpPduAddVariable (SNMP_PDU *pdu, OID *name, size_t nlen, uint8_t type, uint8_t *value, size_t vlen)
 Add variable to PDU.