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 auto close timer in ms. Default is 0 (disabled). Default is 0

public int AutoCancelTimeout { get; set; }

Property Value

int

InitialScanDelay

Sets the time in ms the first scan is 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

FromNative(Timeouts)

public static Timeouts FromNative(Timeouts source)

Parameters

source Timeouts

Returns

Timeouts

ToNative()

public Timeouts ToNative()

Returns

Timeouts