SNMP 2.0.0
|
Go to the source code of this file.
Classes | |
struct | SNMP::Version |
Helper struct to handle SNMP versions. More... | |
struct | SNMP::Error |
Helper struct to handle SNMP error. More... | |
struct | SNMP::Trap |
Helper struct to handle trap PDU. More... | |
struct | SNMP::Class |
Helper struct to handle class of BER type. More... | |
struct | SNMP::Form |
Helper struct to handle form of BER type. More... | |
class | SNMP::Flag |
Helper class for internal flag. More... | |
class | SNMP::Base |
Base class for BER, Length and Type. More... | |
class | SNMP::Type |
Type of a BER object. More... | |
class | SNMP::Length |
Length of a BER object. More... | |
class | SNMP::BER |
BER object. More... | |
class | SNMP::BooleanBER |
BER object to handle boolean. More... | |
class | SNMP::IntegerBER |
BER object to handle integer. More... | |
class | SNMP::OctetStringBER |
BER object to handle octet string. More... | |
class | SNMP::NullBER |
BER object to handle null. More... | |
class | SNMP::ObjectIdentifierBER |
BER object to handle OID. More... | |
class | SNMP::ArrayBER< U > |
Base class for BER array of BERs. More... | |
class | SNMP::SequenceBER |
BER object to handle sequence of BER objects. More... | |
class | SNMP::VarBind |
BER object to handle variable binding. More... | |
class | SNMP::VarBindList |
BER object to handle a list of variable bindings. More... | |
class | SNMP::IPAddressBER |
BER object to handle IP address. More... | |
class | SNMP::UIntegerBER< T > |
Base class for unsigned integer BER. More... | |
class | SNMP::Counter32BER |
BER object to handle 32-bit counter. More... | |
class | SNMP::Counter64BER |
BER object to handle 64-bit counter. More... | |
class | SNMP::Gauge32BER |
BER object to handle 32-bit gauge. More... | |
class | SNMP::TimeTicksBER |
BER object to handle time. More... | |
class | SNMP::OpaqueBER |
BER object to handle embedded BER object. More... | |
class | SNMP::FloatBER |
BER object to handle float. More... | |
class | SNMP::NoSuchObjectBER |
BER object to handle noSuchObject exception. More... | |
class | SNMP::NoSuchInstanceBER |
BER object to handle noSuchInstance exception. More... | |
class | SNMP::EndOfMIBViewBER |
BER object to handle endOfMIBView exception. More... | |
class | SNMP::OpaqueFloatBER |
BER object to handle float. More... | |
Namespaces | |
namespace | SNMP |
SNMP library namespace. | |