BytesAvailable property
From Xojo Documentation
(Redirected from IPCSocket.BytesAvailable)Read-Only Property (As Integer )
The number of bytes of data are available in the internal receive buffer.
Classes implementing the BytesAvailable property
IPCSocket | ||
SerialConnection | ||
TCPSocket |
Sample Code
TextField1.Text = Str(Me.BytesAvailable)