Send a connect command to STK X.
[Visual Basic .NET] |
---|
Public Function ExecuteCommand( _ ByVal Command As String _ ) As IAgExecCmdResult |
[C#] |
---|
public IAgExecCmdResult ExecuteCommand( string Command ); |
[Managed C++] |
---|
public: IAgExecCmdResult^ ExecuteCommand( String __gc ^ Command ); |
[Unmanaged C++] |
---|
public: HRESULT ExecuteCommand( BSTR Command, IAgExecCmdResult ** ppExecCmdRes ); |
[Java] |
---|
public IAgExecCmdResult executeCommand( String Command ); |
[Python - STK API ] |
---|
def ExecuteCommand(self, Command:str) -> "IAgExecCmdResult": |
- Command