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, force download regardless of whether the current process has downloaded it recently.

public bool IgnoreCache

Field Value

Timeout

Request timeout (s).

public float Timeout

Field Value

WaitTime

Waiting time (s). If the waiting time is exceeded, it will continue even if the download is not completed. After completion, it will be updated via an event.

public float WaitTime

Field Value