netSendUDPString

Category: Network

Syntax:

netSendUDPString:Int(handle:Int, ip:String, port:Int, str:String)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn