Table of Contents

Class Timeouts

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class Timeouts
Inheritance
Timeouts
Inherited Members

Constructors

Timeouts()

public Timeouts()

Properties

AutoCancelTimeout

public int AutoCancelTimeout { get; set; }

Property Value

int

InitialScanDelay

public int InitialScanDelay { get; set; }

Property Value

int

Methods

FromJson(string)

public static Timeouts FromJson(string rawJson)

Parameters

rawJson string

Returns

Timeouts