| KM_ControllerReadLineTimeout Method |
Block the calling thread while waiting for the response to complete within a specified timeout
Namespace: KMotion_dotNetAssembly: 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
)
Public Function ReadLineTimeout (
ByRef message As String,
timeout_ms As Integer
) As Boolean
public:
bool ReadLineTimeout(
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
Booleantrue is completed within the timeout
See Also