▼Cagentxcpp::AbstractVariable | Base class for SNMP variables |
Cagentxcpp::Counter32Variable | Represents an Counter32 as described in RFC 2741 |
Cagentxcpp::Counter64Variable | Represents an Counter64 as described in RFC 2741 |
Cagentxcpp::Gauge32Variable | Represents a Gauge32 as described in RFC 2741 |
Cagentxcpp::IntegerVariable | This class represents an Integer variable as described in RFC 2741 |
Cagentxcpp::IpAddressVariable | Represents an IP address as described in RFC 2741, section 5.4 |
▼Cagentxcpp::OctetStringVariable | Represents an OctetSting as described in RFC 2741 |
Cagentxcpp::DisplayStringVariable | A DisplayString variable |
Cagentxcpp::OidVariable | Represents an SNMP OBJECT-IDENTENTIFIER variable |
Cagentxcpp::OpaqueVariable | Represents an Opaque object as described in RFC 2741, section 5.4 |
Cagentxcpp::TimeTicksVariable | Represents a TimeTicks as described in RFC 2741 |
▼Cstd::basic_string< Char > | STL class |
Cagentxcpp::binary | A type representing a contigous byte stream |
▼Cstd::exception | STL class |
Cagentxcpp::disconnected | Exception to indicate a disconnected state |
Cagentxcpp::duplicate_registration | Exception to indicate that a MIB region was registered twice with the same priority |
Cagentxcpp::generic_error | Exception to indicate that obtaining the value of an SNMP variable failed |
Cagentxcpp::internal_error | Exception to indicate an internal error |
Cagentxcpp::inval_param | Exception for invalid parameter |
Cagentxcpp::master_is_unable | Exception to indicate that the master agent was unable to process a request |
Cagentxcpp::master_is_unwilling | Exception to indicate that the master agent was not willing to process a request |
Cagentxcpp::network_error | Exception to indicate a network error |
Cagentxcpp::parse_error | Exception for parse errors |
Cagentxcpp::timeout_error | Exception to indicate a timeout |
Cagentxcpp::unknown_registration | Exception to indicate that a MIB region registration was not found |
Cagentxcpp::unsupported_context | Exception to indicate that the master agent does not support the context |
Cagentxcpp::version_error | Exception for reception of PDU with invalid version number |
Cagentxcpp::MasterProxy | This class represents the master agent in a subagent program |
Cagentxcpp::Oid | Represents an SNMP object identifier (OID) |
Cagentxcpp::Table | Manage an SNMP table |
Cagentxcpp::TableEntry | Base class for table entries |
Cagentxcpp::UnixDomainConnector |