Go to the source code of this file.
|
| enum | mib_access { NOACCESS,
READONLY,
READWRITE,
READCREATE
} |
| |
| enum | mib_type {
AGENTPP_NONE,
AGENTPP_PROXY,
AGENTPP_LEAF,
AGENTPP_TABLE,
AGENTPP_GROUP,
AGENTPP_COMPLEX,
AGENTX_NODE,
AGENTX_LEAF
} |
| |
| #define AGENTPP_DECL_TEMPL_LIST_MIBENTRY |
The MibEntry class is an abstract class that represents MIB nodes.
Every entry in an AGENT++ Mib instance has to be derived from MibEntry. MibEntry provides interfaces for message processing, object persistency, and node handling.
- Author
- Frank Fock
- Version
- 3.5.22
- Enumerator:
| NOACCESS |
|
| READONLY |
|
| READWRITE |
|
| READCREATE |
|
- Enumerator:
| AGENTPP_NONE |
|
| AGENTPP_PROXY |
|
| AGENTPP_LEAF |
|
| AGENTPP_TABLE |
|
| AGENTPP_GROUP |
|
| AGENTPP_COMPLEX |
|
| AGENTX_NODE |
|
| AGENTX_LEAF |
|