Category: Network
Syntax:
netRecvUDPMsg:Int(handle:Int, buffer:Int, maxSize:Int)
Int
Receives a UDP datagram into a buffer.
Takes a handle (Int), buffer pointer (Int), and maximum size (Int).
Returns the number of bytes received, 0 if no datagram available, or -1 on error (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn