WaitForByte(ByteBuffer, Byte, CancellationToken) | Sends the content of data argument and waits until specified byte is received. Incomming data are returned in the data argument. |
WaitForByte(ByteBuffer, Byte, CancellationToken) | Sends the content of data argument and waits until any byte from byteSet array is received. Incomming data are returned in the data argument. |