AgentXcpp  Revision:0.1
API Documentation
 All Classes Functions Variables Friends
agentxcpp::Octet_String Class Reference

Represents an Octet String as descibed in RFC 2741, section 5.3. More...

#include <Octet_String.hpp>

Inheritance diagram for agentxcpp::Octet_String:
[legend]

List of all members.

Public Member Functions

virtual data_t get ()
 Obtain the current value for the object.

Detailed Description

Represents an Octet String as descibed in RFC 2741, section 5.3.


Member Function Documentation

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.

Returns:
The current value of the object.
Exceptions:
generic_errorIf obtaining the current value fails. No other exception shall be thrown.