Table of Contents

Class MegaRequestTimeParameters

Namespace
easyar
Assembly
EasyAR.Sense.dll

Mega request time parameters.

[Serializable]
public class MegaRequestTimeParameters
Inheritance
MegaRequestTimeParameters

Fields

RequestInterval

Expected request interval (milliseconds). A larger value increases the overall error.

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

Timeout

Timeout for communication with the server (milliseconds).

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