Class EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions

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

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

    • EOS_ANTICHEATSERVER_GETPROTECTMESSAGEOUTPUTLENGTH_API_LATEST

      public static int EOS_ANTICHEATSERVER_GETPROTECTMESSAGEOUTPUTLENGTH_API_LATEST
    • ApiVersion

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

      public int DataLengthBytes
      Length in bytes of input
  • Constructor Details

    • EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions

      public EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions()
    • EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions

      public EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions(int dataLengthBytes)
    • EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions

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