Resource Base
Table of contents

EnumDBRPresetTemplate

EnumDBRPresetTemplate is the enumeration of preset barcode setting templates.

enum EnumPresetTemplate{
    DEFAULT = 0, // The default video barcode decoding settings.
    VIDEO_SINGLE_BARCODE = 1, // The optimized video barcode decoding settings for single barcode decoding.
    VIDEO_SPEED_FIRST = 2, // The optimized video barcode decoding settings when speed is prioritized.
    VIDEO_READ_RATE_FIRST = 3, // The optimized video barcode decoding settings when read-rate is prioritized.
    IMAGE_SPEED_FIRST = 4, // The optimized image barcode decoding settings when speed is prioritized.
    IMAGE_READ_RATE_FIRST = 5, // The optimized image barcode decoding settings when read-rate is prioritized.
    IMAGE_DEFAULT = 6 // The default image barcode decoding settings.
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.x
      • Version 2.2.10
      • Version 2.0.21
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.2.10
      • Version 2.0.21
      • Version 2.0.20
      • Version 2.0.10
    • Version 1.x
      • Version 1.2.1
      • Version 1.2.0
      • Version 1.1.0
      • Version 1.0.0
      • Version 1.0.4
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
      • Version 1.1.13
      • Version 1.1.12
      • Version 1.1.11
      • Version 1.1.9
      • Version 1.1.8
      • Version 1.1.7
      • Version 1.1.6
      • Version 1.1.5
      • Version 1.1.4
      • Version 1.1.3
      • Version 1.1.2
      • Version 1.1.1
      • Version 1.1.0
      • Version 1.0.0
      • Version 1.0.4
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
    Change +