Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static const std::string & | toString (Enum state) |
Definition at line 32 of file SessionStateId.h.
| enum Enum |
| Enumerator | |
|---|---|
| Disconnected | Session is disconnected. |
| AwaitNegotiationResponse | Session is waiting for the Negotiation Response message from the exchange. |
| AwaitEstablishmentAck | Session is waiting for the Establishment Acknowledgment message from the exchange. |
| AwaitConfirmingTerminate | Session is waiting for the confirming Terminate 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 34 of file SessionStateId.h.
|
static |