Table of Contents

Class MegaRequestTimeParameters

Namespace
easyar
Assembly
EasyAR.Sense.dll

Mega request time parameter.

[Serializable]
public class MegaRequestTimeParameters
Inheritance
MegaRequestTimeParameters

Fields

RequestInterval

Expected request interval time (in milliseconds), the larger the value, the greater the overall error.

[Tooltip("Expected request interval in milliseconds, with a longer value results a larger overall error.")]
public int RequestInterval

Field Value

Timeout

Timeout duration for communication with the server (in milliseconds).

[Tooltip("Timeout in milliseconds when communicating with server.")]
public int Timeout

Field Value