Interface brl.socket.IOnSendToComplete - leonard-thieu/monkey GitHub Wiki
OnSendToComplete : Void ( data:DataBuffer, offset:Int, count:Int, address:SocketAddress, source:Socket )
Method OnSendToComplete : Void ( data:DataBuffer, offset:Int, count:Int, address:SocketAddress, source:Socket )
This method is called when an asynchronous socket SendTo operation completes.
counts contains the number of bytes sent.