Contiki-NG
Data Structures | Data Fields

The SNMP header struct. More...

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

Data Structures

union  error_index_max_repetitions_u
 Union to hold the error index or the max repetitions. More...
 
union  error_status_non_repeaters_u
 Union to hold the error status or the non repeaters. More...
 
struct  snmp_msg_community
 Struct to wrap the community. More...
 

Data Fields

uint32_t version
 SNMP Version.
 
uint8_t pdu_type
 The PDU type.
 
uint32_t request_id
 The request ID.
 

Detailed Description

The SNMP header struct.

Definition at line 92 of file snmp.h.