C# 클래스 VmcController.AddIn.RemoteCommands

Manages the list of available remote commands
파일 보기 프로젝트 열기: gjniewenhuijse/MceController 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CommandList() 공개 메소드

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

CommandList() 공개 메소드

public CommandList ( int port ) : VmcController.AddIn.OpResult
port int
리턴 VmcController.AddIn.OpResult

CommandListHTML() 공개 메소드

public CommandListHTML ( int port ) : VmcController.AddIn.OpResult
port int
리턴 VmcController.AddIn.OpResult

Execute() 공개 메소드

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
리턴 VmcController.AddIn.OpResult

RemoteCommands() 공개 메소드

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