Contiki-NG
Data Fields

The OID struct. More...

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

Data Fields

uint32_t data [SNMP_MSG_OID_MAX_LEN]
 The OID.
 
uint8_t length
 The OID length. More...
 

Detailed Description

The OID struct.

Definition at line 144 of file snmp.h.

Field Documentation

◆ length

uint8_t snmp_oid_s::length

The OID length.

Definition at line 153 of file snmp.h.