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_varbind Struct Reference
SNMP variable binding descriptor (publically needed for traps) More...
#include <snmp.h>
Data Fields | |
struct snmp_varbind * | next |
pointer to next varbind, NULL for last in list | |
struct snmp_varbind * | prev |
pointer to previous varbind, NULL for first in list | |
struct snmp_obj_id | oid |
object identifier | |
u8_t | type |
value ASN1 type | |
u16_t | value_len |
object value length | |
void * | value |
object value |
Detailed Description
SNMP variable binding descriptor (publically needed for traps)
Definition at line 54 of file apps/snmp.h.
Field Documentation
struct snmp_varbind* next |
pointer to next varbind, NULL for last in list
Definition at line 57 of file apps/snmp.h.
struct snmp_obj_id oid |
object identifier
Definition at line 62 of file apps/snmp.h.
struct snmp_varbind* prev |
pointer to previous varbind, NULL for first in list
Definition at line 59 of file apps/snmp.h.
u8_t type |
value ASN1 type
Definition at line 65 of file apps/snmp.h.
void* value |
object value
Definition at line 69 of file apps/snmp.h.
u16_t value_len |
object value length
Definition at line 67 of file apps/snmp.h.
Generated on Tue Jul 12 2022 12:47:23 by
