Method | Description | |
---|---|---|
BuildPacket ( byte command ) : byte[] | ||
RealmServer ( |
||
ThreadFunction ( ) : void |
Method | Description | |
---|---|---|
CharacterList ( byte type, List |
||
DispatchPacket ( byte type ) : PacketHandler | ||
GameCreate ( byte type, List |
||
GameJoin ( byte type, List |
||
LoginRealm ( byte type, List |
||
LoginResult ( byte type, List |
||
VoidRequest ( byte type, List |
||
getMcpPacket ( NetworkStream &mcpStream, List |
protected CharacterList ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected DispatchPacket ( byte type ) : PacketHandler | ||
type | byte | |
return | PacketHandler |
protected GameCreate ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected GameJoin ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected LoginRealm ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected LoginResult ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
public RealmServer ( |
||
cb | ||
return | System |
protected VoidRequest ( byte type, List |
||
type | byte | |
data | List |
|
return | void |
protected getMcpPacket ( NetworkStream &mcpStream, List |
||
mcpStream | NetworkStream | |
mcpBuffer | List |
|
data | List |
|
return | bool |