IDebugNetworkListener

This is a debug utility, do not use it to implement your business logic.

This interface is used for logging network messages sent to and received from the Steam server that the client is connected to.

Inheritors

Functions

Link copied to clipboard
abstract fun onIncomingNetworkMessage(msgType: EMsg, data: Array<Byte>)
Called when a packet is received from the Steam server.
Link copied to clipboard
abstract fun onOutgoingNetworkMessage(msgType: EMsg, data: Array<Byte>)
Called when a packet is about to be sent to the Steam server.