Skip to content

Commit 7f47452

Browse files
author
build - docsbuilder
committed
updated logic for v1.3.35
1 parent 91b9c1b commit 7f47452

16 files changed

+121
-27
lines changed

lib/gen/dataSources.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ export declare class CaptureDataSourceID {
4949
static readonly SymbologyHanXin = 47;
5050
static readonly SymbologyDotCode = 48;
5151
static readonly SymbologyDigimarc = 49;
52-
static readonly LastSymbologyID = 50;
52+
static readonly SymbologyKoreaPost = 50;
53+
static readonly LastSymbologyID = 51;
5354
static readonly TagTypeISO14443TypeA = 256;
5455
static readonly TagTypeISO14443TypeB = 257;
5556
static readonly TagTypeFelica = 258;

lib/gen/dataSources.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/dataSources.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/deviceTypes.d.ts

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export declare class CaptureDeviceType {
1818
static readonly Scanner7xi = 196612;
1919
static readonly Scanner9 = 196611;
2020
static readonly SocketCamC820 = 5;
21+
static readonly SocketCamC860 = 29;
2122
static readonly ScannerS800 = 196614;
2223
static readonly ScannerS820 = 196634;
2324
static readonly ScannerS850 = 196615;
@@ -38,9 +39,19 @@ export declare class CaptureDeviceType {
3839
static readonly ScannerD790 = 196628;
3940
static readonly ScannerD600 = 327701;
4041
static readonly ScannerS550 = 327702;
41-
static readonly ScannerS370 = 327707;
42-
static readonly ScannerS320 = 327708;
42+
static readonly ScannerS370 = 327963;
43+
static readonly NFCS370 = 329243;
44+
static readonly ScannerS320 = 327964;
4345
static readonly NFCTag = 393239;
44-
static readonly BtUnknown = 196637;
46+
static readonly ScannerD930 = 196894;
47+
static readonly ScannerD940 = 327967;
48+
static readonly ScannerD960 = 327968;
49+
static readonly BtUnknown = 196641;
4550
static readonly DeviceManagerBle = 17104897;
4651
}
52+
export declare class CaptureDeviceTypeFunction {
53+
static readonly Legacy = 0;
54+
static readonly Scanner = 1;
55+
static readonly NFCReader = 2;
56+
static readonly NFCWriter = 4;
57+
}

lib/gen/deviceTypes.js

Lines changed: 45 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/deviceTypes.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/errors.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default class SktErrors {
44
static readonly ESKT_PENDING = 3;
55
static readonly ESKT_STILLPENDING = 4;
66
static readonly ESKT_CREATED = 5;
7+
static readonly ESKT_NODATA = 6;
78
static readonly ESKT_NOERROR = 0;
89
static readonly ESKT_TESTFAILED = -1;
910
static readonly ESKT_NOTENOUGHMEMORY = -2;
@@ -81,4 +82,5 @@ export default class SktErrors {
8182
static readonly ESKT_LOCATIONPERMISSIONMISSING = -96;
8283
static readonly ESKT_UNABLETOCOMPLETEOPERATION = -97;
8384
static readonly ESKT_LOCATIONSERVICEDISABLED = -98;
85+
static readonly ESKT_BLUETOOTHPERMISSIONMISSING = -99;
8486
}

lib/gen/errors.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)