netRecvUDPString

Category: Network

Syntax:

netRecvUDPString:String(handle:Int, maxSize:Int)


Parameters

Returns

String



Summary

Receives a UDP datagram as a string.

Takes a handle (Int) and maximum size (Int).

Returns the received datagram as a string, or empty string if no datagram available (String).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn