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

FromNative(Timeouts)

public static Timeouts FromNative(Timeouts source)

Parameters

source Timeouts

Returns

Timeouts

FromNative(SBSDKUI2Timeouts)

public static Timeouts FromNative(SBSDKUI2Timeouts source)

Parameters

source SBSDKUI2Timeouts

Returns

Timeouts

ToNative()

public Timeouts ToNative()

Returns

Timeouts