Method | Description | |
---|---|---|
PackCommand ( string command, string args ) : string | ||
RemoteControlService ( ) : System | ||
RemoteControlService ( string address, int port ) : System | ||
SendCommand ( string packed_command ) : bool | ||
SendCommands ( string packed_commands ) : bool | ||
Start ( ) : bool |
Starts server if it's not started in other process.
|
|
Stop ( ) : void |
Method | Description | |
---|---|---|
OnRemoteCommandReceived ( string command, string args ) : void |
Method | Description | |
---|---|---|
EncodeAndSendString ( |
||
StartServer ( ) : void | ||
TryConnectClient ( ) : |
protected OnRemoteCommandReceived ( string command, string args ) : void | ||
command | string | |
args | string | |
return | void |
public static PackCommand ( string command, string args ) : string | ||
command | string | |
args | string | |
return | string |
public RemoteControlService ( string address, int port ) : System | ||
address | string | |
port | int | |
return | System |
public SendCommand ( string packed_command ) : bool | ||
packed_command | string | |
return | bool |
public SendCommands ( string packed_commands ) : bool | ||
packed_commands | string | |
return | bool |