This data structure is part of the P2P Interface.
Structure containing information about who would like to accept a connection, and which connection.
Properties
EOS_P2P_AcceptConnectionOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_P2P_ACCEPTCONNECTION_API_LATEST.
|
EOS_ProductUserId LocalUserId
|
The Product User ID of the local user who is accepting any pending or future connections with RemoteUserId
|
EOS_ProductUserId RemoteUserId
|
The Product User ID of the remote user who has either sent a connection request or is expected to in the future
|
const EOS_P2P_SocketId* SocketId
|
The socket ID of the connection to accept on
|
This data structure is part of the P2P Interface.
Structure containing information about who would like to accept a connection, and which connection.
Properties
P2P.AcceptConnectionOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_P2P_ACCEPTCONNECTION_API_LATEST.
|
ProductUserId LocalUserId
|
The Product User ID of the local user who is accepting any pending or future connections with RemoteUserId
|
ProductUserId RemoteUserId
|
The Product User ID of the remote user who has either sent a connection request or is expected to in the future
|
SocketId SocketId
|
The socket ID of the connection to accept on
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no