Class EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.anticheat.common.callbackresults.EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo
Direct Known Subclasses:
EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo.ByReference, EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo.ByValue

@FieldOrder({"ClientData","ClientHandle","ClientAction","ActionReasonCode","ActionReasonDetailsString"}) public class EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo extends com.sun.jna.Structure
Structure containing details about a required client/peer action
Since:
8/5/2023
  • Field Details

    • ClientData

      public com.sun.jna.Pointer ClientData
      Caller-specified context data
    • ClientHandle

      public EOS_AntiCheatCommon_ClientHandle ClientHandle
      The identifier of the client/peer that this message must be delivered to. See the RegisterClient and RegisterPeer functions.
    • ClientAction

      public EOS_EAntiCheatCommonClientAction ClientAction
      The action that must be applied to the specified client/peer
    • ActionReasonCode

      public EOS_EAntiCheatCommonClientActionReason ActionReasonCode
      Code indicating the reason for the action. This can be displayed to the affected player.
    • ActionReasonDetailsString

      public String ActionReasonDetailsString
      String containing details about the action reason. This can be displayed to the affected player.
  • Constructor Details

    • EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo

      public EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo()
    • EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo

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