C# Class Mosa.Utility.DebugEngine.DebugServerEngine

显示文件 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
DebugServerEngine ( ) : System
SendCommand ( DebugMessage message ) : bool
SetGlobalDispatch ( CallBack dispatch ) : void

Private Methods

Method Description
AddSendPacket ( byte b ) : void
AddSendPacket ( int i ) : void
BadDataAbort ( ) : void
GetInteger ( int index ) : int
ParseResponse ( ) : bool
PostResponse ( int id, int code, List data ) : void
Push ( byte b ) : void
ReadAsyncCallback ( IAsyncResult ar ) : void
SendCommandMessage ( DebugMessage message ) : void
SendPacket ( ) : void

Method Details

DebugServerEngine() public method

public DebugServerEngine ( ) : System
return System

SendCommand() public method

public SendCommand ( DebugMessage message ) : bool
message DebugMessage
return bool

SetGlobalDispatch() public method

public SetGlobalDispatch ( CallBack dispatch ) : void
dispatch CallBack
return void