@Structure.FieldOrder(value={"ApiVersion","SessionName","LocalUserId","State","SessionDetails"})
public class EOS_ActiveSession_Info
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_ActiveSession_Info.ByReference |
static class |
EOS_ActiveSession_Info.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_ACTIVESESSION_INFO_API_LATEST. |
static int |
EOS_ACTIVESESSION_INFO_API_LATEST
The most recent version of the EOS_ActiveSession_Info struct.
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the local user who created or joined the session
|
EOS_SessionDetails_Info.ByReference |
SessionDetails
Session details
|
com.sun.jna.Pointer |
SessionName
Name of the session
|
EOS_EOnlineSessionState |
State
Current state of the session
|
| Constructor and Description |
|---|
EOS_ActiveSession_Info() |
EOS_ActiveSession_Info(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with an EOS_ActiveSession_Info structure.
|
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_ACTIVESESSION_INFO_API_LATEST
public int ApiVersion
EOS_ACTIVESESSION_INFO_API_LATEST.public com.sun.jna.Pointer SessionName
public EOS_ProductUserId LocalUserId
public EOS_EOnlineSessionState State
public EOS_SessionDetails_Info.ByReference SessionDetails
public EOS_ActiveSession_Info()
public EOS_ActiveSession_Info(com.sun.jna.Pointer peer)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception