CommunicatorWaitForChar Method

Overload List

WaitForChar(ByteBuffer, Char, CancellationToken) Sends the content of data argument and waits until specified char is received. Incomming data are returned in the data argument.
WaitForChar(ByteBuffer, Char, CancellationToken) Sends the content of data argument and waits until any char from charSet array is received. Incomming data are returned in the data argument.
WaitForChar(String, Char, CancellationToken) Sends the content of data argument and waits until specified char is received. Incomming data are returned in the data argument.
WaitForChar(String, Char, CancellationToken) Sends the content of data argument and waits until any char from charSet array is received. Incomming data are returned in the data argument.

See Also