C# Class GameBase.Network.InternalPacket

显示文件 Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
HEAD byte[]
TAIL byte[]

Public Methods

Method Description
ClearPacket ( ) : void
GetData ( ) : byte[]
InternalPacket ( ) : System
ProcessNetMsg ( byte data ) : void

Private Methods

Method Description
FindTag ( byte data, byte tag ) : int

Method Details

ClearPacket() public method

public ClearPacket ( ) : void
return void

GetData() public method

public GetData ( ) : byte[]
return byte[]

InternalPacket() public method

public InternalPacket ( ) : System
return System

ProcessNetMsg() public method

public ProcessNetMsg ( byte data ) : void
data byte
return void

Property Details

HEAD public_oe static_oe property

public static byte[] HEAD
return byte[]

TAIL public_oe static_oe property

public static byte[] TAIL
return byte[]