Class EOS_AntiCheatCommon_SetGameSessionIdOptions

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

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

    • EOS_ANTICHEATCOMMON_SETGAMESESSIONID_API_LATEST

      public static int EOS_ANTICHEATCOMMON_SETGAMESESSIONID_API_LATEST
    • ApiVersion

      public int ApiVersion
    • GameSessionId

      public String GameSessionId
      Game session identifier
  • Constructor Details

    • EOS_AntiCheatCommon_SetGameSessionIdOptions

      public EOS_AntiCheatCommon_SetGameSessionIdOptions()
    • EOS_AntiCheatCommon_SetGameSessionIdOptions

      public EOS_AntiCheatCommon_SetGameSessionIdOptions(String gameSessionId)
    • EOS_AntiCheatCommon_SetGameSessionIdOptions

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