Skip to content
DummkopfOfHachtenduden edited this page Aug 21, 2016 · 3 revisions

REQUEST

0x7005 - CLIENT_AGENT_LOGOUT_REQUEST

1   byte    LogoutMode

RESPONSE

0xB005 - SERVER_AGENT_LOGOUT_RESPONSE

1   byte    result
if(result == 1)
{
    1   byte    Countdown   //in seconds
    1   byte    LogoutMode
}
else if(result == 2)
{
    2   ushort  errorCode
}

See also:

Clone this wiki locally