#include <OnixS/CME/ConflatedTCP/SessionListener.h>
Public Types | |
enum | Enum { GeneralWarning, SequenceGapIsDetected, SequenceWithKeepAliveLapsed, UnexpectedSbeSchemaVersion, UnexpectedPreviousUuid, UnsupportedMessageType } |
Definition at line 37 of file SessionListener.h.
enum Enum |
Enumerator | |
---|---|
GeneralWarning |
General session-related warning. |
SequenceGapIsDetected |
Incoming message sequence gap is detected. |
SequenceWithKeepAliveLapsed |
Received the Sequence message with the |
UnexpectedSbeSchemaVersion |
Unexpected SBE Schema version is received from CME. |
UnexpectedPreviousUuid |
The value of the |
UnsupportedMessageType |
Received an unsupported message type. |
Definition at line 39 of file SessionListener.h.