Dangerous SNMP
|
This is the encoder/decoder for the "Message" class. More...
#include <message.hpp>
Public Types | |
typedef Message | value_type |
Static Public Member Functions | |
static unsigned int | length (const value_type &message) |
static bool | write (const value_type &message, char *buffer, unsigned int bufferSize) |
static bool | read (value_type &message, char *buffer, unsigned int bufferSize) |
Static Public Attributes | |
static constexpr const char * | NAME = "Message" |
static const int | TYPE = asn1::helper::SEQUENCE::TYPE |
This is the encoder/decoder for the "Message" class.