C# Class CodeImp.Gluon.RemoteCommand

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method 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

Method Description
ParseSingleWord ( StreamReader reader, int max_length, string element_name, int &readposition ) : string

Method Details

CreateReply() public method

public CreateReply ( string command ) : RemoteCommand
command string
return RemoteCommand

RemoteCommand() public method

public RemoteCommand ( RemoteClient client ) : System
client RemoteClient
return System

SetData() public method

public SetData ( byte setdata ) : void
setdata byte
return void

SetData() public method

public SetData ( string asciistring ) : void
asciistring string
return void

ToString() public method

public ToString ( ) : string
return string

TryParse() public method

public TryParse ( MemoryStream &stream ) : bool
stream System.IO.MemoryStream
return bool

WriteTo() public method

public WriteTo ( Stream stream ) : void
stream Stream
return void