@Structure.FieldOrder(value={"ApiVersion","SessionId","HostAddress","NumOpenPublicConnections","Settings","OwnerUserId","OwnerServerClientId"})
public class EOS_SessionDetails_Info
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_SessionDetails_Info.ByReference |
static class |
EOS_SessionDetails_Info.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_SESSIONDETAILS_INFO_API_LATEST. |
static int |
EOS_SESSIONDETAILS_INFO_API_LATEST
The most recent version of the EOS_SessionDetails_Info struct.
|
java.lang.String |
HostAddress
IP address of this session as visible by the backend service
|
int |
NumOpenPublicConnections
Number of remaining open spaces on the session (NumPublicConnections - RegisteredPlayers
|
com.sun.jna.Pointer |
OwnerServerClientId
The client id of the session owner.
|
EOS_ProductUserId |
OwnerUserId
The Product User ID of the session owner.
|
java.lang.String |
SessionId
Session ID assigned by the backend service
|
EOS_SessionDetails_Settings.ByReference |
Settings
Reference to the additional settings associated with this session
|
| Constructor and Description |
|---|
EOS_SessionDetails_Info() |
EOS_SessionDetails_Info(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with an EOS_SessionDetails_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_SESSIONDETAILS_INFO_API_LATEST
public int ApiVersion
EOS_SESSIONDETAILS_INFO_API_LATEST.public java.lang.String SessionId
public java.lang.String HostAddress
public int NumOpenPublicConnections
public EOS_SessionDetails_Settings.ByReference Settings
public EOS_ProductUserId OwnerUserId
public com.sun.jna.Pointer OwnerServerClientId
EOS_Platform_Options.IsServer is EOS_TRUE.public EOS_SessionDetails_Info()
public EOS_SessionDetails_Info(com.sun.jna.Pointer peer)
public void release()
EOSLibrary.EOS_SessionDetails_CopyInfo(host.anzo.eossdk.eos.sdk.sessions.EOS_SessionDetails, host.anzo.eossdk.eos.sdk.sessions.options.EOS_SessionDetails_CopyInfoOptions, com.sun.jna.ptr.PointerByReference).public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception