CommunicatorWaitForStr Method

Overload List

WaitForStr(ByteBuffer, String, CancellationToken) Sends the content of data argument and waits until specified string is received. Incomming data are returned in the data argument. Incoming bytes are transformed using InputEncoding.
WaitForStr(String, String, CancellationToken) Sends the content of data argument and waits until specified string is received. Incomming data are returned in the data argument. Incoming bytes are transformed using InputEncoding.

See Also