Represents an Octet String as descibed in RFC 2741, section 5.3. More...
#include <Octet_String.hpp>
Public Member Functions | |
| virtual data_t | get () |
| Obtain the current value for the object. | |
Represents an Octet String as descibed in RFC 2741, section 5.3.
| virtual data_t agentxcpp::Octet_String::get | ( | ) | [inline, virtual] |
Obtain the current value for the object.
This member function is derived by classes representing SNMP variables and shall return the current value of the object.
The default implementation throws generic_error.
| generic_error | If obtaining the current value fails. No other exception shall be thrown. |