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 (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 for communication with the server (milliseconds).

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

Field Value