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.
snmp_mib2.h File Reference
SNMP MIB2 API. More...
Go to the source code of this file.
Functions | |
void | snmp_mib2_set_sysdescr (const u8_t *str, const u16_t *len) |
Initializes sysDescr pointers. | |
void | snmp_mib2_set_syscontact (u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) |
Initializes sysContact pointers. | |
void | snmp_mib2_set_syscontact_readonly (const u8_t *ocstr, const u16_t *ocstrlen) |
see snmp_mib2_set_syscontact but set pointer to readonly memory | |
void | snmp_mib2_set_sysname (u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) |
Initializes sysName pointers. | |
void | snmp_mib2_set_sysname_readonly (const u8_t *ocstr, const u16_t *ocstrlen) |
see snmp_mib2_set_sysname but set pointer to readonly memory | |
void | snmp_mib2_set_syslocation (u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) |
Initializes sysLocation pointers. | |
void | snmp_mib2_set_syslocation_readonly (const u8_t *ocstr, const u16_t *ocstrlen) |
see snmp_mib2_set_syslocation but set pointer to readonly memory |
Detailed Description
SNMP MIB2 API.
Definition in file snmp_mib2.h.
Generated on Tue Jul 12 2022 14:25:57 by
