node-opcua-nodeset-auto-id 2.71.0 → 2.72.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dt_access_result.d.ts +21 -21
- package/dist/dt_access_result.js +2 -2
- package/dist/dt_antenna_name_id_pair.d.ts +14 -14
- package/dist/dt_antenna_name_id_pair.js +2 -2
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +23 -23
- package/dist/dt_dhcp_geo_conf_coordinate.js +2 -2
- package/dist/dt_local_coordinate.d.ts +21 -21
- package/dist/dt_local_coordinate.js +2 -2
- package/dist/dt_location.d.ts +18 -18
- package/dist/dt_location.js +2 -2
- package/dist/dt_ocr_scan_result.d.ts +34 -34
- package/dist/dt_ocr_scan_result.js +2 -2
- package/dist/dt_optical_scan_result.d.ts +30 -30
- package/dist/dt_optical_scan_result.js +2 -2
- package/dist/dt_optical_verifier_scan_result.d.ts +39 -39
- package/dist/dt_optical_verifier_scan_result.js +2 -2
- package/dist/dt_position.d.ts +17 -17
- package/dist/dt_position.js +2 -2
- package/dist/dt_rfid_access_result.d.ts +36 -36
- package/dist/dt_rfid_access_result.js +2 -2
- package/dist/dt_rfid_scan_result.d.ts +25 -25
- package/dist/dt_rfid_scan_result.js +2 -2
- package/dist/dt_rfid_sighting.d.ts +20 -20
- package/dist/dt_rfid_sighting.js +2 -2
- package/dist/dt_rotation.d.ts +14 -14
- package/dist/dt_rotation.js +2 -2
- package/dist/dt_rtls_location_result.d.ts +27 -27
- package/dist/dt_rtls_location_result.js +2 -2
- package/dist/dt_scan_data.d.ts +18 -18
- package/dist/dt_scan_data.js +2 -2
- package/dist/dt_scan_data_epc.d.ts +17 -17
- package/dist/dt_scan_data_epc.js +2 -2
- package/dist/dt_scan_result.d.ts +22 -22
- package/dist/dt_scan_result.js +2 -2
- package/dist/dt_scan_settings.d.ts +17 -17
- package/dist/dt_scan_settings.js +2 -2
- package/dist/dt_wgs_84_coordinate.d.ts +21 -21
- package/dist/dt_wgs_84_coordinate.js +2 -2
- package/dist/enum_auto_id_operation_status.d.ts +113 -113
- package/dist/enum_auto_id_operation_status.js +118 -118
- package/dist/enum_device_status.d.ts +14 -14
- package/dist/enum_device_status.js +19 -19
- package/dist/enum_location_type.d.ts +14 -14
- package/dist/enum_location_type.js +19 -19
- package/dist/enum_rfid_lock_operation.d.ts +14 -14
- package/dist/enum_rfid_lock_operation.js +19 -19
- package/dist/enum_rfid_lock_region.d.ts +15 -15
- package/dist/enum_rfid_lock_region.js +20 -20
- package/dist/enum_rfid_password_type.d.ts +14 -14
- package/dist/enum_rfid_password_type.js +19 -19
- package/dist/index.d.ts +43 -43
- package/dist/index.js +59 -59
- package/dist/ua_auto_id_access_event.d.ts +35 -35
- package/dist/ua_auto_id_access_event.js +2 -2
- package/dist/ua_auto_id_device.d.ts +105 -105
- package/dist/ua_auto_id_device.js +2 -2
- package/dist/ua_auto_id_diagnostics_event.d.ts +23 -23
- package/dist/ua_auto_id_diagnostics_event.js +2 -2
- package/dist/ua_auto_id_log_entry_event.d.ts +15 -15
- package/dist/ua_auto_id_log_entry_event.js +2 -2
- package/dist/ua_auto_id_presence_event.d.ts +23 -23
- package/dist/ua_auto_id_presence_event.js +2 -2
- package/dist/ua_auto_id_scan_event.d.ts +19 -19
- package/dist/ua_auto_id_scan_event.js +2 -2
- package/dist/ua_location_variable.d.ts +23 -23
- package/dist/ua_location_variable.js +2 -2
- package/dist/ua_ocr_reader_device.d.ts +34 -34
- package/dist/ua_ocr_reader_device.js +2 -2
- package/dist/ua_ocr_scan_event.d.ts +17 -17
- package/dist/ua_ocr_scan_event.js +2 -2
- package/dist/ua_optical_reader_device.d.ts +34 -34
- package/dist/ua_optical_reader_device.js +2 -2
- package/dist/ua_optical_scan_event.d.ts +17 -17
- package/dist/ua_optical_scan_event.js +2 -2
- package/dist/ua_optical_verifier_device.d.ts +15 -15
- package/dist/ua_optical_verifier_device.js +2 -2
- package/dist/ua_optical_verifier_scan_event.d.ts +17 -17
- package/dist/ua_optical_verifier_scan_event.js +2 -2
- package/dist/ua_rfid_access_event.d.ts +24 -24
- package/dist/ua_rfid_access_event.js +2 -2
- package/dist/ua_rfid_reader_device.d.ts +82 -82
- package/dist/ua_rfid_reader_device.js +2 -2
- package/dist/ua_rfid_scan_event.d.ts +17 -17
- package/dist/ua_rfid_scan_event.js +2 -2
- package/dist/ua_rtls_device.d.ts +24 -24
- package/dist/ua_rtls_device.js +2 -2
- package/dist/ua_rtls_location_event.d.ts +17 -17
- package/dist/ua_rtls_location_event.js +2 -2
- package/package.json +9 -10
- package/LICENSE +0 -20
|
@@ -1,113 +1,113 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | | |
|
|
3
|
-
* |-----------|--------------------------------------------------|
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
-
* | nodeClass |DataType |
|
|
6
|
-
* | name |3:AutoIdOperationStatusEnumeration |
|
|
7
|
-
* | isAbstract|false |
|
|
8
|
-
*/
|
|
9
|
-
export declare enum EnumAutoIdOperationStatus {
|
|
10
|
-
/**
|
|
11
|
-
* Successful operation
|
|
12
|
-
*/
|
|
13
|
-
SUCCESS = 0,
|
|
14
|
-
/**
|
|
15
|
-
* The operation has not be executed in total.
|
|
16
|
-
*/
|
|
17
|
-
MISC_ERROR_TOTAL = 1,
|
|
18
|
-
/**
|
|
19
|
-
* The operation has been executed only partial.
|
|
20
|
-
*/
|
|
21
|
-
MISC_ERROR_PARTIAL = 2,
|
|
22
|
-
/**
|
|
23
|
-
* Password required
|
|
24
|
-
*/
|
|
25
|
-
PERMISSON_ERROR = 3,
|
|
26
|
-
/**
|
|
27
|
-
* Password is wrong.
|
|
28
|
-
*/
|
|
29
|
-
PASSWORD_ERROR = 4,
|
|
30
|
-
/**
|
|
31
|
-
* Memory region not available for the actual tag.
|
|
32
|
-
*/
|
|
33
|
-
REGION_NOT_FOUND_ERROR = 5,
|
|
34
|
-
/**
|
|
35
|
-
* Operation not supported by the actual tag.
|
|
36
|
-
*/
|
|
37
|
-
OP_NOT_POSSIBLE_ERROR = 6,
|
|
38
|
-
/**
|
|
39
|
-
* Addressed memory not available for the actual tag.
|
|
40
|
-
*/
|
|
41
|
-
OUT_OF_RANGE_ERROR = 7,
|
|
42
|
-
/**
|
|
43
|
-
* The operation cannot be executed because no tag
|
|
44
|
-
* or code was inside the range of the AutoID Device
|
|
45
|
-
* or the tag or code has been moved out of the
|
|
46
|
-
* range during execution.
|
|
47
|
-
*/
|
|
48
|
-
NO_IDENTIFIER = 8,
|
|
49
|
-
/**
|
|
50
|
-
* Multiple tags or codes have been selected, but
|
|
51
|
-
* the command can only be used with a single tag or
|
|
52
|
-
* code.
|
|
53
|
-
*/
|
|
54
|
-
MULTIPLE_IDENTIFIERS = 9,
|
|
55
|
-
/**
|
|
56
|
-
* The tag or code exists and has a valid format,
|
|
57
|
-
* but there was a problem reading the data (e.g.
|
|
58
|
-
* still CRC error after maximum number of retries).
|
|
59
|
-
*/
|
|
60
|
-
READ_ERROR = 10,
|
|
61
|
-
/**
|
|
62
|
-
* The (optical) code or plain text has too many
|
|
63
|
-
* failures and cannot be detected.
|
|
64
|
-
*/
|
|
65
|
-
DECODING_ERROR = 11,
|
|
66
|
-
/**
|
|
67
|
-
* The code doesn’t match the given target value.
|
|
68
|
-
*/
|
|
69
|
-
MATCH_ERROR = 12,
|
|
70
|
-
/**
|
|
71
|
-
* The code format is not supported by the AutoID
|
|
72
|
-
* Device.
|
|
73
|
-
*/
|
|
74
|
-
CODE_NOT_SUPPORTED = 13,
|
|
75
|
-
/**
|
|
76
|
-
* The tag exists, but there was a problem writing
|
|
77
|
-
* the data.
|
|
78
|
-
*/
|
|
79
|
-
WRITE_ERROR = 14,
|
|
80
|
-
/**
|
|
81
|
-
* The command or a parameter combination is not
|
|
82
|
-
* supported by the AutoID Device.
|
|
83
|
-
*/
|
|
84
|
-
NOT_SUPPORTED_BY_DEVICE = 15,
|
|
85
|
-
/**
|
|
86
|
-
* The command or a parameter combination is not
|
|
87
|
-
* supported by the tag.
|
|
88
|
-
*/
|
|
89
|
-
NOT_SUPPORTED_BY_TAG = 16,
|
|
90
|
-
/**
|
|
91
|
-
* The AutoID Device is in a state not ready to
|
|
92
|
-
* execute the command.
|
|
93
|
-
*/
|
|
94
|
-
DEVICE_NOT_READY = 17,
|
|
95
|
-
/**
|
|
96
|
-
* The AutoID Device configuration is not valid.
|
|
97
|
-
*/
|
|
98
|
-
INVALID_CONFIGURATION = 18,
|
|
99
|
-
/**
|
|
100
|
-
* This error indicates that there is a general
|
|
101
|
-
* error in the communication between the
|
|
102
|
-
* transponder and the reader.
|
|
103
|
-
*/
|
|
104
|
-
RF_COMMUNICATION_ERROR = 19,
|
|
105
|
-
/**
|
|
106
|
-
* The AutoID Device has a hardware fault.
|
|
107
|
-
*/
|
|
108
|
-
DEVICE_FAULT = 20,
|
|
109
|
-
/**
|
|
110
|
-
* The battery of the (active) tag is low.
|
|
111
|
-
*/
|
|
112
|
-
TAG_HAS_LOW_BATTERY = 21
|
|
113
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:AutoIdOperationStatusEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumAutoIdOperationStatus {
|
|
10
|
+
/**
|
|
11
|
+
* Successful operation
|
|
12
|
+
*/
|
|
13
|
+
SUCCESS = 0,
|
|
14
|
+
/**
|
|
15
|
+
* The operation has not be executed in total.
|
|
16
|
+
*/
|
|
17
|
+
MISC_ERROR_TOTAL = 1,
|
|
18
|
+
/**
|
|
19
|
+
* The operation has been executed only partial.
|
|
20
|
+
*/
|
|
21
|
+
MISC_ERROR_PARTIAL = 2,
|
|
22
|
+
/**
|
|
23
|
+
* Password required
|
|
24
|
+
*/
|
|
25
|
+
PERMISSON_ERROR = 3,
|
|
26
|
+
/**
|
|
27
|
+
* Password is wrong.
|
|
28
|
+
*/
|
|
29
|
+
PASSWORD_ERROR = 4,
|
|
30
|
+
/**
|
|
31
|
+
* Memory region not available for the actual tag.
|
|
32
|
+
*/
|
|
33
|
+
REGION_NOT_FOUND_ERROR = 5,
|
|
34
|
+
/**
|
|
35
|
+
* Operation not supported by the actual tag.
|
|
36
|
+
*/
|
|
37
|
+
OP_NOT_POSSIBLE_ERROR = 6,
|
|
38
|
+
/**
|
|
39
|
+
* Addressed memory not available for the actual tag.
|
|
40
|
+
*/
|
|
41
|
+
OUT_OF_RANGE_ERROR = 7,
|
|
42
|
+
/**
|
|
43
|
+
* The operation cannot be executed because no tag
|
|
44
|
+
* or code was inside the range of the AutoID Device
|
|
45
|
+
* or the tag or code has been moved out of the
|
|
46
|
+
* range during execution.
|
|
47
|
+
*/
|
|
48
|
+
NO_IDENTIFIER = 8,
|
|
49
|
+
/**
|
|
50
|
+
* Multiple tags or codes have been selected, but
|
|
51
|
+
* the command can only be used with a single tag or
|
|
52
|
+
* code.
|
|
53
|
+
*/
|
|
54
|
+
MULTIPLE_IDENTIFIERS = 9,
|
|
55
|
+
/**
|
|
56
|
+
* The tag or code exists and has a valid format,
|
|
57
|
+
* but there was a problem reading the data (e.g.
|
|
58
|
+
* still CRC error after maximum number of retries).
|
|
59
|
+
*/
|
|
60
|
+
READ_ERROR = 10,
|
|
61
|
+
/**
|
|
62
|
+
* The (optical) code or plain text has too many
|
|
63
|
+
* failures and cannot be detected.
|
|
64
|
+
*/
|
|
65
|
+
DECODING_ERROR = 11,
|
|
66
|
+
/**
|
|
67
|
+
* The code doesn’t match the given target value.
|
|
68
|
+
*/
|
|
69
|
+
MATCH_ERROR = 12,
|
|
70
|
+
/**
|
|
71
|
+
* The code format is not supported by the AutoID
|
|
72
|
+
* Device.
|
|
73
|
+
*/
|
|
74
|
+
CODE_NOT_SUPPORTED = 13,
|
|
75
|
+
/**
|
|
76
|
+
* The tag exists, but there was a problem writing
|
|
77
|
+
* the data.
|
|
78
|
+
*/
|
|
79
|
+
WRITE_ERROR = 14,
|
|
80
|
+
/**
|
|
81
|
+
* The command or a parameter combination is not
|
|
82
|
+
* supported by the AutoID Device.
|
|
83
|
+
*/
|
|
84
|
+
NOT_SUPPORTED_BY_DEVICE = 15,
|
|
85
|
+
/**
|
|
86
|
+
* The command or a parameter combination is not
|
|
87
|
+
* supported by the tag.
|
|
88
|
+
*/
|
|
89
|
+
NOT_SUPPORTED_BY_TAG = 16,
|
|
90
|
+
/**
|
|
91
|
+
* The AutoID Device is in a state not ready to
|
|
92
|
+
* execute the command.
|
|
93
|
+
*/
|
|
94
|
+
DEVICE_NOT_READY = 17,
|
|
95
|
+
/**
|
|
96
|
+
* The AutoID Device configuration is not valid.
|
|
97
|
+
*/
|
|
98
|
+
INVALID_CONFIGURATION = 18,
|
|
99
|
+
/**
|
|
100
|
+
* This error indicates that there is a general
|
|
101
|
+
* error in the communication between the
|
|
102
|
+
* transponder and the reader.
|
|
103
|
+
*/
|
|
104
|
+
RF_COMMUNICATION_ERROR = 19,
|
|
105
|
+
/**
|
|
106
|
+
* The AutoID Device has a hardware fault.
|
|
107
|
+
*/
|
|
108
|
+
DEVICE_FAULT = 20,
|
|
109
|
+
/**
|
|
110
|
+
* The battery of the (active) tag is low.
|
|
111
|
+
*/
|
|
112
|
+
TAG_HAS_LOW_BATTERY = 21
|
|
113
|
+
}
|
|
@@ -1,119 +1,119 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ----- this file has been automatically generated - do not edit
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.EnumAutoIdOperationStatus = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |3:AutoIdOperationStatusEnumeration |
|
|
11
|
-
* | isAbstract|false |
|
|
12
|
-
*/
|
|
13
|
-
var EnumAutoIdOperationStatus;
|
|
14
|
-
(function (EnumAutoIdOperationStatus) {
|
|
15
|
-
/**
|
|
16
|
-
* Successful operation
|
|
17
|
-
*/
|
|
18
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["SUCCESS"] = 0] = "SUCCESS";
|
|
19
|
-
/**
|
|
20
|
-
* The operation has not be executed in total.
|
|
21
|
-
*/
|
|
22
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MISC_ERROR_TOTAL"] = 1] = "MISC_ERROR_TOTAL";
|
|
23
|
-
/**
|
|
24
|
-
* The operation has been executed only partial.
|
|
25
|
-
*/
|
|
26
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MISC_ERROR_PARTIAL"] = 2] = "MISC_ERROR_PARTIAL";
|
|
27
|
-
/**
|
|
28
|
-
* Password required
|
|
29
|
-
*/
|
|
30
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["PERMISSON_ERROR"] = 3] = "PERMISSON_ERROR";
|
|
31
|
-
/**
|
|
32
|
-
* Password is wrong.
|
|
33
|
-
*/
|
|
34
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["PASSWORD_ERROR"] = 4] = "PASSWORD_ERROR";
|
|
35
|
-
/**
|
|
36
|
-
* Memory region not available for the actual tag.
|
|
37
|
-
*/
|
|
38
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["REGION_NOT_FOUND_ERROR"] = 5] = "REGION_NOT_FOUND_ERROR";
|
|
39
|
-
/**
|
|
40
|
-
* Operation not supported by the actual tag.
|
|
41
|
-
*/
|
|
42
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["OP_NOT_POSSIBLE_ERROR"] = 6] = "OP_NOT_POSSIBLE_ERROR";
|
|
43
|
-
/**
|
|
44
|
-
* Addressed memory not available for the actual tag.
|
|
45
|
-
*/
|
|
46
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["OUT_OF_RANGE_ERROR"] = 7] = "OUT_OF_RANGE_ERROR";
|
|
47
|
-
/**
|
|
48
|
-
* The operation cannot be executed because no tag
|
|
49
|
-
* or code was inside the range of the AutoID Device
|
|
50
|
-
* or the tag or code has been moved out of the
|
|
51
|
-
* range during execution.
|
|
52
|
-
*/
|
|
53
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["NO_IDENTIFIER"] = 8] = "NO_IDENTIFIER";
|
|
54
|
-
/**
|
|
55
|
-
* Multiple tags or codes have been selected, but
|
|
56
|
-
* the command can only be used with a single tag or
|
|
57
|
-
* code.
|
|
58
|
-
*/
|
|
59
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MULTIPLE_IDENTIFIERS"] = 9] = "MULTIPLE_IDENTIFIERS";
|
|
60
|
-
/**
|
|
61
|
-
* The tag or code exists and has a valid format,
|
|
62
|
-
* but there was a problem reading the data (e.g.
|
|
63
|
-
* still CRC error after maximum number of retries).
|
|
64
|
-
*/
|
|
65
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["READ_ERROR"] = 10] = "READ_ERROR";
|
|
66
|
-
/**
|
|
67
|
-
* The (optical) code or plain text has too many
|
|
68
|
-
* failures and cannot be detected.
|
|
69
|
-
*/
|
|
70
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["DECODING_ERROR"] = 11] = "DECODING_ERROR";
|
|
71
|
-
/**
|
|
72
|
-
* The code doesn’t match the given target value.
|
|
73
|
-
*/
|
|
74
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MATCH_ERROR"] = 12] = "MATCH_ERROR";
|
|
75
|
-
/**
|
|
76
|
-
* The code format is not supported by the AutoID
|
|
77
|
-
* Device.
|
|
78
|
-
*/
|
|
79
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["CODE_NOT_SUPPORTED"] = 13] = "CODE_NOT_SUPPORTED";
|
|
80
|
-
/**
|
|
81
|
-
* The tag exists, but there was a problem writing
|
|
82
|
-
* the data.
|
|
83
|
-
*/
|
|
84
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["WRITE_ERROR"] = 14] = "WRITE_ERROR";
|
|
85
|
-
/**
|
|
86
|
-
* The command or a parameter combination is not
|
|
87
|
-
* supported by the AutoID Device.
|
|
88
|
-
*/
|
|
89
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["NOT_SUPPORTED_BY_DEVICE"] = 15] = "NOT_SUPPORTED_BY_DEVICE";
|
|
90
|
-
/**
|
|
91
|
-
* The command or a parameter combination is not
|
|
92
|
-
* supported by the tag.
|
|
93
|
-
*/
|
|
94
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["NOT_SUPPORTED_BY_TAG"] = 16] = "NOT_SUPPORTED_BY_TAG";
|
|
95
|
-
/**
|
|
96
|
-
* The AutoID Device is in a state not ready to
|
|
97
|
-
* execute the command.
|
|
98
|
-
*/
|
|
99
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["DEVICE_NOT_READY"] = 17] = "DEVICE_NOT_READY";
|
|
100
|
-
/**
|
|
101
|
-
* The AutoID Device configuration is not valid.
|
|
102
|
-
*/
|
|
103
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["INVALID_CONFIGURATION"] = 18] = "INVALID_CONFIGURATION";
|
|
104
|
-
/**
|
|
105
|
-
* This error indicates that there is a general
|
|
106
|
-
* error in the communication between the
|
|
107
|
-
* transponder and the reader.
|
|
108
|
-
*/
|
|
109
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["RF_COMMUNICATION_ERROR"] = 19] = "RF_COMMUNICATION_ERROR";
|
|
110
|
-
/**
|
|
111
|
-
* The AutoID Device has a hardware fault.
|
|
112
|
-
*/
|
|
113
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["DEVICE_FAULT"] = 20] = "DEVICE_FAULT";
|
|
114
|
-
/**
|
|
115
|
-
* The battery of the (active) tag is low.
|
|
116
|
-
*/
|
|
117
|
-
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["TAG_HAS_LOW_BATTERY"] = 21] = "TAG_HAS_LOW_BATTERY";
|
|
118
|
-
})(EnumAutoIdOperationStatus = exports.EnumAutoIdOperationStatus || (exports.EnumAutoIdOperationStatus = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumAutoIdOperationStatus = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:AutoIdOperationStatusEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumAutoIdOperationStatus;
|
|
14
|
+
(function (EnumAutoIdOperationStatus) {
|
|
15
|
+
/**
|
|
16
|
+
* Successful operation
|
|
17
|
+
*/
|
|
18
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["SUCCESS"] = 0] = "SUCCESS";
|
|
19
|
+
/**
|
|
20
|
+
* The operation has not be executed in total.
|
|
21
|
+
*/
|
|
22
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MISC_ERROR_TOTAL"] = 1] = "MISC_ERROR_TOTAL";
|
|
23
|
+
/**
|
|
24
|
+
* The operation has been executed only partial.
|
|
25
|
+
*/
|
|
26
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MISC_ERROR_PARTIAL"] = 2] = "MISC_ERROR_PARTIAL";
|
|
27
|
+
/**
|
|
28
|
+
* Password required
|
|
29
|
+
*/
|
|
30
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["PERMISSON_ERROR"] = 3] = "PERMISSON_ERROR";
|
|
31
|
+
/**
|
|
32
|
+
* Password is wrong.
|
|
33
|
+
*/
|
|
34
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["PASSWORD_ERROR"] = 4] = "PASSWORD_ERROR";
|
|
35
|
+
/**
|
|
36
|
+
* Memory region not available for the actual tag.
|
|
37
|
+
*/
|
|
38
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["REGION_NOT_FOUND_ERROR"] = 5] = "REGION_NOT_FOUND_ERROR";
|
|
39
|
+
/**
|
|
40
|
+
* Operation not supported by the actual tag.
|
|
41
|
+
*/
|
|
42
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["OP_NOT_POSSIBLE_ERROR"] = 6] = "OP_NOT_POSSIBLE_ERROR";
|
|
43
|
+
/**
|
|
44
|
+
* Addressed memory not available for the actual tag.
|
|
45
|
+
*/
|
|
46
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["OUT_OF_RANGE_ERROR"] = 7] = "OUT_OF_RANGE_ERROR";
|
|
47
|
+
/**
|
|
48
|
+
* The operation cannot be executed because no tag
|
|
49
|
+
* or code was inside the range of the AutoID Device
|
|
50
|
+
* or the tag or code has been moved out of the
|
|
51
|
+
* range during execution.
|
|
52
|
+
*/
|
|
53
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["NO_IDENTIFIER"] = 8] = "NO_IDENTIFIER";
|
|
54
|
+
/**
|
|
55
|
+
* Multiple tags or codes have been selected, but
|
|
56
|
+
* the command can only be used with a single tag or
|
|
57
|
+
* code.
|
|
58
|
+
*/
|
|
59
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MULTIPLE_IDENTIFIERS"] = 9] = "MULTIPLE_IDENTIFIERS";
|
|
60
|
+
/**
|
|
61
|
+
* The tag or code exists and has a valid format,
|
|
62
|
+
* but there was a problem reading the data (e.g.
|
|
63
|
+
* still CRC error after maximum number of retries).
|
|
64
|
+
*/
|
|
65
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["READ_ERROR"] = 10] = "READ_ERROR";
|
|
66
|
+
/**
|
|
67
|
+
* The (optical) code or plain text has too many
|
|
68
|
+
* failures and cannot be detected.
|
|
69
|
+
*/
|
|
70
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["DECODING_ERROR"] = 11] = "DECODING_ERROR";
|
|
71
|
+
/**
|
|
72
|
+
* The code doesn’t match the given target value.
|
|
73
|
+
*/
|
|
74
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["MATCH_ERROR"] = 12] = "MATCH_ERROR";
|
|
75
|
+
/**
|
|
76
|
+
* The code format is not supported by the AutoID
|
|
77
|
+
* Device.
|
|
78
|
+
*/
|
|
79
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["CODE_NOT_SUPPORTED"] = 13] = "CODE_NOT_SUPPORTED";
|
|
80
|
+
/**
|
|
81
|
+
* The tag exists, but there was a problem writing
|
|
82
|
+
* the data.
|
|
83
|
+
*/
|
|
84
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["WRITE_ERROR"] = 14] = "WRITE_ERROR";
|
|
85
|
+
/**
|
|
86
|
+
* The command or a parameter combination is not
|
|
87
|
+
* supported by the AutoID Device.
|
|
88
|
+
*/
|
|
89
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["NOT_SUPPORTED_BY_DEVICE"] = 15] = "NOT_SUPPORTED_BY_DEVICE";
|
|
90
|
+
/**
|
|
91
|
+
* The command or a parameter combination is not
|
|
92
|
+
* supported by the tag.
|
|
93
|
+
*/
|
|
94
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["NOT_SUPPORTED_BY_TAG"] = 16] = "NOT_SUPPORTED_BY_TAG";
|
|
95
|
+
/**
|
|
96
|
+
* The AutoID Device is in a state not ready to
|
|
97
|
+
* execute the command.
|
|
98
|
+
*/
|
|
99
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["DEVICE_NOT_READY"] = 17] = "DEVICE_NOT_READY";
|
|
100
|
+
/**
|
|
101
|
+
* The AutoID Device configuration is not valid.
|
|
102
|
+
*/
|
|
103
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["INVALID_CONFIGURATION"] = 18] = "INVALID_CONFIGURATION";
|
|
104
|
+
/**
|
|
105
|
+
* This error indicates that there is a general
|
|
106
|
+
* error in the communication between the
|
|
107
|
+
* transponder and the reader.
|
|
108
|
+
*/
|
|
109
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["RF_COMMUNICATION_ERROR"] = 19] = "RF_COMMUNICATION_ERROR";
|
|
110
|
+
/**
|
|
111
|
+
* The AutoID Device has a hardware fault.
|
|
112
|
+
*/
|
|
113
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["DEVICE_FAULT"] = 20] = "DEVICE_FAULT";
|
|
114
|
+
/**
|
|
115
|
+
* The battery of the (active) tag is low.
|
|
116
|
+
*/
|
|
117
|
+
EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["TAG_HAS_LOW_BATTERY"] = 21] = "TAG_HAS_LOW_BATTERY";
|
|
118
|
+
})(EnumAutoIdOperationStatus = exports.EnumAutoIdOperationStatus || (exports.EnumAutoIdOperationStatus = {}));
|
|
119
119
|
//# sourceMappingURL=enum_auto_id_operation_status.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | | |
|
|
3
|
-
* |-----------|--------------------------------------------------|
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
-
* | nodeClass |DataType |
|
|
6
|
-
* | name |3:DeviceStatusEnumeration |
|
|
7
|
-
* | isAbstract|false |
|
|
8
|
-
*/
|
|
9
|
-
export declare enum EnumDeviceStatus {
|
|
10
|
-
Idle = 0,
|
|
11
|
-
Error = 1,
|
|
12
|
-
Scanning = 2,
|
|
13
|
-
Busy = 3
|
|
14
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:DeviceStatusEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumDeviceStatus {
|
|
10
|
+
Idle = 0,
|
|
11
|
+
Error = 1,
|
|
12
|
+
Scanning = 2,
|
|
13
|
+
Busy = 3
|
|
14
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ----- this file has been automatically generated - do not edit
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.EnumDeviceStatus = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |3:DeviceStatusEnumeration |
|
|
11
|
-
* | isAbstract|false |
|
|
12
|
-
*/
|
|
13
|
-
var EnumDeviceStatus;
|
|
14
|
-
(function (EnumDeviceStatus) {
|
|
15
|
-
EnumDeviceStatus[EnumDeviceStatus["Idle"] = 0] = "Idle";
|
|
16
|
-
EnumDeviceStatus[EnumDeviceStatus["Error"] = 1] = "Error";
|
|
17
|
-
EnumDeviceStatus[EnumDeviceStatus["Scanning"] = 2] = "Scanning";
|
|
18
|
-
EnumDeviceStatus[EnumDeviceStatus["Busy"] = 3] = "Busy";
|
|
19
|
-
})(EnumDeviceStatus = exports.EnumDeviceStatus || (exports.EnumDeviceStatus = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumDeviceStatus = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:DeviceStatusEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumDeviceStatus;
|
|
14
|
+
(function (EnumDeviceStatus) {
|
|
15
|
+
EnumDeviceStatus[EnumDeviceStatus["Idle"] = 0] = "Idle";
|
|
16
|
+
EnumDeviceStatus[EnumDeviceStatus["Error"] = 1] = "Error";
|
|
17
|
+
EnumDeviceStatus[EnumDeviceStatus["Scanning"] = 2] = "Scanning";
|
|
18
|
+
EnumDeviceStatus[EnumDeviceStatus["Busy"] = 3] = "Busy";
|
|
19
|
+
})(EnumDeviceStatus = exports.EnumDeviceStatus || (exports.EnumDeviceStatus = {}));
|
|
20
20
|
//# sourceMappingURL=enum_device_status.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | | |
|
|
3
|
-
* |-----------|--------------------------------------------------|
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
-
* | nodeClass |DataType |
|
|
6
|
-
* | name |3:LocationTypeEnumeration |
|
|
7
|
-
* | isAbstract|false |
|
|
8
|
-
*/
|
|
9
|
-
export declare enum EnumLocationType {
|
|
10
|
-
NMEA = 0,
|
|
11
|
-
LOCAL = 1,
|
|
12
|
-
WGS84 = 2,
|
|
13
|
-
NAME = 3
|
|
14
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:LocationTypeEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumLocationType {
|
|
10
|
+
NMEA = 0,
|
|
11
|
+
LOCAL = 1,
|
|
12
|
+
WGS84 = 2,
|
|
13
|
+
NAME = 3
|
|
14
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ----- this file has been automatically generated - do not edit
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.EnumLocationType = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |3:LocationTypeEnumeration |
|
|
11
|
-
* | isAbstract|false |
|
|
12
|
-
*/
|
|
13
|
-
var EnumLocationType;
|
|
14
|
-
(function (EnumLocationType) {
|
|
15
|
-
EnumLocationType[EnumLocationType["NMEA"] = 0] = "NMEA";
|
|
16
|
-
EnumLocationType[EnumLocationType["LOCAL"] = 1] = "LOCAL";
|
|
17
|
-
EnumLocationType[EnumLocationType["WGS84"] = 2] = "WGS84";
|
|
18
|
-
EnumLocationType[EnumLocationType["NAME"] = 3] = "NAME";
|
|
19
|
-
})(EnumLocationType = exports.EnumLocationType || (exports.EnumLocationType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumLocationType = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:LocationTypeEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumLocationType;
|
|
14
|
+
(function (EnumLocationType) {
|
|
15
|
+
EnumLocationType[EnumLocationType["NMEA"] = 0] = "NMEA";
|
|
16
|
+
EnumLocationType[EnumLocationType["LOCAL"] = 1] = "LOCAL";
|
|
17
|
+
EnumLocationType[EnumLocationType["WGS84"] = 2] = "WGS84";
|
|
18
|
+
EnumLocationType[EnumLocationType["NAME"] = 3] = "NAME";
|
|
19
|
+
})(EnumLocationType = exports.EnumLocationType || (exports.EnumLocationType = {}));
|
|
20
20
|
//# sourceMappingURL=enum_location_type.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | | |
|
|
3
|
-
* |-----------|--------------------------------------------------|
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
-
* | nodeClass |DataType |
|
|
6
|
-
* | name |3:RfidLockOperationEnumeration |
|
|
7
|
-
* | isAbstract|false |
|
|
8
|
-
*/
|
|
9
|
-
export declare enum EnumRfidLockOperation {
|
|
10
|
-
Lock = 0,
|
|
11
|
-
Unlock = 1,
|
|
12
|
-
PermanentLock = 2,
|
|
13
|
-
PermanentUnlock = 3
|
|
14
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:RfidLockOperationEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumRfidLockOperation {
|
|
10
|
+
Lock = 0,
|
|
11
|
+
Unlock = 1,
|
|
12
|
+
PermanentLock = 2,
|
|
13
|
+
PermanentUnlock = 3
|
|
14
|
+
}
|