BER * create(const Type &type)
Creates a BER of given type.
BER(const unsigned int type)
Creates a BER object.
BER object to handle boolean.
BER object to handle 32-bit counter.
BER object to handle 64-bit counter.
BER object to handle float.
BER object to handle 32-bit gauge.
BER object to handle IP address.
BER object to handle integer.
BER object to handle null.
BER object to handle OID.
BER object to handle octet string.
OctetStringBER(const char *value)
Creates an OctetStringBER object.
void setValue(const char *value, const unsigned int length)
Sets the OctetStringBER value.
BER object to handle embedded BER object.
OpaqueBER(BER *ber)
Creates an OpaqueBER.
BER object to handle float.
BER object to handle sequence of BER objects.
BER object to handle time.