C# Class CodeImp.Gluon.RemoteService

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

Méthodes publiques

Méthode Description
ReceiveCommand ( RemoteCommand cmd ) : void
SendCommand ( RemoteCommand cmd ) : void
UpdateNetworkThread ( ) : void

Méthodes protégées

Méthode Description
RemoteService ( string name ) : System

Method Details

ReceiveCommand() public méthode

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

RemoteService() protected méthode

protected RemoteService ( string name ) : System
name string
Résultat System

SendCommand() public méthode

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

UpdateNetworkThread() public méthode

public UpdateNetworkThread ( ) : void
Résultat void