Skip to content

Commit 9d216ca

Browse files
authored
Update Program.cs
1 parent dc88093 commit 9d216ca

File tree

1 file changed

+1
-1
lines changed
  • samples/Performance/ReadRateFirstSettings

1 file changed

+1
-1
lines changed

samples/Performance/ReadRateFirstSettings/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static void configReadRateFirst(BarcodeReader dbr)
1414
// Parameter 1. Set expected barcode formats
1515
// Here the barcode scanner will try to find the maximal barcode formats.
1616
sts.BarcodeFormatIds = (int)EnumBarcodeFormat.BF_ALL;
17-
sts.BarcodeFormatIds_2 = (int)EnumBarcodeFormat_2.BF2_DOTCODE | (int)EnumBarcodeFormat_2.BF2_POSTALCODE;
17+
sts.BarcodeFormatIds_2 = (int)(EnumBarcodeFormat_2.BF2_DOTCODE | EnumBarcodeFormat_2.BF2_POSTALCODE);
1818

1919
// Parameter 2. Set expected barcode count.
2020
// Here the barcode scanner will try to find 64 barcodes.

0 commit comments

Comments
 (0)