This class allows for the encoding and decoding of VarBind lists.
More...
#include <encoding.hpp>
|
static unsigned int | length (const VarBindList &varbinds) |
|
static bool | write (const VarBindList &varbinds, char *buffer, unsigned int bufferSize) |
|
static bool | read (value_type &varbinds, const char *buffer, unsigned int bufferSize) |
|
|
static constexpr const char * | NAME = "SEQUENCE OF VarBind" |
| This is the name of this entity.
|
|
static const int | TYPE = asn1::helper::SEQUENCE::TYPE |
| A VarBind list is a sequence:
|
|
This class allows for the encoding and decoding of VarBind lists.
Definition: SEQUENCE OF VarBind
static bool read |
( |
value_type & |
varbinds, |
|
|
const char * |
buffer, |
|
|
unsigned int |
bufferSize |
|
) |
| |
|
inlinestatic |
static bool write |
( |
const VarBindList & |
varbinds, |
|
|
char * |
buffer, |
|
|
unsigned int |
bufferSize |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: