Class EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
host.anzo.eossdk.eos.sdk.anticheat.common.EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union
- Direct Known Subclasses:
EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union.ByReference,EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union.ByValue
- Enclosing class:
- EOS_AntiCheatCommon_LogEventParamPair
public static class EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union
extends com.sun.jna.Union
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatintlongWill be truncated if longer thanEOS_AntiCheatCommon_LogEventParamPair.EOS_ANTICHEATCOMMON_LOGEVENT_STRING_MAX_LENGTHbytes.intlongFields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionParamValue_union(float Float_) ParamValue_union(int UInt32_or_Int32) ParamValue_union(long UInt64_or_Int64) ParamValue_union(EOS_AntiCheatCommon_ClientHandle clientHandle) ParamValue_union(String string) -
Method Summary
Methods inherited from class com.sun.jna.Union
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeFieldMethods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
-
Field Details
-
ClientHandle
-
String
Will be truncated if longer thanEOS_AntiCheatCommon_LogEventParamPair.EOS_ANTICHEATCOMMON_LOGEVENT_STRING_MAX_LENGTHbytes. -
UInt32
public int UInt32 -
Int32
public int Int32 -
UInt64
public long UInt64 -
Int64
public long Int64 -
Vec3f
-
Quat
-
Float_
public float Float_
-
-
Constructor Details
-
ParamValue_union
public ParamValue_union() -
ParamValue_union
-
ParamValue_union
-
ParamValue_union
public ParamValue_union(int UInt32_or_Int32) -
ParamValue_union
public ParamValue_union(long UInt64_or_Int64) -
ParamValue_union
-
ParamValue_union
-
ParamValue_union
public ParamValue_union(float Float_)
-