| KM_ControllerWriteLine Method |
Sends a console command to the board
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void WriteLine(
string command
)
Public Sub WriteLine (
command As String
)
public:
void WriteLine(
String^ command
)
Parameters
- command String
- script command to send
See Also