C# Class KBEngine.MessageReader

Exibir arquivo Open project: liuxq/TestGame Class Usage Examples

Public Methods

Method Description
MessageReader ( ) : System
process ( byte datas, UInt32 offset, UInt32 length ) : void

Method Details

MessageReader() public method

public MessageReader ( ) : System
return System

process() public method

public process ( byte datas, UInt32 offset, UInt32 length ) : void
datas byte
offset System.UInt32
length System.UInt32
return void