UDPSocket.PacketsLeftToSend

From Xojo Documentation

You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...

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.