This data structure is part of the P2P Interface.
Remarks
Structure containing information about an connection request that is being closed.
Properties
EOS_P2P_OnRemoteConnectionClosedInfo
Property | Value |
---|---|
void* ClientData | Client-specified data passed into EOS_Presence_AddNotifyOnPresenceChanged |
EOS_ProductUserId LocalUserId | The local user who is being notified of a connection being closed |
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 closed |
EOS_EConnectionClosedReason Reason | The reason the connection was closed (if known) |