Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
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.
void* snmp_traps_handle |
handle for sending traps
Definition at line 87 of file lwip_snmp_traps.c.
Generated on Fri Jul 22 2022 04:54:08 by
