We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc88093 commit 9d216caCopy full SHA for 9d216ca
samples/Performance/ReadRateFirstSettings/Program.cs
@@ -14,7 +14,7 @@ static void configReadRateFirst(BarcodeReader dbr)
14
// Parameter 1. Set expected barcode formats
15
// Here the barcode scanner will try to find the maximal barcode formats.
16
sts.BarcodeFormatIds = (int)EnumBarcodeFormat.BF_ALL;
17
- sts.BarcodeFormatIds_2 = (int)EnumBarcodeFormat_2.BF2_DOTCODE | (int)EnumBarcodeFormat_2.BF2_POSTALCODE;
+ sts.BarcodeFormatIds_2 = (int)(EnumBarcodeFormat_2.BF2_DOTCODE | EnumBarcodeFormat_2.BF2_POSTALCODE);
18
19
// Parameter 2. Set expected barcode count.
20
// Here the barcode scanner will try to find 64 barcodes.
0 commit comments