Go to the source code of this file.
Namespaces | |
agentxcpp | |
Enumerations | |
enum | agentxcpp::generic_trap_t { agentxcpp::coldStart =0, agentxcpp::warmStart =1, agentxcpp::linkDown =2, agentxcpp::linkUp =3, agentxcpp::authenticationFailure =4, agentxcpp::egpNeighborLoss =5, agentxcpp::enterpriseSpecific =6 } |
The allowed values for specific-trap (SNMPv1 trap). More... | |
Functions | |
TimeTicksVariable | agentxcpp::processUpTime () |
Calculate the uptime of the current process. More... | |
Oid | agentxcpp::generate_v1_snmpTrapOID (generic_trap_t generic_trap, quint32 specific_trap=0) |
Create snmpTrapOID.0 value from SNMPv1 trap data. More... | |