Category: Network
Syntax:
netCreateUDPStream:Int(port:Int)
Int
Creates a UDP socket for sending and receiving datagrams.
Takes a port (Int).
Returns a handle on success, or 0 on failure (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn