| DtVrfTDLContactMessage::DtVrfTDLContactMessage |
( |
| ) |
|
copy constructor: shallow; copies values only
| virtual DtVrfTDLContactMessage::~DtVrfTDLContactMessage |
( |
| ) |
|
|
virtual |
assignment operator: shallow; assigns values only
| virtual int DtVrfTDLContactMessage::tdlMessageType |
( |
| ) |
const |
|
virtual |
| virtual void DtVrfTDLContactMessage::printDataToString |
( |
DtString & |
str | ) |
|
|
virtual |
| virtual int DtVrfTDLContactMessage::messageVersion |
( |
| ) |
const |
|
virtual |
| virtual void DtVrfTDLContactMessage::setOriginatorIdentifier |
( |
const DtString & |
| ) |
|
|
virtual |
Accessor for originator id of object.
| virtual const DtString& DtVrfTDLContactMessage::originatorIdentifier |
( |
| ) |
const |
|
virtual |
| virtual void DtVrfTDLContactMessage::setOriginatorMarkingText |
( |
const DtString & |
| ) |
|
|
virtual |
Accessor for originator marking text.
| virtual const DtString& DtVrfTDLContactMessage::originatorMarkingText |
( |
| ) |
const |
|
virtual |
| virtual int DtVrfTDLContactMessage::fixedSize |
( |
| ) |
const |
|
virtual |
Fixed size of this message. Do not need to call parent method if this as the fixed portion will contain the header, as all messages structures are expected to be subclassed from the TDL message header.
Reimplemented from DtVrfTDLPPLIMessage.
| virtual int DtVrfTDLContactMessage::variableSize |
( |
| ) |
const |
|
virtual |
Returns the variable data size. Size of all the resources.
Reimplemented from DtVrfTDLMessage.
| virtual void DtVrfTDLContactMessage::setFixedToNet |
( |
char * |
buffer | ) |
|
|
protectedvirtual |
Sets the fixed potion to the net. Must call parent method first.
Reimplemented from DtVrfTDLPPLIMessage.
| virtual int DtVrfTDLContactMessage::setFixedFromNet |
( |
const char * |
buffer | ) |
|
|
protectedvirtual |
Sets the fixed portion from the buffer into internal structures and variables.
Reimplemented from DtVrfTDLPPLIMessage.
| virtual const char* DtVrfTDLContactMessage::setVariableFromNet |
( |
const char * |
buffer, |
|
|
const char * |
fixedBuffer, |
|
|
int |
messageVersion |
|
) |
| |
|
protectedvirtual |
Sets the variable portion into internal structures. Returns a pointer at the end of this variable such that a subclass can continue on reading.
Reimplemented from DtVrfTDLMessage.
| virtual char* DtVrfTDLContactMessage::setVariableToNet |
( |
char * |
buffer | ) |
|
|
protectedvirtual |
| DtString DtVrfTDLContactMessage::myOriginatorIdentifier |
|
protected |
| DtString DtVrfTDLContactMessage::myOriginatorMarkingText |
|
protected |
The documentation for this class was generated from the following file: