Interface brl.socket.IOnReceiveComplete - leonard-thieu/monkey GitHub Wiki
OnReceiveComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket )
Method OnReceiveComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket )
This method is called when an asynchronous socket Receive or ReceiveAll operation completes.
count contains the number of bytes received.