netRecvUDPMsg

Category: Network

Syntax:

netRecvUDPMsg:Int(handle:Int, buffer:Int, maxSize:Int)


Parameters

Returns

Int



Summary

Receives a UDP datagram into a buffer.

Takes a handle (Int), buffer pointer (Int), and maximum size (Int).

Returns the number of bytes received, 0 if no datagram available, or -1 on error (Int).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn