Open 3D Engine AzNetworking API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzNetworking::TcpNetworkInterface::PendingConnection Struct Reference

helper structure for transferring new pending connections from the listen thread to network interface. More...

#include <TcpNetworkInterface.h>

Public Member Functions

 PendingConnection (SocketFd socketFd, uint32_t remoteIpAddress, uint16_t remotePort, uint16_t listenPort)
 

Public Attributes

SocketFd m_socketFd
 
uint32_t m_remoteIpAddress
 
uint16_t m_remotePort
 
uint16_t m_listenPort
 

Detailed Description

helper structure for transferring new pending connections from the listen thread to network interface.


The documentation for this struct was generated from the following file: