Class EOS_AntiCheatServer_UnprotectMessageOptions

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

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

    • EOS_ANTICHEATSERVER_UNPROTECTMESSAGE_API_LATEST

      public static int EOS_ANTICHEATSERVER_UNPROTECTMESSAGE_API_LATEST
    • ApiVersion

      public int ApiVersion
    • ClientHandle

      public EOS_AntiCheatCommon_ClientHandle ClientHandle
      Locally unique value describing the remote user from whom the message was received
    • DataLengthBytes

      public int DataLengthBytes
      Length in bytes of input
    • Data

      public com.sun.jna.Pointer Data
      The data to decrypt
    • OutBufferSizeBytes

      public int OutBufferSizeBytes
      The size in bytes of OutBuffer
  • Constructor Details

    • EOS_AntiCheatServer_UnprotectMessageOptions

      public EOS_AntiCheatServer_UnprotectMessageOptions()
    • EOS_AntiCheatServer_UnprotectMessageOptions

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