@Structure.FieldOrder(value={"ApiVersion","AccountType","AccountId","DisplayName","DisplayNameSanitized"})
public class EOS_UserInfo_ExternalUserInfo
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_UserInfo_ExternalUserInfo.ByReference |
static class |
EOS_UserInfo_ExternalUserInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
AccountId
The ID of the external account.
|
EOS_EExternalAccountType |
AccountType
The type of the external account
|
int |
ApiVersion
API Version: Set this to
EOS_USERINFO_EXTERNALUSERINFO_API_LATEST. |
java.lang.String |
DisplayName
The display name of the external account (un-sanitized).
|
java.lang.String |
DisplayNameSanitized
The display name of the external account (sanitized).
|
static int |
EOS_USERINFO_EXTERNALUSERINFO_API_LATEST
The most recent version of the EOS_UserInfo_ExternalUserInfo struct.
|
| Constructor and Description |
|---|
EOS_UserInfo_ExternalUserInfo() |
EOS_UserInfo_ExternalUserInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with external user info.
|
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_USERINFO_EXTERNALUSERINFO_API_LATEST
public int ApiVersion
EOS_USERINFO_EXTERNALUSERINFO_API_LATEST.public EOS_EExternalAccountType AccountType
public java.lang.String AccountId
public java.lang.String DisplayName
public java.lang.String DisplayNameSanitized
public EOS_UserInfo_ExternalUserInfo()
public EOS_UserInfo_ExternalUserInfo(com.sun.jna.Pointer peer)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception