Public Member Functions | |
| MessageType::Enum | type () const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE |
| void | validate () const ONIXS_BATS_BOE_OVERRIDE |
| std::string | toString () const ONIXS_BATS_BOE_OVERRIDE |
| void | toString (std::string &) const ONIXS_BATS_BOE_OVERRIDE |
| void | fillFrom (const LogonSettings &logonSettings) |
| size_t | serializeTo (unsigned char *) const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE |
Public Attributes | |
| Alphanumeric< 4 > | sessionId |
| Alphanumeric< 4 > | sessionSubId |
| Alphanumeric< 10 > | password |
| ReplayUnspecifiedUnit::Enum | replayUnspecifiedUnit |
| std::vector< Unit > | units |
Definition at line 32 of file SessionMessages.Out.h.
| void fillFrom | ( | const LogonSettings & | logonSettings | ) |
|
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 47 of file SessionMessages.Out.h.
|
inlinevirtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.
Definition at line 49 of file SessionMessages.Out.h.
| Alphanumeric<10> password |
Definition at line 41 of file SessionMessages.Out.h.
| ReplayUnspecifiedUnit::Enum replayUnspecifiedUnit |
Definition at line 43 of file SessionMessages.Out.h.
| Alphanumeric<4> sessionId |
Definition at line 35 of file SessionMessages.Out.h.
| Alphanumeric<4> sessionSubId |
Definition at line 38 of file SessionMessages.Out.h.
| std::vector<Unit> units |
Definition at line 45 of file SessionMessages.Out.h.