C# Class CodeImp.Gluon.RemoteService

Show file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
ReceiveCommand ( RemoteCommand cmd ) : void
SendCommand ( RemoteCommand cmd ) : void
UpdateNetworkThread ( ) : void

Protected Methods

Method Description
RemoteService ( string name ) : System

Method Details

ReceiveCommand() public method

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

RemoteService() protected method

protected RemoteService ( string name ) : System
name string
return System

SendCommand() public method

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

UpdateNetworkThread() public method

public UpdateNetworkThread ( ) : void
return void