Category: Network
Syntax:
netRecvUDPString:String(handle:Int, maxSize:Int)
String
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn