@Structure.FieldOrder(value={"ApiVersion","Data","Visibility"})
public class EOS_Lobby_Attribute
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Lobby_Attribute.ByReference |
static class |
EOS_Lobby_Attribute.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_LOBBY_ATTRIBUTE_API_LATEST. |
EOS_Lobby_AttributeData.ByReference |
Data
Key/Value pair describing the attribute
|
static int |
EOS_LOBBY_ATTRIBUTE_API_LATEST
The most recent version of the EOS_Lobby_Attribute struct.
|
EOS_ELobbyAttributeVisibility |
Visibility
Is this attribute public or private to the lobby and its members
|
| Constructor and Description |
|---|
EOS_Lobby_Attribute() |
EOS_Lobby_Attribute(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with a lobby attribute.
|
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_LOBBY_ATTRIBUTE_API_LATEST
public int ApiVersion
EOS_LOBBY_ATTRIBUTE_API_LATEST.public EOS_Lobby_AttributeData.ByReference Data
public EOS_ELobbyAttributeVisibility Visibility
public EOS_Lobby_Attribute()
public EOS_Lobby_Attribute(com.sun.jna.Pointer peer)
public void release()
EOSLibrary.EOS_LobbyDetails_CopyAttributeByIndex(host.anzo.eossdk.eos.sdk.lobby.EOS_LobbyDetails, host.anzo.eossdk.eos.sdk.lobby.options.EOS_LobbyDetails_CopyAttributeByIndexOptions, com.sun.jna.ptr.PointerByReference),
EOSLibrary.EOS_LobbyDetails_CopyAttributeByKey(host.anzo.eossdk.eos.sdk.lobby.EOS_LobbyDetails, host.anzo.eossdk.eos.sdk.lobby.options.EOS_LobbyDetails_CopyAttributeByKeyOptions, com.sun.jna.ptr.PointerByReference),
EOSLibrary.EOS_LobbyDetails_CopyMemberAttributeByIndex(host.anzo.eossdk.eos.sdk.lobby.EOS_LobbyDetails, host.anzo.eossdk.eos.sdk.lobby.options.EOS_LobbyDetails_CopyMemberAttributeByIndexOptions, com.sun.jna.ptr.PointerByReference),
EOSLibrary.EOS_LobbyDetails_CopyMemberAttributeByKey(host.anzo.eossdk.eos.sdk.lobby.EOS_LobbyDetails, host.anzo.eossdk.eos.sdk.lobby.options.EOS_LobbyDetails_CopyMemberAttributeByKeyOptions, com.sun.jna.ptr.PointerByReference)public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception