Xojo.Net.TCPSocket.DataAvailable

From Xojo Documentation

Event


Xojo.Net.TCPSocket.DataAvailable()

Supported for all project types and targets.

Called when additional data has come into the internal receive buffer.

Notes

It is your responsibility to read the data from the buffer using the ReadData method.