|
GOG GALAXY SDK Documentation
|
Contains data structures and interfaces related to communicating with custom endpoints. More...
#include "IListenerRegistrar.h"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. | |
Contains data structures and interfaces related to communicating with custom endpoints.