-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_AUTH
DummkopfOfHachtenduden edited this page Aug 21, 2016
·
3 revisions
CLIENT_AGENT_AUTH_REQUEST = 0x6103
//Encrypted
4 uint Token //from LOGIN_RESPONSE
2 ushort Username.Length
* string Username
2 ushort Password.Length
* string Password
1 byte Content.ID
6 byte[] MAC-Address
SERVER_AGENT_AUTH_RESPONSE = 0xA103
1 byte result
if(result == 0x02)
{
1 byte errorCode
}
See also: