Server Heartbeat Message Fields
See Heartbeats for more information about heartbeats and the session level protocol.
| Field | Offset | Length | Data Type | Description |
|---|---|---|---|---|
| StartOfMessage | 0 | 2 | Binary | Must be
0xBA 0xBA. |
| MessageLength | 2 | 2 | Binary | Number of bytes for the message, including this field but not including the two bytes for the StartOfMessage field. |
| MessageType | 4 | 1 | Binary |
0x09 |
| MatchingUnit | 5 | 1 | Binary | Always 0 for session level messages. |
| SequenceNumber | 6 | 4 | Binary | Always 0 for session level messages. |
| Field Name | Hexadecimal | Notes |
|---|---|---|
| StartOfMessage |
BA BA | Start of message bytes. |
| MessageLength |
08 00 | 8 bytes |
| MessageType |
09 | Server Heartbeat |
| MatchingUnit |
00 | Always 0 for inbound messages |
| SequenceNumber |
00 00 00 00 | Always 0 for session level messages |





