@Structure.FieldOrder(value={"ClientData","ClientHandle","MessageData","MessageDataSizeBytes"})
public class EOS_AntiCheatCommon_OnMessageToClientCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_AntiCheatCommon_OnMessageToClientCallbackInfo.ByReference |
static class |
EOS_AntiCheatCommon_OnMessageToClientCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
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.
|
com.sun.jna.Pointer |
MessageData
The message data that must be sent to the client
|
int |
MessageDataSizeBytes
The size in bytes of MessageData
|
| Constructor and Description |
|---|
EOS_AntiCheatCommon_OnMessageToClientCallbackInfo() |
EOS_AntiCheatCommon_OnMessageToClientCallbackInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getByteBuffer() |
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 com.sun.jna.Pointer MessageData
public int MessageDataSizeBytes