GOG GALAXY SDK Documentation
INatTypeDetectionListener Class Referenceabstract

Listener for the events related to NAT type detection. More...

#include <INetworking.h>

Inheritance diagram for INatTypeDetectionListener:
[legend]

Public Member Functions

virtual void OnNatTypeDetectionSuccess (NatType natType)=0
 Notification for the event of a success in NAT type detection. More...
 
virtual void OnNatTypeDetectionFailure ()=0
 Notification for the event of a failure in NAT type detection.
 

Additional Inherited Members

- Static Public Member Functions inherited from GalaxyTypeAwareListener< NAT_TYPE_DETECTION >
static ListenerType GetListenerType ()
 Returns the type of the listener. More...
 

Detailed Description

Listener for the events related to NAT type detection.

Member Function Documentation

◆ OnNatTypeDetectionSuccess()

virtual void OnNatTypeDetectionSuccess ( NatType  natType)
pure virtual

Notification for the event of a success in NAT type detection.

Parameters
[in]natTypeThe NAT type.