Yate
Public Member Functions
OctetString Class Reference

Helper class for operations with octet strings. More...

#include <yateasn.h>

Inheritance diagram for OctetString:
DataBlock GenObject

List of all members.

Public Member Functions

String getString ()
DataBlockoperator= (const String &value)
DataBlockoperator= (const DataBlock &value)
const String toHexString () const
DataBlockfromHexString (const String &value)

Detailed Description

Helper class for operations with octet strings.

Helper class for operations with octet strings. Helps with conversions from String to/from DataBlock


Member Function Documentation

DataBlock& fromHexString ( const String value) [inline]

Builed this DataBlock from a hexified string

Returns:
The DataBlock built from the given hexified string

References String::length().

String getString ( ) [inline]

Get the String contained in this buffer

Returns:
String containing the internal data
DataBlock& operator= ( const DataBlock value) [inline]

Assignment operator.

Reimplemented from DataBlock.

const String toHexString ( ) const [inline]

Get the content of the buffer in form of a hexified string

Returns:
Hexified string

References String::hexify().


The documentation for this class was generated from the following file: