Class EOS_AntiCheatClient_ReceiveMessageFromServerOptions

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

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

    • EOS_ANTICHEATCLIENT_RECEIVEMESSAGEFROMSERVER_API_LATEST

      public static final int EOS_ANTICHEATCLIENT_RECEIVEMESSAGEFROMSERVER_API_LATEST
      See Also:
    • ApiVersion

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

      public int DataLengthBytes
      The size of the data received
    • Data

      public com.sun.jna.Pointer Data
      The data received
  • Constructor Details

    • EOS_AntiCheatClient_ReceiveMessageFromServerOptions

      public EOS_AntiCheatClient_ReceiveMessageFromServerOptions()
    • EOS_AntiCheatClient_ReceiveMessageFromServerOptions

      public EOS_AntiCheatClient_ReceiveMessageFromServerOptions(byte @NotNull [] data)
      Parameters:
      data - The data received
    • EOS_AntiCheatClient_ReceiveMessageFromServerOptions

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