C# Class CodeImp.Gluon.RemoteCommand

Afficher le fichier Open project: DieterKoblenz/LCARS Class Usage Examples

Méthodes publiques

Méthode Description
CreateReply ( string command ) : RemoteCommand
RemoteCommand ( RemoteClient client ) : System
SetData ( byte setdata ) : void
SetData ( string asciistring ) : void
ToString ( ) : string
TryParse ( MemoryStream &stream ) : bool
WriteTo ( Stream stream ) : void

Private Methods

Méthode Description
ParseSingleWord ( StreamReader reader, int max_length, string element_name, int &readposition ) : string

Method Details

CreateReply() public méthode

public CreateReply ( string command ) : RemoteCommand
command string
Résultat RemoteCommand

RemoteCommand() public méthode

public RemoteCommand ( RemoteClient client ) : System
client RemoteClient
Résultat System

SetData() public méthode

public SetData ( byte setdata ) : void
setdata byte
Résultat void

SetData() public méthode

public SetData ( string asciistring ) : void
asciistring string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public méthode

public TryParse ( MemoryStream &stream ) : bool
stream System.IO.MemoryStream
Résultat bool

WriteTo() public méthode

public WriteTo ( Stream stream ) : void
stream Stream
Résultat void