Logout message is used to close the connection from the server. This is the last message the client sends to the server.
LOGOUT<end>
where
<end> = Char(0)
resultCode<end>
Parameter | Type | Description | ||||
---|---|---|---|---|---|---|
resultCode | integer |
|
<end> = Char(0)
The following string closes the connection.
-> LOGOUT<end>
<- 0<end>