Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static const std::string & | toString (Enum state) noexcept |
Definition at line 30 of file SessionStateId.h.
| enum Enum |
| Enumerator | |
|---|---|
| Disconnected | Session is disconnected. |
| AwaitLogonReport | Session is waiting for the LogonReport message from the exchange. |
| AwaitLogoutReport | Session is waiting for the confirming LogoutReport message from the exchange. |
| Established | Session is fully established. |
| Reconnecting | Session is trying to restore the telecommunication link. |
| WaitForRetransmission | Session is waiting for the message retransmission from the exchange. |
Definition at line 32 of file SessionStateId.h.
|
staticnoexcept |