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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
snmp_threadsync.h File Reference
SNMP server MIB API to implement thread synchronization. More...
Go to the source code of this file.
Data Structures | |
struct | threadsync_data |
Thread sync runtime data. More... | |
struct | snmp_threadsync_instance |
Thread sync instance. More... | |
struct | snmp_threadsync_node |
SNMP thread sync proxy leaf node. More... | |
Functions | |
void | snmp_threadsync_init (struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_fn sync_fn) |
Create thread sync instance data. |
Detailed Description
SNMP server MIB API to implement thread synchronization.
Definition in file snmp_threadsync.h.
Function Documentation
void snmp_threadsync_init | ( | struct snmp_threadsync_instance * | instance, |
snmp_threadsync_synchronizer_fn | sync_fn | ||
) |
Create thread sync instance data.
Definition at line 221 of file lwip_snmp_threadsync.c.
Generated on Tue Jul 12 2022 13:55:18 by
