C# Class CodeImp.Gluon.RemoteClient

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

Méthodes publiques

Méthode 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 méthode

public CheckTimeout ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NotifyResponse() public méthode

public NotifyResponse ( ) : void
Résultat void

Process() public méthode

public Process ( RemoteManager manager ) : bool
manager RemoteManager
Résultat bool

ReceiveData() public méthode

public ReceiveData ( byte data, int bytes ) : void
data byte
bytes int
Résultat void

RemoteClient() public méthode

public RemoteClient ( Socket s ) : System
s Socket
Résultat System

SendCommand() public méthode

public SendCommand ( RemoteCommand cmd ) : void
cmd RemoteCommand
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParseCommand() public méthode

public TryParseCommand ( ) : RemoteCommand
Résultat RemoteCommand