UDPSocket.PacketsLeftToSend

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aUDPSocket.PacketsLeftToSend

New in 5.5

Supported for all project types and targets.

The number of packets left in the queue to send.

Notes

This enables you to create a synchronous socket without needing to subclass the UDPSocket.