@Structure.FieldOrder(value={"ApiVersion","SessionName","SessionHandle","LocalUserId","IsPresenceEnabled"})
public class EOS_Sessions_JoinSessionOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Sessions_JoinSessionOptions.ByReference |
static class |
EOS_Sessions_JoinSessionOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_SESSIONS_JOINSESSION_API_LATEST. |
static int |
EOS_SESSIONS_JOINSESSION_API_LATEST |
EOS_Bool |
IsPresenceEnabled
Determines whether or not this session should be the one associated with the local user's presence information.
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the local user who is joining the session
|
EOS_SessionDetails |
SessionHandle
Session handle to join
|
java.lang.String |
SessionName
Name of the session to create after joining session
|
| Constructor and Description |
|---|
EOS_Sessions_JoinSessionOptions() |
EOS_Sessions_JoinSessionOptions(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_SESSIONS_JOINSESSION_API_LATEST
public int ApiVersion
EOS_SESSIONS_JOINSESSION_API_LATEST.public java.lang.String SessionName
public EOS_SessionDetails SessionHandle
public EOS_ProductUserId LocalUserId
public EOS_Bool IsPresenceEnabled