Data Structures | |
| struct | MIB |
| struct | MIBTAB |
| struct | MIBVAR |
| struct | OID |
Macros | |
Maximums | |
This define specifies the maximum number of keys. For example, the standard MIB-II includes the tcpConnTable which has four values in its INDEX clause. When encoded in the identifier, two of those index values may be 8 bytes each and the other two may be 3 bytes each for a total of 22 bytes. These values cannot be changed by the SDK. | |
| #define | MAXOID 32 |
MIB variable characteristics. | |
These defines are options used to define the charactistics for a MIB variable. | |
| #define | MIBOPT_BASE1 0x03 |
| #define | MIBOPT_CAR 0x40 |
| #define | MIBOPT_CAW 0x80 |
| #define | MIBOPT_IMMED 0x01 |
| #define | MIBOPT_IMMED2 0x02 |
| #define | MIBOPT_NWORDER 0x20 |
| #define | MIBOPT_SCALAR 0x04 |
| #define | MIBOPT_SX 0x10 |
| #define | MIBOPT_W 0x08 |
MIB variable types. | |
These defines are the MIB variable types. | |
| #define | SNMP_OctetString 0x14 |
Return Values. | |
These defines are the return values that can be returned by the various MIB handler callback functions. | |
| enum | SnmpOperationType |