C# 클래스 CodeImp.Gluon.RemoteCommand

파일 보기 프로젝트 열기: DieterKoblenz/LCARS 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ParseSingleWord ( StreamReader reader, int max_length, string element_name, int &readposition ) : string

메소드 상세

CreateReply() 공개 메소드

public CreateReply ( string command ) : RemoteCommand
command string
리턴 RemoteCommand

RemoteCommand() 공개 메소드

public RemoteCommand ( RemoteClient client ) : System
client RemoteClient
리턴 System

SetData() 공개 메소드

public SetData ( byte setdata ) : void
setdata byte
리턴 void

SetData() 공개 메소드

public SetData ( string asciistring ) : void
asciistring string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 메소드

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

WriteTo() 공개 메소드

public WriteTo ( Stream stream ) : void
stream Stream
리턴 void