@Structure.FieldOrder(value={"ApiVersion","ModsCount","Mods","Type"})
public class EOS_Mods_ModInfo
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
EOS_Mods_Interface.copyModInfo(host.anzo.eossdk.eos.sdk.mods.options.EOS_Mods_CopyModInfoOptions),
release()| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Mods_ModInfo.ByReference |
static class |
EOS_Mods_ModInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_MODS_MODINFO_API_LATEST. |
static int |
EOS_MODS_MODINFO_API_LATEST
The most recent version of the EOS_Mods_ModInfo struct.
|
EOS_Mod_Identifier.ByReference |
Mods
The array of enumerated mods or NULL if no such type of mods were enumerated
|
int |
ModsCount
The count of enumerated mods
|
int |
Type
Type of the mods
|
| Constructor and Description |
|---|
EOS_Mods_ModInfo() |
EOS_Mods_ModInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with an EOS_Mods_ModInfo 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 int EOS_MODS_MODINFO_API_LATEST
public int ApiVersion
EOS_MODS_MODINFO_API_LATEST.public int ModsCount
public EOS_Mod_Identifier.ByReference Mods
public int Type
public EOS_Mods_ModInfo()
public EOS_Mods_ModInfo(com.sun.jna.Pointer peer)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception