DataAvailable event

From Xojo Documentation

Event


<See Below>.DataAvailable()

Supported for all project types and targets.

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

Notes

It is your responsibility to read the data from the buffer using Read or ReadAll methods.


fa-info-circle-32.png
Shell.DataAvailable event will fire only if Shell.Mode is set to 1 or 2, i.e. the Shell is running in asynchronous mode


Classes implementing the DataAvailable event

Serial
SocketCore
TCPSocket
Shell