@Structure.FieldOrder(value={"ApiVersion","NetworkWork","StorageIo","WebSocketIo","P2PIo","HttpRequestIo","RTCIo","EmbeddedOverlayMainThread","EmbeddedOverlayWorkerThreads"})
public class EOS_Initialize_ThreadAffinity
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Initialize_ThreadAffinity.ByReference |
static class |
EOS_Initialize_ThreadAffinity.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to EOS_ANTICHEATSERVER_UNPROTECTMESSAGE_API_LATEST.
|
long |
EmbeddedOverlayMainThread
Main thread of the external overlay
|
long |
EmbeddedOverlayWorkerThreads
Worker threads of the external overlay
|
static int |
EOS_INITIALIZE_THREADAFFINITY_API_LATEST
The most recent version of the EOS_Initialize_ThreadAffinity API.
|
long |
HttpRequestIo
Any thread that will generate http request IO.
|
long |
NetworkWork
Any thread related to network management that is not IO.
|
long |
P2PIo
Any thread that will generate IO related to P2P traffic and management.
|
long |
RTCIo
Any thread that will generate IO related to RTC traffic and management.
|
long |
StorageIo
Any thread that will interact with a storage device.
|
long |
WebSocketIo
Any thread that will generate web socket IO.
|
| Constructor and Description |
|---|
EOS_Initialize_ThreadAffinity() |
EOS_Initialize_ThreadAffinity(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 static int EOS_INITIALIZE_THREADAFFINITY_API_LATEST
public int ApiVersion
public long NetworkWork
public long StorageIo
public long WebSocketIo
public long P2PIo
public long HttpRequestIo
public long RTCIo
public long EmbeddedOverlayMainThread
public long EmbeddedOverlayWorkerThreads