This data structure is part of the P2P Interface.
Remarks
Structure containing information about a connection being established
Properties
EOS_P2P_OnPeerConnectionEstablishedInfo
Property | Value |
---|---|
void* ClientData | Client-specified data passed into EOS_P2P_AddNotifyPeerConnectionEstablished |
EOS_ProductUserId LocalUserId | The Product User ID of the local user who is being notified of a connection being established |
EOS_ProductUserId RemoteUserId | The Product User ID of the remote user who this connection was with |
const EOS_P2P_SocketId* SocketId | The socket ID of the connection being established |
EOS_EConnectionEstablishedType ConnectionType | Information if this is a new connection or reconnection |
EOS_ENetworkConnectionType NetworkType | What type of network connection is being used for this connection |