@Structure.FieldOrder(value={"ClientData","ClientHandle","ClientAuthStatus"})
public class EOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo.ByReference |
static class |
EOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_EAntiCheatCommonClientAuthStatus |
ClientAuthStatus
The client/peer's new authentication status
|
com.sun.jna.Pointer |
ClientData
Caller-specified context data
|
EOS_AntiCheatCommon_ClientHandle |
ClientHandle
The identifier of the client/peer that this message must be delivered to.
|
| Constructor and Description |
|---|
EOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo() |
EOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo(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 com.sun.jna.Pointer ClientData
public EOS_AntiCheatCommon_ClientHandle ClientHandle
public EOS_EAntiCheatCommonClientAuthStatus ClientAuthStatus