@Structure.FieldOrder(value={"ApiVersion","BucketId","NumPublicConnections","IsAllowJoinInProgress","PermissionLevel","IsInvitesAllowed","IsSanctionsEnabled","AllowedPlatformIds","AllowedPlatformIdsCount"})
public class EOS_SessionDetails_Settings
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_SessionDetails_Settings.ByReference |
static class |
EOS_SessionDetails_Settings.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.ptr.IntByReference |
AllowedPlatformIds
Array of platform IDs indicating the player platforms allowed to register with the session.
|
int |
AllowedPlatformIdsCount
Number of platform IDs in the array
|
int |
ApiVersion
API Version: Set this to
EOS_SESSIONDETAILS_SETTINGS_API_LATEST. |
java.lang.String |
BucketId
The main indexed parameter for this session, can be any string (i.e.
|
static int |
EOS_SESSIONDETAILS_SETTINGS_API_LATEST
The most recent version of the EOS_SessionDetails_Settings struct.
|
EOS_Bool |
IsAllowJoinInProgress
Are players allowed to join the session while it is in the "in progress" state
|
EOS_Bool |
IsInvitesAllowed
Are players allowed to send invites for the session
|
EOS_Bool |
IsSanctionsEnabled
Are sanctioned players allowed to join - sanctioned players will be rejected if set to true
|
int |
NumPublicConnections
Number of total players allowed in the session
|
EOS_EOnlineSessionPermissionLevel |
PermissionLevel
Permission level describing allowed access to the session when joining or searching for the session
|
| Constructor and Description |
|---|
EOS_SessionDetails_Settings() |
EOS_SessionDetails_Settings(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_SESSIONDETAILS_SETTINGS_API_LATEST
public int ApiVersion
EOS_SESSIONDETAILS_SETTINGS_API_LATEST.public java.lang.String BucketId
public int NumPublicConnections
public EOS_Bool IsAllowJoinInProgress
public EOS_EOnlineSessionPermissionLevel PermissionLevel
public EOS_Bool IsInvitesAllowed
public EOS_Bool IsSanctionsEnabled
public com.sun.jna.ptr.IntByReference AllowedPlatformIds
public int AllowedPlatformIdsCount