@Structure.FieldOrder(value={"ApiVersion","Status","UserId","ProductId","ProductVersion","Platform","RichText","RecordsCount","Records","ProductName","IntegratedPlatform"})
public class EOS_Presence_Info
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
EOS_Presence_Interface.copyPresence(EOS_Presence_CopyPresenceOptions),
release()| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Presence_Info.ByReference |
static class |
EOS_Presence_Info.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_PRESENCE_INFO_API_LATEST. |
static int |
EOS_PRESENCE_INFO_API_LATEST
The most recent version of the EOS_Presence_Info API.
|
java.lang.String |
IntegratedPlatform
The integrated platform that the user is logged in with
|
java.lang.String |
Platform
The platform of that the user is logged in from
|
java.lang.String |
ProductId
The product ID that the user is logged in from
|
java.lang.String |
ProductName
The user-facing name for the product the user is logged in from
|
java.lang.String |
ProductVersion
The version of the product the user is logged in from
|
EOS_Presence_DataRecord.ByReference |
Records
The first data record, or NULL if RecordsCount is not at least 1
|
int |
RecordsCount
The count of records available
|
java.lang.String |
RichText
The rich-text of the user
|
EOS_Presence_EStatus |
Status
The status of the user
|
EOS_EpicAccountId |
UserId
The Epic Account ID of the user
|
| Constructor and Description |
|---|
EOS_Presence_Info() |
EOS_Presence_Info(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with an EOS_Presence_Info structure and its sub-objects.
|
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_PRESENCE_INFO_API_LATEST
public int ApiVersion
EOS_PRESENCE_INFO_API_LATEST.public EOS_Presence_EStatus Status
public EOS_EpicAccountId UserId
public java.lang.String ProductId
public java.lang.String ProductVersion
public java.lang.String Platform
public java.lang.String RichText
public int RecordsCount
public EOS_Presence_DataRecord.ByReference Records
public java.lang.String ProductName
public java.lang.String IntegratedPlatform
public EOS_Presence_Info()
public EOS_Presence_Info(com.sun.jna.Pointer peer)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception