Contiki-NG

The packet struct. More...

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

Data Fields

uint16_t used
 The number of bytes used.
 
uint16_t max
 The maximum number of bytes.
 
uint8_t * in
 The pointer used for the incoming packet.
 
uint8_t * out
 The pointer used for the outgoing packet.
 

Detailed Description

The packet struct.

Definition at line 206 of file snmp.h.