@Structure.FieldOrder(value={"ClientData","ClientHandle","ClientAction","ActionReasonCode","ActionReasonDetailsString"})
public class EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo.ByReference |
static class |
EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_EAntiCheatCommonClientActionReason |
ActionReasonCode
Code indicating the reason for the action.
|
java.lang.String |
ActionReasonDetailsString
String containing details about the action reason.
|
EOS_EAntiCheatCommonClientAction |
ClientAction
The action that must be applied to the specified client/peer
|
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_OnClientActionRequiredCallbackInfo() |
EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo(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_EAntiCheatCommonClientAction ClientAction
public EOS_EAntiCheatCommonClientActionReason ActionReasonCode
public java.lang.String ActionReasonDetailsString