Click or drag to resize

KM_ControllerWriteLineWithEcho Method

Sends a console command to the board while echoing commands back to the callback handler

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void WriteLineWithEcho(
	string command
)

Parameters

command  String
script command to send
See Also