Contiki-NG
Data Fields

The MIB Resource struct. More...

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

Data Fields

struct snmp_mib_resource_snext
 A pointer to the next element in the linked list. More...
 
snmp_oid_t oid
 A OID struct.
 
snmp_mib_resource_handler_t handler
 The function handler that is called for this resource.
 

Detailed Description

The MIB Resource struct.

Definition at line 75 of file snmp-mib.h.

Field Documentation

◆ next

struct snmp_mib_resource_s* snmp_mib_resource_s::next

A pointer to the next element in the linked list.

Remarks
This MUST be the first element in the struct

Definition at line 81 of file snmp-mib.h.