@Structure.FieldOrder(value={"IncomingPacketQueueMaxSizeBytes","IncomingPacketQueueCurrentSizeBytes","IncomingPacketQueueCurrentPacketCount","OutgoingPacketQueueMaxSizeBytes","OutgoingPacketQueueCurrentSizeBytes","OutgoingPacketQueueCurrentPacketCount"})
public class EOS_P2P_PacketQueueInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_P2P_PacketQueueInfo.ByReference |
static class |
EOS_P2P_PacketQueueInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
long |
IncomingPacketQueueCurrentPacketCount
The current number of queued packets in the incoming packet queue
|
long |
IncomingPacketQueueCurrentSizeBytes
The current size in bytes of the incoming packet queue
|
long |
IncomingPacketQueueMaxSizeBytes
The maximum size in bytes of the incoming packet queue
|
long |
OutgoingPacketQueueCurrentPacketCount
The current amount of queued packets in the outgoing packet queue
|
long |
OutgoingPacketQueueCurrentSizeBytes
The current size in bytes of the outgoing packet queue
|
long |
OutgoingPacketQueueMaxSizeBytes
The maximum size in bytes of the outgoing packet queue
|
| Constructor and Description |
|---|
EOS_P2P_PacketQueueInfo() |
EOS_P2P_PacketQueueInfo(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 long IncomingPacketQueueMaxSizeBytes
public long IncomingPacketQueueCurrentSizeBytes
public long IncomingPacketQueueCurrentPacketCount
public long OutgoingPacketQueueMaxSizeBytes
public long OutgoingPacketQueueCurrentSizeBytes
public long OutgoingPacketQueueCurrentPacketCount