C# 클래스 CodeImp.Gluon.RemoteClient

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

공개 메소드들

메소드 설명
CheckTimeout ( ) : bool
Dispose ( ) : void
NotifyResponse ( ) : void
Process ( RemoteManager manager ) : bool
ReceiveData ( byte data, int bytes ) : void
RemoteClient ( Socket s ) : System
SendCommand ( RemoteCommand cmd ) : void
ToString ( ) : string
TryParseCommand ( ) : RemoteCommand

메소드 상세

CheckTimeout() 공개 메소드

public CheckTimeout ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NotifyResponse() 공개 메소드

public NotifyResponse ( ) : void
리턴 void

Process() 공개 메소드

public Process ( RemoteManager manager ) : bool
manager RemoteManager
리턴 bool

ReceiveData() 공개 메소드

public ReceiveData ( byte data, int bytes ) : void
data byte
bytes int
리턴 void

RemoteClient() 공개 메소드

public RemoteClient ( Socket s ) : System
s Socket
리턴 System

SendCommand() 공개 메소드

public SendCommand ( RemoteCommand cmd ) : void
cmd RemoteCommand
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParseCommand() 공개 메소드

public TryParseCommand ( ) : RemoteCommand
리턴 RemoteCommand