Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

lwip_snmp_msg.h File Reference

lwip_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 lwip_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 1465 of file lwip_snmp_msg.c.


Variable Documentation

const char* snmp_community

Agent community string.

Definition at line 68 of file lwip_snmp_msg.c.

const char* snmp_community_write

Agent community string for write access.

Definition at line 70 of file lwip_snmp_msg.c.

handle for sending traps

Definition at line 93 of file lwip_snmp_traps.c.