Logout Request
To end the session, the TPH should send a Logout Request message. CFE will finish sending any queued data and finally respond with a Logout Response message and close the connection.
A TPH may simply close the connection without logging out, but may lose any queued messages by doing so.
| Field Name | Offset | Length | Data Type | Description |
|---|---|---|---|---|
| StartOfMessage | 0 | 2 | Binary |
B0 E3 (58288) |
| MessageLength | 2 | 2 | Binary |
0A 00 (10) |
| MessageType | 4 | 2 | Binary |
02 00 (2) |
| MatchingUnit | 6 | 1 | Binary | Must be zero |
| Reserved | 7 | 1 | Binary | Must be zero |
| SequenceNumber | 8 | 4 | Binary | Must be zero |





