_MibObject Struct Reference
MIB object descriptor. More...
#include <mib_common.h>
Data Fields | |
| const char_t * | name |
| uint8_t | oid [MIB_MAX_OID_SIZE] |
| size_t | oidLen |
| uint_t | objClass |
| uint_t | objType |
| MibAccess | access |
| void * | value |
| size_t * | valueLen |
| size_t | valueSize |
| MibSetValue | setValue |
| MibGetValue | getValue |
| MibGetNext | getNext |
Detailed Description
MIB object descriptor.
Definition at line 235 of file mib_common.h.
Field Documentation
◆ access
| MibAccess access |
Definition at line 242 of file mib_common.h.
◆ getNext
| MibGetNext getNext |
Definition at line 248 of file mib_common.h.
◆ getValue
| MibGetValue getValue |
Definition at line 247 of file mib_common.h.
◆ name
| const char_t* name |
Definition at line 237 of file mib_common.h.
◆ objClass
| uint_t objClass |
Definition at line 240 of file mib_common.h.
◆ objType
| uint_t objType |
Definition at line 241 of file mib_common.h.
◆ oid
| uint8_t oid[MIB_MAX_OID_SIZE] |
Definition at line 238 of file mib_common.h.
◆ oidLen
| size_t oidLen |
Definition at line 239 of file mib_common.h.
◆ setValue
| MibSetValue setValue |
Definition at line 246 of file mib_common.h.
◆ value
| void* value |
Definition at line 243 of file mib_common.h.
◆ valueLen
| size_t* valueLen |
Definition at line 244 of file mib_common.h.
◆ valueSize
| size_t valueSize |
Definition at line 245 of file mib_common.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/mibs/mib_common.h
