netCreateUDPStream

Category: Network

Syntax:

netCreateUDPStream:Int(port:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn