Choose your implementation method:
This data structure is part of the P2P Interface.
Structure containing information about who would like to receive a packet, and how much data can be stored safely.
Properties
EOS_P2P_ReceivePacketOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_P2P_RECEIVEPACKET_API_LATEST.
|
EOS_ProductUserId LocalUserId
|
The Product User ID of the user who is receiving the packet
|
uint32_t MaxDataSizeBytes
|
The maximum amount of data in bytes that can be safely copied to OutData in the function call
|
const uint8_t* RequestedChannel
|
An optional channel to request the data for. If NULL, we're retrieving the next packet on any channel
|
This data structure is part of the P2P Interface.
Structure containing information about who would like to receive a packet, and how much data can be stored safely.
Properties
P2P.ReceivePacketOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_P2P_RECEIVEPACKET_API_LATEST.
|
ProductUserId LocalUserId
|
The Product User ID of the user who is receiving the packet
|
uint MaxDataSizeBytes
|
The maximum amount of data in bytes that can be safely copied to OutData in the function call
|
byte? RequestedChannel
|
An optional channel to request the data for. If NULL, we're retrieving the next packet on any channel
|
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