@Structure.FieldOrder(value={"ResultCode","ClientData"})
public class EOS_SessionSearch_FindCallbackInfo
extends com.sun.jna.Structure
EOSLibrary.EOS_SessionSearch_Find(host.anzo.eossdk.eos.sdk.sessions.EOS_SessionSearch, host.anzo.eossdk.eos.sdk.sessions.options.EOS_SessionSearch_FindOptions, com.sun.jna.Pointer, host.anzo.eossdk.eos.sdk.sessions.callbacks.EOS_SessionSearch_OnFindCallback) function.| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_SessionSearch_FindCallbackInfo.ByReference |
static class |
EOS_SessionSearch_FindCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
ClientData
Context that was passed into EOS_SessionSearch_Find
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
| Constructor and Description |
|---|
EOS_SessionSearch_FindCallbackInfo() |
EOS_SessionSearch_FindCallbackInfo(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 EOS_EResult ResultCode
EOS_EResult.EOS_Success if the find operation completes successfullyEOS_EResult.EOS_NotFound if searching for an individual session by sessionid or targetuserid returns no resultsEOS_EResult.EOS_InvalidParameters if any of the options are incorrectpublic java.lang.String ClientData