Category: Network
Syntax:
netSendUDPMsg:Int(handle:Int, ip:String, port:Int, buffer:Int, size:Int)
Int
Sends a UDP datagram to the specified IP address and port.
Takes a handle (Int), IP address (String), port (Int), buffer pointer (Int), and size (Int).
Returns the number of bytes sent, or -1 on error (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn