Contiki-NG
Data Fields
snmp_header_s::error_status_non_repeaters_u Union Reference

Union to hold the error status or the non repeaters. More...

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

Data Fields

uint32_t error_status
 The error status.
 
uint32_t non_repeaters
 The non repeaters.
 

Detailed Description

Union to hold the error status or the non repeaters.

Remarks
A union was used since these values cannot co-exist

Definition at line 127 of file snmp.h.