Session Messages
Session messages manage the lifecycle of a TCP connection to a Starbase gateway, including authentication, heartbeating, and sequence number recovery.LogonRequest (1)
First message sent by client after establishing TCP connection.LogonResponse (2)
Response toLogonRequest on successful logon.
LogoutRequest (4)
Request by client to gracefully terminate a connection.LoggedOut (5)
Sent in response toLogonRequest if logon failed, or in response to LogoutRequest, or unsolicited for other reasons.
Heartbeat (10)
Sent by client or server periodically in the absence of other messages.TestRequest (11)
Request aHeartbeat message. Can be sent by either client or server.