Package host.anzo.eossdk.eos.sdk
Class EOS_Defines
java.lang.Object
host.anzo.eossdk.eos.sdk.EOS_Defines
- Since:
- 3/23/2024
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intMaximum size of an individual message provided through EOS_AntiCheatClient_OnMessageToPeerCallback.static final intMaximum size of an individual message provided through EOS_AntiCheatClient_OnMessageToServerCallback.static final intstatic final intLimits on RegisterTimeoutSeconds parameterstatic final intMaximum size of an individual message provided through EOS_AntiCheatServer_OnMessageToClientCallback.static intstatic final intThe maximum length of data chunk in bytes that can be sent and received -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EOS_INTEGRATEDPLATFORM_STEAM_MAX_STEAMAPIINTERFACEVERSIONSARRAY_SIZE
public static int EOS_INTEGRATEDPLATFORM_STEAM_MAX_STEAMAPIINTERFACEVERSIONSARRAY_SIZE -
EOS_ANTICHEATCLIENT_ONMESSAGETOSERVERCALLBACK_MAX_MESSAGE_SIZE
public static final int EOS_ANTICHEATCLIENT_ONMESSAGETOSERVERCALLBACK_MAX_MESSAGE_SIZEMaximum size of an individual message provided through EOS_AntiCheatClient_OnMessageToServerCallback.- See Also:
-
EOS_ANTICHEATCLIENT_ONMESSAGETOPEERCALLBACK_MAX_MESSAGE_SIZE
public static final int EOS_ANTICHEATCLIENT_ONMESSAGETOPEERCALLBACK_MAX_MESSAGE_SIZEMaximum size of an individual message provided through EOS_AntiCheatClient_OnMessageToPeerCallback.- See Also:
-
EOS_ANTICHEATSERVER_ONMESSAGETOCLIENTCALLBACK_MAX_MESSAGE_SIZE
public static final int EOS_ANTICHEATSERVER_ONMESSAGETOCLIENTCALLBACK_MAX_MESSAGE_SIZEMaximum size of an individual message provided through EOS_AntiCheatServer_OnMessageToClientCallback.- See Also:
-
EOS_ANTICHEATSERVER_BEGINSESSION_MIN_REGISTERTIMEOUT
public static final int EOS_ANTICHEATSERVER_BEGINSESSION_MIN_REGISTERTIMEOUTLimits on RegisterTimeoutSeconds parameter- See Also:
-
EOS_ANTICHEATSERVER_BEGINSESSION_MAX_REGISTERTIMEOUT
public static final int EOS_ANTICHEATSERVER_BEGINSESSION_MAX_REGISTERTIMEOUT- See Also:
-
EOS_RTCDATA_MAX_PACKET_SIZE
public static final int EOS_RTCDATA_MAX_PACKET_SIZEThe maximum length of data chunk in bytes that can be sent and received- See Also:
-
-
Constructor Details
-
EOS_Defines
public EOS_Defines()
-