@Structure.FieldOrder(value={"ClientData","ViolationType","ViolationMessage"})
public class EOS_AntiCheatClient_OnClientIntegrityViolatedCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_AntiCheatClient_OnClientIntegrityViolatedCallbackInfo.ByReference |
static class |
EOS_AntiCheatClient_OnClientIntegrityViolatedCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Caller-specified context data
|
java.lang.String |
ViolationMessage
String describing the violation which should be displayed to the user
|
EOS_EAntiCheatClientViolationType |
ViolationType
Code describing the violation that occurred
|
| Constructor and Description |
|---|
EOS_AntiCheatClient_OnClientIntegrityViolatedCallbackInfo() |
EOS_AntiCheatClient_OnClientIntegrityViolatedCallbackInfo(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_EAntiCheatClientViolationType ViolationType
public java.lang.String ViolationMessage