@Structure.FieldOrder(value={"ApiVersion","RegisterTimeoutSeconds","ServerName","EnableGameplayData","LocalUserId"})
public class EOS_AntiCheatServer_BeginSessionOptions
extends com.sun.jna.Structure
EOSLibrary.EOS_AntiCheatServer_BeginSession(host.anzo.eossdk.eos.sdk.EOS_AntiCheatServer_Interface, host.anzo.eossdk.eos.sdk.anticheat.server.options.EOS_AntiCheatServer_BeginSessionOptions) function.| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_AntiCheatServer_BeginSessionOptions.ByReference |
static class |
EOS_AntiCheatServer_BeginSessionOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST. |
EOS_Bool |
EnableGameplayData
Gameplay data collection APIs such as LogPlayerTick will be enabled if set to true.
|
static int |
EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST
The most recent version of the EOS_AntiCheatServer_BeginSession API.
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the local user who is associated with this session.
|
int |
RegisterTimeoutSeconds
Time in seconds to allow newly registered clients to complete anti-cheat authentication.
|
java.lang.String |
ServerName
Optional name of this game server
|
| Constructor and Description |
|---|
EOS_AntiCheatServer_BeginSessionOptions() |
EOS_AntiCheatServer_BeginSessionOptions(@NotNull EOSServerOptions options) |
EOS_AntiCheatServer_BeginSessionOptions(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_ANTICHEATSERVER_BEGINSESSION_API_LATEST
public int ApiVersion
EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST.public int RegisterTimeoutSeconds
EOS_Defines.EOS_ANTICHEATSERVER_BEGINSESSION_MIN_REGISTERTIMEOUTEOS_Defines.EOS_ANTICHEATSERVER_BEGINSESSION_MAX_REGISTERTIMEOUTpublic java.lang.String ServerName
public EOS_Bool EnableGameplayData
public EOS_ProductUserId LocalUserId
public EOS_AntiCheatServer_BeginSessionOptions()
public EOS_AntiCheatServer_BeginSessionOptions(@NotNull
@NotNull EOSServerOptions options)
public EOS_AntiCheatServer_BeginSessionOptions(com.sun.jna.Pointer peer)