EasyTCPSocket.ReceivedMessage

From Xojo Documentation

Event


EasyTCPSocket.ReceivedMessage(command As Int32, data As String)

Supported for all project types and targets.

A message, consisting of an identifying integer, Command, and the text Data, has been received.

Notes

Effective with 2017r3, the command parameter is Int32 instead of Integer to prevent incorrect behavior in 64-bit apps.