Rtos API example

Embed: (wiki syntax)

« Back to documentation index

snmp_msg.h File Reference

snmp_msg.h File Reference

SNMP Agent message handling structures (internal API, do not use in client code). More...

Go to the source code of this file.

Data Structures

struct  snmp_varbind_len
 A helper struct keeping length information about varbinds. More...

Functions

err_t snmp_varbind_length (struct snmp_varbind *varbind, struct snmp_varbind_len *len)
 Calculate the length of a varbind list.

Variables

const char * snmp_community
 Agent community string.
const char * snmp_community_write
 Agent community string for write access.
void * snmp_traps_handle
 handle for sending traps

Detailed Description

SNMP Agent message handling structures (internal API, do not use in client code).

Definition in file snmp_msg.h.


Function Documentation

err_t snmp_varbind_length ( struct snmp_varbind varbind,
struct snmp_varbind_len len 
)

Calculate the length of a varbind list.

Definition at line 1187 of file lwip_snmp_msg.c.


Variable Documentation

const char* snmp_community

Agent community string.

Definition at line 60 of file lwip_snmp_msg.c.

const char* snmp_community_write

Agent community string for write access.

Definition at line 62 of file lwip_snmp_msg.c.

handle for sending traps

Definition at line 87 of file lwip_snmp_traps.c.