@Structure.FieldOrder(value={"ApiVersion","CompatibleAppIdCount","CompatibleAppIds","CompatiblePlatformCount","CompatiblePlatforms","ReleaseNote"})
public class EOS_Ecom_CatalogRelease
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
release().| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Ecom_CatalogRelease.ByReference |
static class |
EOS_Ecom_CatalogRelease.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_ECOM_CATALOGRELEASE_API_LATEST. |
int |
CompatibleAppIdCount
The number of APP IDs
|
com.sun.jna.StringArray |
CompatibleAppIds
A list of compatible APP IDs
|
int |
CompatiblePlatformCount
The number of platforms
|
com.sun.jna.StringArray |
CompatiblePlatforms
A list of compatible Platforms
|
static int |
EOS_ECOM_CATALOGRELEASE_API_LATEST
The most recent version of the EOS_Ecom_CatalogRelease struct.
|
java.lang.String |
ReleaseNote
Release note for compatible versions
|
| Constructor and Description |
|---|
EOS_Ecom_CatalogRelease() |
EOS_Ecom_CatalogRelease(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 final int EOS_ECOM_CATALOGRELEASE_API_LATEST
public int ApiVersion
EOS_ECOM_CATALOGRELEASE_API_LATEST.public int CompatibleAppIdCount
public com.sun.jna.StringArray CompatibleAppIds
public int CompatiblePlatformCount
public com.sun.jna.StringArray CompatiblePlatforms
public java.lang.String ReleaseNote