C12Adapter Opensource C++ Interface
MProtocol::TableRawData Struct Reference

Table raw data associated with the table number. More...

Public Member Functions

 TableRawData ()
 Default constructor.
 
 TableRawData (MCOMNumberConstRef number, const MByteString &data)
 Constructor that builds a new table raw data with parameters given.
 
 TableRawData (const TableRawData &other)
 Copy constructor.
 
 ~TableRawData ()
 Destructor.
 
TableRawDataoperator= (const TableRawData &other)
 Assignment operator.
 
MCOMNumberConstRef GetNumber () const
 Get the table number from the table raw data entry.
 
const MByteStringGetData () const
 Get the table data from the table raw data entry.
 

Detailed Description

Table raw data associated with the table number.