Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
Structures

Structures of the SNMP Service. More...

Structures

struct  NET_SNMP_MIB_INFO
 SNMP-MIB Entry information. More...
 

Description

Structures of the SNMP Service.


Data Structure Documentation

◆ NET_SNMP_MIB_INFO

struct NET_SNMP_MIB_INFO

SNMP-MIB Entry information.

Contains information about the SNMP MIB objects.

Data Fields

uint8_t type
 Object Type. More...
 
uint8_t oid_len
 Object ID length. More...
 
uint8_t oid [NET_SNMP_MIB_OID_SIZE]
 Object ID value. More...
 
uint8_t var_size
 Size of a variable. More...
 
void * var
 Pointer to a variable. More...
 
void(* cb_func )(int32_t mode)
 Write/Read event callback function. More...
 

Field Documentation

◆ cb_func

void(* cb_func) (int32_t mode)

Write/Read event callback function.

◆ oid

uint8_t oid[NET_SNMP_MIB_OID_SIZE]

Object ID value.

◆ oid_len

uint8_t oid_len

Object ID length.

◆ type

uint8_t type

Object Type.

◆ var

void* var

Pointer to a variable.

◆ var_size

uint8_t var_size

Size of a variable.