GOG GALAXY SDK Documentation
|
Listener for the event of receiving data over the connection. More...
#include <ICustomNetworking.h>
Public Member Functions | |
virtual void | OnConnectionDataReceived (ConnectionID connectionID, uint32_t dataSize)=0 |
Notification for the event of receiving data over the connection. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< CUSTOM_NETWORKING_CONNECTION_DATA > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of receiving data over the connection.
|
pure virtual |
Notification for the event of receiving data over the connection.
[in] | connectionID | The ID if the connection. |
[in] | dataSize | The amount of new data received (in bytes). |