Public Member Functions | |
| MessageType::Enum | type () const throw () |
| void | validate () const |
| std::string | toString () const |
| void | toString (std::string &str) const |
| size_t | serializeTo (unsigned char *) const throw () |
Public Attributes | |
| LogoutResponseReason::Enum | reason_ |
| Alphanumeric< 60 > | text_ |
Definition at line 72 of file SessionMessages.Testing.h.
|
virtual | |||||||||||||
Implements OutgoingMessage.
|
virtual |
Returns the text representation.
Implements OutgoingMessage.
|
virtual |
The text representation.
Implements OutgoingMessage.
|
inlinevirtual | ||||||||||||
Returns message type.
Implements OutgoingMessage.
Definition at line 78 of file SessionMessages.Testing.h.
|
inlinevirtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.
Definition at line 80 of file SessionMessages.Testing.h.
| LogoutResponseReason::Enum reason_ |
Definition at line 74 of file SessionMessages.Testing.h.
| Alphanumeric<60> text_ |
Definition at line 76 of file SessionMessages.Testing.h.