GOG GALAXY SDK Documentation
ICustomNetworking.h File Reference

Contains data structures and interfaces related to communicating with custom endpoints. More...

Include dependency graph for ICustomNetworking.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IConnectionOpenListener
 Listener for the events related to opening a connection. More...
 
class  IConnectionCloseListener
 Listener for the event of closing a connection. More...
 
class  IConnectionDataListener
 Listener for the event of receiving data over the connection. More...
 
class  ICustomNetworking
 The interface for communicating with a custom endpoint. More...
 

Typedefs

typedef uint64_t ConnectionID
 ID of a connection.
 
typedef SelfRegisteringListener< IConnectionOpenListener > GlobalConnectionOpenListener
 Globally self-registering version of IConnectionOpenListener.
 
typedef SelfRegisteringListener< IConnectionCloseListener > GlobalConnectionCloseListener
 Globally self-registering version of IConnectionCloseListener.
 
typedef SelfRegisteringListener< IConnectionDataListener > GlobalConnectionDataListener
 Globally self-registering version of IConnectionDataListener.
 

Detailed Description

Contains data structures and interfaces related to communicating with custom endpoints.

Warning
This API is experimental and can be changed or removed in following releases.