MibModule Struct Reference
MIB module. More...
#include <mib_common.h>
Data Fields | |
| const char_t * | name |
| uint8_t | oid [MIB_MAX_OID_SIZE] |
| size_t | oidLen |
| const MibObject * | objects |
| uint_t | numObjects |
| MibInit | init |
| MibLoad | load |
| MibUnload | unload |
| MibLock | lock |
| MibUnlock | unlock |
Detailed Description
MIB module.
Definition at line 291 of file mib_common.h.
Field Documentation
◆ init
| MibInit init |
Definition at line 298 of file mib_common.h.
◆ load
| MibLoad load |
Definition at line 299 of file mib_common.h.
◆ lock
| MibLock lock |
Definition at line 301 of file mib_common.h.
◆ name
| const char_t* name |
Definition at line 293 of file mib_common.h.
◆ numObjects
| uint_t numObjects |
Definition at line 297 of file mib_common.h.
◆ objects
| const MibObject* objects |
Definition at line 296 of file mib_common.h.
◆ oid
| uint8_t oid[MIB_MAX_OID_SIZE] |
Definition at line 294 of file mib_common.h.
◆ oidLen
| size_t oidLen |
Definition at line 295 of file mib_common.h.
◆ unload
| MibUnload unload |
Definition at line 300 of file mib_common.h.
◆ unlock
| MibUnlock unlock |
Definition at line 302 of file mib_common.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/mibs/mib_common.h
