C# Class CodeImp.Gluon.EventRemoteService

Inheritance: RemoteService
Mostrar archivo Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
EventRemoteService ( string name ) : System
ReceiveCommand ( RemoteCommand cmd ) : void
UpdateNetworkThread ( ) : void

Method Details

EventRemoteService() public method

public EventRemoteService ( string name ) : System
name string
return System

ReceiveCommand() public method

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

UpdateNetworkThread() public method

public UpdateNetworkThread ( ) : void
return void