@Structure.FieldOrder(value={"ApiVersion","StartIndex","MaxCount"})
public class EOS_PageQuery
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_PageQuery.ByReference |
static class |
EOS_PageQuery.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to EOS_PAGEQUERY_API_LATEST.
|
static int |
EOS_PAGEQUERY_API_LATEST
API Version: Set this to EOS_PAGEQUERY_API_LATEST.
|
static int |
EOS_PAGEQUERY_MAXCOUNT_DEFAULT
The default MaxCount used for a EOS_PageQuery when the API allows the EOS_PageQuery to be omitted.
|
static int |
EOS_PAGEQUERY_MAXCOUNT_MAXIMUM
The maximum MaxCount used for a EOS_PageQuery.
|
int |
MaxCount
The maximum number of results to have in the page.
|
int |
StartIndex
The index into the ordered query results to start the page at.
|
| Constructor and Description |
|---|
EOS_PageQuery() |
EOS_PageQuery(com.sun.jna.Pointer peer) |
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_PAGEQUERY_API_LATEST
public static int EOS_PAGEQUERY_MAXCOUNT_DEFAULT
public static int EOS_PAGEQUERY_MAXCOUNT_MAXIMUM
public int ApiVersion
public int StartIndex
public int MaxCount