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
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
Methods
FromJson(string)
public static Timeouts FromJson(string rawJson)
Parameters
rawJson
string