@Structure.FieldOrder(value={"ApiVersion","AccountIdType","AccountId","DisplayName","ControllerType","ServerIp","GameSessionId"})
public class EOS_Metrics_BeginPlayerSessionOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Metrics_BeginPlayerSessionOptions.AccountId_union |
static class |
EOS_Metrics_BeginPlayerSessionOptions.ByReference |
static class |
EOS_Metrics_BeginPlayerSessionOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_Metrics_BeginPlayerSessionOptions.AccountId_union |
AccountId
The Account ID for the player whose session is beginning.
|
EOS_EMetricsAccountIdType |
AccountIdType
The Account ID type that is set in the union.
|
int |
ApiVersion
API Version: Set this to
EOS_METRICS_BEGINPLAYERSESSION_API_LATEST. |
EOS_EUserControllerType |
ControllerType
The user's game controller type.
|
java.lang.String |
DisplayName
The in-game display name for the user as UTF-8 string.
|
static int |
EOS_METRICS_BEGINPLAYERSESSION_API_LATEST
The most recent version of the EOS_Metrics_BeginPlayerSessionOptions struct.
|
java.lang.String |
GameSessionId
Optional, application-defined custom match session identifier.
|
java.lang.String |
ServerIp
IP address of the game server hosting the game session.
|
| Constructor and Description |
|---|
EOS_Metrics_BeginPlayerSessionOptions() |
EOS_Metrics_BeginPlayerSessionOptions(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 final int EOS_METRICS_BEGINPLAYERSESSION_API_LATEST
public int ApiVersion
EOS_METRICS_BEGINPLAYERSESSION_API_LATEST.public EOS_EMetricsAccountIdType AccountIdType
public EOS_Metrics_BeginPlayerSessionOptions.AccountId_union AccountId
public java.lang.String DisplayName
public EOS_EUserControllerType ControllerType
public java.lang.String ServerIp
public java.lang.String GameSessionId