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 time (s).

public float Timeout

Field Value

WaitTime

Wait time (s). Once the wait time is exceeded, the download will continue even if it is not completed; in which case, the download will be updated via events once completed.

public float WaitTime

Field Value