Contiki-NG
Data Fields
snmp_header_s::error_index_max_repetitions_u Union Reference

Union to hold the error index or the max repetitions. More...

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

Data Fields

uint32_t error_index
 The error index.
 
uint32_t max_repetitions
 The max repetitions.
 

Detailed Description

Union to hold the error index or the max repetitions.

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

Definition at line 142 of file snmp.h.