This class represents a SNMP variable. More...
#include <variable.hpp>
Public Member Functions | |
| virtual data_t | serialize () const =0 |
This class represents a SNMP variable.
It is inherited by more concrete classes.
Definition at line 31 of file variable.hpp.
| virtual data_t variable::serialize | ( | ) | const [pure virtual] |
Implemented in agentxcpp::oid, agentxcpp::Counter32, agentxcpp::Counter64, agentxcpp::Gauge32, agentxcpp::TimeTicks, agentxcpp::IpAddress, agentxcpp::Integer, agentxcpp::Opaque, and agentxcpp::Octet_String.
Referenced by agentxcpp::varbind::serialize().