| KM_ControllerWriteLineReadLine Method |
Sends a console command to the board and waits for the return value
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string WriteLineReadLine(
string command
)
Public Function WriteLineReadLine (
command As String
) As String
public:
String^ WriteLineReadLine(
String^ command
)
Parameters
- command String
- script command to send
Return Value
Stringreturn value (if any)
See Also