C# Class VmcController.AddIn.RemoteCommands

Manages the list of available remote commands
显示文件 Open project: gjniewenhuijse/MceController Class Usage Examples

Public Methods

Method Description
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.

Method Details

CommandList() public method

Returns a multi-line list of commands and syntax
public CommandList ( ) : VmcController.AddIn.OpResult
return VmcController.AddIn.OpResult

CommandList() public method

public CommandList ( int port ) : VmcController.AddIn.OpResult
port int
return VmcController.AddIn.OpResult

CommandListHTML() public method

public CommandListHTML ( int port ) : VmcController.AddIn.OpResult
port int
return VmcController.AddIn.OpResult

Execute() public method

Executes a command with the given parameter string and returns a string return
public Execute ( String command, string param ) : VmcController.AddIn.OpResult
command String command name string
param string parameter string
return VmcController.AddIn.OpResult

RemoteCommands() public method

Initializes a new instance of the RemoteCommands class.
public RemoteCommands ( ) : System
return System