Class EOS_AntiCheatCommon_ClientHandle
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.LongByReference
host.anzo.eossdk.eos.sdk.anticheat.common.EOS_AntiCheatCommon_ClientHandle
- All Implemented Interfaces:
com.sun.jna.NativeMapped
- Direct Known Subclasses:
AEOSNetworkClient
public class EOS_AntiCheatCommon_ClientHandle
extends com.sun.jna.ptr.LongByReference
Arbitrary data that is a unique local identifier for
a single remote client or peer.
Typically this is a pointer to an object describing the
player, but it can be anything that is locally unique.
- Since:
- 9/7/2023
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.ptr.LongByReference
getValue, setValue, toStringMethods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
EOS_AntiCheatCommon_ClientHandle
public EOS_AntiCheatCommon_ClientHandle() -
EOS_AntiCheatCommon_ClientHandle
public EOS_AntiCheatCommon_ClientHandle(long id)
-