@Structure.FieldOrder(value={"ClientData","PacketQueueMaxSizeBytes","PacketQueueCurrentSizeBytes","OverflowPacketLocalUserId","OverflowPacketChannel","OverflowPacketSizeBytes"})
public class EOS_P2P_OnIncomingPacketQueueFullInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_P2P_OnIncomingPacketQueueFullInfo.ByReference |
static class |
EOS_P2P_OnIncomingPacketQueueFullInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Client-specified data passed into AddNotifyIncomingPacketQueueFull
|
byte |
OverflowPacketChannel
The channel the incoming packet is for
|
EOS_ProductUserId |
OverflowPacketLocalUserId
The Product User ID of the local user who is receiving the packet that would overflow the queue
|
int |
OverflowPacketSizeBytes
The size in bytes of the incoming packet (and related metadata) that would overflow the queue
|
long |
PacketQueueCurrentSizeBytes
The current size in bytes the incoming packet queue is currently using
|
long |
PacketQueueMaxSizeBytes
The maximum size in bytes the incoming packet queue is allowed to use
|
| Constructor and Description |
|---|
EOS_P2P_OnIncomingPacketQueueFullInfo() |
EOS_P2P_OnIncomingPacketQueueFullInfo(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic com.sun.jna.Pointer ClientData
public long PacketQueueMaxSizeBytes
public long PacketQueueCurrentSizeBytes
public EOS_ProductUserId OverflowPacketLocalUserId
public byte OverflowPacketChannel
public int OverflowPacketSizeBytes