GOG GALAXY SDK Documentation
|
Listener for the events related to packets that come to the client. More...
#include <INetworking.h>
Public Member Functions | |
virtual void | OnP2PPacketAvailable (uint32_t msgSize, uint8_t channel)=0 |
Notification for the event of receiving a packet. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< NETWORKING > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the events related to packets that come to the client.
|
pure virtual |
Notification for the event of receiving a packet.
[in] | msgSize | The length of the message. |
[in] | channel | The number of the channel used. |