Category: Network
Syntax:
netSendUDPString:Int(handle:Int, ip:String, port:Int, str:String)
Int
Sends a string as a UDP datagram.
Takes a handle (Int), IP address (String), port (Int), and string (String).
Returns the number of bytes sent, or 0 if string is NULL (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn