C# Class CodeImp.Gluon.RemoteClient

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
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

Method Details

CheckTimeout() public method

public CheckTimeout ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

NotifyResponse() public method

public NotifyResponse ( ) : void
return void

Process() public method

public Process ( RemoteManager manager ) : bool
manager RemoteManager
return bool

ReceiveData() public method

public ReceiveData ( byte data, int bytes ) : void
data byte
bytes int
return void

RemoteClient() public method

public RemoteClient ( Socket s ) : System
s Socket
return System

SendCommand() public method

public SendCommand ( RemoteCommand cmd ) : void
cmd RemoteCommand
return void

ToString() public method

public ToString ( ) : string
return string

TryParseCommand() public method

public TryParseCommand ( ) : RemoteCommand
return RemoteCommand