Class EOS_AntiCheatServer_SetClientNetworkStateOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.anticheat.server.options.EOS_AntiCheatServer_SetClientNetworkStateOptions
Direct Known Subclasses:
EOS_AntiCheatServer_SetClientNetworkStateOptions.ByReference, EOS_AntiCheatServer_SetClientNetworkStateOptions.ByValue

@FieldOrder({"ApiVersion","ClientHandle","IsNetworkActive"}) public class EOS_AntiCheatServer_SetClientNetworkStateOptions extends com.sun.jna.Structure
Since:
8/5/2023
  • Field Details

    • EOS_ANTICHEATSERVER_SETCLIENTNETWORKSTATE_API_LATEST

      public static int EOS_ANTICHEATSERVER_SETCLIENTNETWORKSTATE_API_LATEST
    • ApiVersion

      public int ApiVersion
      API Version: Set this to EOS_ANTICHEATSERVER_SETCLIENTNETWORKSTATE_API_LATEST.
    • ClientHandle

      public EOS_AntiCheatCommon_ClientHandle ClientHandle
      Locally unique value describing the remote user (e.g. a player object pointer)
    • IsNetworkActive

      public EOS_Bool IsNetworkActive
      EOS_Bool.EOS_TRUE if the network is functioning normally, EOS_Bool.EOS_FALSE if temporarily interrupted
  • Constructor Details

    • EOS_AntiCheatServer_SetClientNetworkStateOptions

      public EOS_AntiCheatServer_SetClientNetworkStateOptions()
    • EOS_AntiCheatServer_SetClientNetworkStateOptions

      public EOS_AntiCheatServer_SetClientNetworkStateOptions(EOS_AntiCheatCommon_ClientHandle clientHandle, boolean isNetworkActive)
    • EOS_AntiCheatServer_SetClientNetworkStateOptions

      public EOS_AntiCheatServer_SetClientNetworkStateOptions(com.sun.jna.Pointer peer)