Contiki-NG
Data Structures | Data Fields
snmp_varbind_s::snmp_varbind_val_u Union Reference

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

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

Data Structures

struct  snmp_varbind_string_s
 A struct that contains the string. More...
 

Data Fields

uint32_t integer
 The integer value.
 
uint32_t * oid
 A pointer to the beggining of a oid array.
 

Detailed Description

A union to represent the value in this varbind.

Remarks
A union is used since the varbind can only have one value of one type

Definition at line 173 of file snmp.h.