Метод | Описание | |
---|---|---|
CommandList ( ) : VmcController.AddIn.OpResult |
Returns a multi-line list of commands and syntax
|
|
CommandList ( int port ) : VmcController.AddIn.OpResult | ||
CommandListHTML ( int port ) : VmcController.AddIn.OpResult | ||
Execute ( String command, string param ) : VmcController.AddIn.OpResult |
Executes a command with the given parameter string and returns a string return
|
|
RemoteCommands ( ) : System |
Initializes a new instance of the RemoteCommands class.
|
public CommandList ( ) : VmcController.AddIn.OpResult | ||
Результат | VmcController.AddIn.OpResult |
public CommandList ( int port ) : VmcController.AddIn.OpResult | ||
port | int | |
Результат | VmcController.AddIn.OpResult |
public CommandListHTML ( int port ) : VmcController.AddIn.OpResult | ||
port | int | |
Результат | VmcController.AddIn.OpResult |
public Execute ( String command, string param ) : VmcController.AddIn.OpResult | ||
command | String | command name string |
param | string | parameter string |
Результат | VmcController.AddIn.OpResult |