@Structure.FieldOrder(value={"ApiVersion","UserId","Country","DisplayName","PreferredLanguage","Nickname","DisplayNameSanitized"})
public class EOS_UserInfo
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_UserInfo.ByReference |
static class |
EOS_UserInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_USERINFO_COPYUSERINFO_API_LATEST. |
java.lang.String |
Country
The name of the owner's country.
|
java.lang.String |
DisplayName
The display name (un-sanitized).
|
java.lang.String |
DisplayNameSanitized
The raw display name (sanitized).
|
static int |
EOS_USERINFO_COPYUSERINFO_API_LATEST
The most recent version of the EOS_UserInfo_CopyUserInfo API.
|
static int |
EOS_USERINFO_MAX_DISPLAYNAME_CHARACTERS
The maximum length of display names, in displayable characters
|
static int |
EOS_USERINFO_MAX_DISPLAYNAME_UTF8_LENGTH
The maximum length of display names when encoded as UTF-8 as returned by EOS_UserInfo_CopyUserInfo.
|
java.lang.String |
Nickname
A nickname/alias for the target user assigned by the local user.
|
java.lang.String |
PreferredLanguage
The ISO 639 language code for the user's preferred language.
|
EOS_EpicAccountId |
UserId
The Epic Account ID of the user
|
| Constructor and Description |
|---|
EOS_UserInfo() |
EOS_UserInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release() |
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 int EOS_USERINFO_MAX_DISPLAYNAME_CHARACTERS
public static int EOS_USERINFO_MAX_DISPLAYNAME_UTF8_LENGTH
public static int EOS_USERINFO_COPYUSERINFO_API_LATEST
public int ApiVersion
EOS_USERINFO_COPYUSERINFO_API_LATEST.public EOS_EpicAccountId UserId
public java.lang.String Country
public java.lang.String DisplayName
public java.lang.String PreferredLanguage
public java.lang.String Nickname
public java.lang.String DisplayNameSanitized