Click or drag to resize

KM_ControllerWriteLineReadLine Method

Sends a console command to the board and waits for the return value

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

Parameters

command  String
script command to send

Return Value

String
return value (if any)
See Also