Table of Contents

Class Timeouts

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of timeouts.

public class Timeouts
Inheritance
Timeouts
Inherited Members

Properties

AutoCancelTimeout

Sets the length of time, in milliseconds, when the scanner should auto close. Default is 0 (disabled). Default is 0

public int AutoCancelTimeout { get; set; }

Property Value

int

InitialScanDelay

Sets the length of time, in milliseconds, that the first scan will be delayed by. Default is 0 (disabled). Default is 0

public int InitialScanDelay { get; set; }

Property Value

int

Methods

FromJson(string)

public static Timeouts FromJson(string rawJson)

Parameters

rawJson string

Returns

Timeouts