BytesAvailable property

From Xojo Documentation

(Redirected from IPCSocket.BytesAvailable)
Read-Only Property (As Integer )
IntegerValue = aSerial.BytesAvailable

Supported for all project types and targets.

The number of bytes of data are available in the internal receive buffer.

Classes implementing the BytesAvailable property

IPCSocket
Serial New in 2005r1
TCPSocket

Sample Code

TextField1.Text = Str(Me.BytesAvailable)