Table of Contents

Class AssembleOptions.DeviceListDownload

Namespace
easyar
Assembly
EasyAR.Sense.dll

Device list download options.

[Serializable]
public class AssembleOptions.DeviceListDownload
Inheritance
AssembleOptions.DeviceListDownload

Fields

IgnoreCache

Ignore cache and force download regardless of whether the current process has downloaded recently.

public bool IgnoreCache

Timeout

Request timeout (s).

public float Timeout

WaitTime

Wait time (s). After the wait time is exceeded, execution continues even if the download has not completed. When the download completes later, it is updated through an event.

public float WaitTime