Class EOS_AntiCheatServer_ProtectMessageOptions

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

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

    • EOS_ANTICHEATSERVER_PROTECTMESSAGE_API_LATEST

      public static int EOS_ANTICHEATSERVER_PROTECTMESSAGE_API_LATEST
    • ApiVersion

      public int ApiVersion
    • ClientHandle

      public EOS_AntiCheatCommon_ClientHandle ClientHandle
      Locally unique value describing the remote user to whom the message will be sent
    • DataLengthBytes

      public int DataLengthBytes
      Length in bytes of input
    • Data

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

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

    • EOS_AntiCheatServer_ProtectMessageOptions

      public EOS_AntiCheatServer_ProtectMessageOptions()
    • EOS_AntiCheatServer_ProtectMessageOptions

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