Monkey Documentation

Interface IOnReceiveComplete


Methods:

Method Documentation

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.

See also ReceiveAsync, ReceiveAllAsync