Method | Description | |
---|---|---|
Bncs ( |
||
BuildPacket ( byte command ) : byte[] | ||
ThreadFunction ( ) : void | ||
Write ( byte packet ) : void |
Method | Description | |
---|---|---|
AccountLogin ( byte type, List |
||
AuthCheck ( byte type, List |
||
AuthInfoRequest ( byte type, List |
||
DispatchPacket ( byte type ) : PacketHandler | ||
EnterChat ( byte type, List |
||
GetPacket ( List |
||
HandleAdvertising ( byte type, List |
||
LoginResult ( byte type, List |
||
PingRequest ( byte type, List |
||
RealmList ( byte type, List |
||
StartMcp ( byte type, List |
||
VoidRequest ( byte type, List |
||
handleAuthCheckResult ( ulong result, string info ) : bool |
protected AccountLogin ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected AuthCheck ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected AuthInfoRequest ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected DispatchPacket ( byte type ) : PacketHandler | ||
type | byte | |
return | PacketHandler |
protected EnterChat ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected GetPacket ( List |
||
bncsBuffer | List |
|
data | List |
|
return | bool |
protected HandleAdvertising ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected LoginResult ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected PingRequest ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected RealmList ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected StartMcp ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected VoidRequest ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected handleAuthCheckResult ( ulong result, string info ) : bool | ||
result | ulong | |
info | string | |
return | bool |