Monkey Documentation

Interface CoreNetworkListener

This provides lower level notifications, such as bind results, and completion of (Any) send operation(s).

More...


Methods:
  • OnNetworkBind : Void ( Network:NetworkEngine, Successful:Bool )
  • OnSendComplete : Void ( Network:NetworkEngine, P:Packet, Address:NetworkAddress, BytesSent:Int )

Detailed Discussion

This provides lower level notifications, such as bind results, and completion of (Any) send operation(s).

See also: SetCoreCallback


Method Documentation

Method OnNetworkBind : Void ( Network:NetworkEngine, Successful:Bool )

This is called when a network bind-operation completes.

Method OnSendComplete : Void ( Network:NetworkEngine, P:Packet, Address:NetworkAddress, BytesSent:Int )

The P object represents the "real" Packet that was sent. (Unlike OnReceiveMessage)