lwIP 2.0.0  lwIP 2.0.0
LightweightIPstack
snmp_varbind Struct Reference

#include <snmp.h>

Data Fields

struct snmp_varbindnext
 
struct snmp_varbindprev
 
struct snmp_obj_id oid
 
u8_t type
 
u16_t value_len
 
void * value
 

Detailed Description

SNMP variable binding descriptor (publically needed for traps)

Field Documentation

struct snmp_varbind* snmp_varbind::next

pointer to next varbind, NULL for last in list

struct snmp_obj_id snmp_varbind::oid

object identifier

struct snmp_varbind* snmp_varbind::prev

pointer to previous varbind, NULL for first in list

u8_t snmp_varbind::type

value ASN1 type

void* snmp_varbind::value

object value

u16_t snmp_varbind::value_len

object value length


The documentation for this struct was generated from the following file: