Click or drag to resize

KM_ControllerReadLineTimeout Method

Block the calling thread while waiting for the response to complete within a specified timeout

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool ReadLineTimeout(
	ref string message,
	int timeout_ms
)

Parameters

message  String
return message value
timeout_ms  Int32
time in ms to wait for message return to complete

Return Value

Boolean
true is completed within the timeout
See Also