Interface brl.socket.IOnReceiveFromComplete - leonard-thieu/monkey GitHub Wiki

Methods

Method Documentation

Method OnReceiveFromComplete : Void ( data:DataBuffer, offset:Int, count:Int, address:SocketAddress, source:Socket )

This method is called when an asynchronous socket ReceiveFrom operation completes.

count contains the number of bytes received.

See also

⚠️ **GitHub.com Fallback** ⚠️