Contiki-NG
Data Structures | Data Fields

The varbind struct. More...

#include <os/net/app-layer/snmp/snmp.h>

Data Structures

union  snmp_varbind_val_u
 A union to represent the value in this varbind. More...
 

Data Fields

uint32_t oid [SNMP_MSG_OID_MAX_LEN]
 The OID. More...
 
uint8_t value_type
 The type in this varbind.
 

Detailed Description

The varbind struct.

Definition at line 157 of file snmp.h.

Field Documentation

◆ oid

uint32_t snmp_varbind_s::oid[SNMP_MSG_OID_MAX_LEN]

The OID.

Remarks
The length is configurable

Definition at line 163 of file snmp.h.