C# Class Mosa.Utility.DebugEngine.DebugServerEngine

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
DebugServerEngine ( ) : System
SendCommand ( DebugMessage message ) : bool
SetGlobalDispatch ( CallBack dispatch ) : void

Private Methods

Méthode 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 méthode

public DebugServerEngine ( ) : System
Résultat System

SendCommand() public méthode

public SendCommand ( DebugMessage message ) : bool
message DebugMessage
Résultat bool

SetGlobalDispatch() public méthode

public SetGlobalDispatch ( CallBack dispatch ) : void
dispatch CallBack
Résultat void