Class EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions

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

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

    • EOS_ANTICHEATCLIENT_GETPROTECTMESSAGEOUTPUTLENGTH_API_LATEST

      public static final int EOS_ANTICHEATCLIENT_GETPROTECTMESSAGEOUTPUTLENGTH_API_LATEST
      See Also:
    • ApiVersion

      public int ApiVersion
      API Version: Set this to EOS_ANTICHEATCLIENT_GETPROTECTMESSAGEOUTPUTLENGTH_API_LATEST.
    • DataLengthBytes

      public int DataLengthBytes
      Length in bytes of input
  • Constructor Details

    • EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions

      public EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions()
    • EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions

      public EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions(int dataLengthBytes)
    • EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions

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