node-opcua-nodeset-auto-id 2.100.0 → 2.103.0
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 +6 -6
- package/dist/dt_antenna_name_id_pair.d.ts +6 -6
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +6 -6
- package/dist/dt_local_coordinate.d.ts +6 -6
- package/dist/dt_location.d.ts +6 -6
- package/dist/dt_ocr_scan_result.d.ts +6 -6
- package/dist/dt_optical_scan_result.d.ts +6 -6
- package/dist/dt_optical_verifier_scan_result.d.ts +6 -6
- package/dist/dt_position.d.ts +6 -6
- package/dist/dt_rfid_access_result.d.ts +6 -6
- package/dist/dt_rfid_scan_result.d.ts +6 -6
- package/dist/dt_rfid_sighting.d.ts +6 -6
- package/dist/dt_rotation.d.ts +6 -6
- package/dist/dt_rtls_location_result.d.ts +6 -6
- package/dist/dt_scan_data.d.ts +6 -6
- package/dist/dt_scan_data_epc.d.ts +6 -6
- package/dist/dt_scan_result.d.ts +6 -6
- package/dist/dt_scan_settings.d.ts +6 -6
- package/dist/dt_wgs_84_coordinate.d.ts +6 -6
- package/dist/enum_auto_id_operation_status.d.ts +6 -6
- package/dist/enum_auto_id_operation_status.js +6 -6
- package/dist/enum_device_status.d.ts +6 -6
- package/dist/enum_device_status.js +6 -6
- package/dist/enum_location_type.d.ts +6 -6
- package/dist/enum_location_type.js +6 -6
- package/dist/enum_rfid_lock_operation.d.ts +6 -6
- package/dist/enum_rfid_lock_operation.js +6 -6
- package/dist/enum_rfid_lock_region.d.ts +6 -6
- package/dist/enum_rfid_lock_region.js +6 -6
- package/dist/enum_rfid_password_type.d.ts +6 -6
- package/dist/enum_rfid_password_type.js +6 -6
- package/dist/ua_auto_id_access_event.d.ts +6 -6
- package/dist/ua_auto_id_device.d.ts +6 -6
- package/dist/ua_auto_id_diagnostics_event.d.ts +6 -6
- package/dist/ua_auto_id_log_entry_event.d.ts +6 -6
- package/dist/ua_auto_id_presence_event.d.ts +6 -6
- package/dist/ua_auto_id_scan_event.d.ts +6 -6
- package/dist/ua_location_variable.d.ts +8 -8
- package/dist/ua_ocr_reader_device.d.ts +6 -6
- package/dist/ua_ocr_scan_event.d.ts +6 -6
- package/dist/ua_optical_reader_device.d.ts +6 -6
- package/dist/ua_optical_scan_event.d.ts +6 -6
- package/dist/ua_optical_verifier_device.d.ts +6 -6
- package/dist/ua_optical_verifier_scan_event.d.ts +6 -6
- package/dist/ua_rfid_access_event.d.ts +6 -6
- package/dist/ua_rfid_reader_device.d.ts +6 -6
- package/dist/ua_rfid_scan_event.d.ts +6 -6
- package/dist/ua_rtls_device.d.ts +6 -6
- package/dist/ua_rtls_location_event.d.ts +6 -6
- package/package.json +8 -8
- package/source/dt_access_result.ts +6 -6
- package/source/dt_antenna_name_id_pair.ts +6 -6
- package/source/dt_dhcp_geo_conf_coordinate.ts +6 -6
- package/source/dt_local_coordinate.ts +6 -6
- package/source/dt_location.ts +6 -6
- package/source/dt_ocr_scan_result.ts +6 -6
- package/source/dt_optical_scan_result.ts +6 -6
- package/source/dt_optical_verifier_scan_result.ts +6 -6
- package/source/dt_position.ts +6 -6
- package/source/dt_rfid_access_result.ts +6 -6
- package/source/dt_rfid_scan_result.ts +6 -6
- package/source/dt_rfid_sighting.ts +6 -6
- package/source/dt_rotation.ts +6 -6
- package/source/dt_rtls_location_result.ts +6 -6
- package/source/dt_scan_data.ts +6 -6
- package/source/dt_scan_data_epc.ts +6 -6
- package/source/dt_scan_result.ts +6 -6
- package/source/dt_scan_settings.ts +6 -6
- package/source/dt_wgs_84_coordinate.ts +6 -6
- package/source/enum_auto_id_operation_status.ts +6 -6
- package/source/enum_device_status.ts +6 -6
- package/source/enum_location_type.ts +6 -6
- package/source/enum_rfid_lock_operation.ts +6 -6
- package/source/enum_rfid_lock_region.ts +6 -6
- package/source/enum_rfid_password_type.ts +6 -6
- package/source/ua_auto_id_access_event.ts +6 -6
- package/source/ua_auto_id_device.ts +6 -6
- package/source/ua_auto_id_diagnostics_event.ts +6 -6
- package/source/ua_auto_id_log_entry_event.ts +6 -6
- package/source/ua_auto_id_presence_event.ts +6 -6
- package/source/ua_auto_id_scan_event.ts +6 -6
- package/source/ua_location_variable.ts +8 -8
- package/source/ua_ocr_reader_device.ts +6 -6
- package/source/ua_ocr_scan_event.ts +6 -6
- package/source/ua_optical_reader_device.ts +6 -6
- package/source/ua_optical_scan_event.ts +6 -6
- package/source/ua_optical_verifier_device.ts +6 -6
- package/source/ua_optical_verifier_scan_event.ts +6 -6
- package/source/ua_rfid_access_event.ts +6 -6
- package/source/ua_rfid_reader_device.ts +6 -6
- package/source/ua_rfid_scan_event.ts +6 -6
- package/source/ua_rtls_device.ts +6 -6
- package/source/ua_rtls_location_event.ts +6 -6
|
@@ -5,12 +5,12 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
5
5
|
/**
|
|
6
6
|
* Result values of an AutoID Identifier access.
|
|
7
7
|
*
|
|
8
|
-
* | |
|
|
9
|
-
*
|
|
10
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
11
|
-
* | nodeClass |DataType
|
|
12
|
-
* | name |3:AccessResult
|
|
13
|
-
* | isAbstract|false
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|------------------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:AccessResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTAccessResult extends DTStructure {
|
|
16
16
|
/** Defines the format of Identifier as string.*/
|
|
@@ -2,12 +2,12 @@ import { Int32, UAString } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |3:AntennaNameIdPair
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:AntennaNameIdPair |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTAntennaNameIdPair extends DTStructure {
|
|
13
13
|
antennaId: Int32;
|
|
@@ -2,12 +2,12 @@ import { Int32, Int16, Byte } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |3:DhcpGeoConfCoordinate
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:DhcpGeoConfCoordinate |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTDhcpGeoConfCoordinate extends DTStructure {
|
|
13
13
|
laRes: Byte;
|
|
@@ -2,12 +2,12 @@ import { Int32 } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |3:LocalCoordinate
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:LocalCoordinate |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTLocalCoordinate extends DTStructure {
|
|
13
13
|
x: number;
|
package/dist/dt_location.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
|
|
|
3
3
|
import { DTLocalCoordinate } from "./dt_local_coordinate";
|
|
4
4
|
import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:Location
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:Location |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTLocation_0 extends DTUnion {
|
|
14
14
|
NMEA: UAString;
|
|
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
6
6
|
import { DTLocation } from "./dt_location";
|
|
7
7
|
import { DTPosition } from "./dt_position";
|
|
8
8
|
/**
|
|
9
|
-
* | |
|
|
10
|
-
*
|
|
11
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
12
|
-
* | nodeClass |DataType
|
|
13
|
-
* | name |3:OcrScanResult
|
|
14
|
-
* | isAbstract|false
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|------------------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:OcrScanResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTOcrScanResult extends DTScanResult {
|
|
17
17
|
/** Defines the format of the ScanData as string.*/
|
|
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
6
6
|
import { DTLocation } from "./dt_location";
|
|
7
7
|
import { DTPosition } from "./dt_position";
|
|
8
8
|
/**
|
|
9
|
-
* | |
|
|
10
|
-
*
|
|
11
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
12
|
-
* | nodeClass |DataType
|
|
13
|
-
* | name |3:OpticalScanResult
|
|
14
|
-
* | isAbstract|false
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|------------------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:OpticalScanResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTOpticalScanResult extends DTScanResult {
|
|
17
17
|
/** Defines the format of the ScanData as string.*/
|
|
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
6
6
|
import { DTLocation } from "./dt_location";
|
|
7
7
|
import { DTPosition } from "./dt_position";
|
|
8
8
|
/**
|
|
9
|
-
* | |
|
|
10
|
-
*
|
|
11
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
12
|
-
* | nodeClass |DataType
|
|
13
|
-
* | name |3:OpticalVerifierScanResult
|
|
14
|
-
* | isAbstract|false
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|------------------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:OpticalVerifierScanResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
|
|
17
17
|
/** Defines the format of the ScanData as string.*/
|
package/dist/dt_position.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { Int32 } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |3:Position
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:Position |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTPosition extends DTStructure {
|
|
13
13
|
positionX: Int32;
|
|
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
6
6
|
* Additional result values of an Rfid Transponder
|
|
7
7
|
* access.
|
|
8
8
|
*
|
|
9
|
-
* | |
|
|
10
|
-
*
|
|
11
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
12
|
-
* | nodeClass |DataType
|
|
13
|
-
* | name |3:RfidAccessResult
|
|
14
|
-
* | isAbstract|false
|
|
9
|
+
* | | |
|
|
10
|
+
* |-----------|------------------------------------------------------------|
|
|
11
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* | nodeClass |DataType |
|
|
13
|
+
* | name |3:RfidAccessResult |
|
|
14
|
+
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTRfidAccessResult extends DTAccessResult {
|
|
17
17
|
/** Defines the format of Identifier as string.*/
|
|
@@ -5,12 +5,12 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
5
5
|
import { DTLocation } from "./dt_location";
|
|
6
6
|
import { DTRfidSighting } from "./dt_rfid_sighting";
|
|
7
7
|
/**
|
|
8
|
-
* | |
|
|
9
|
-
*
|
|
10
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
11
|
-
* | nodeClass |DataType
|
|
12
|
-
* | name |3:RfidScanResult
|
|
13
|
-
* | isAbstract|false
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|------------------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:RfidScanResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTRfidScanResult extends DTScanResult {
|
|
16
16
|
/** Defines the format of the ScanData as string.*/
|
|
@@ -2,12 +2,12 @@ import { Int32 } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |3:RfidSighting
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:RfidSighting |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTRfidSighting extends DTStructure {
|
|
13
13
|
/** Returns the number of the antenna which detects the RFID tag first.*/
|
package/dist/dt_rotation.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
2
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
7
|
-
* | nodeClass |DataType
|
|
8
|
-
* | name |3:Rotation
|
|
9
|
-
* | isAbstract|false
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|------------------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:Rotation |
|
|
9
|
+
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export interface DTRotation extends DTStructure {
|
|
12
12
|
yaw: number;
|
|
@@ -5,12 +5,12 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
5
5
|
import { DTLocation } from "./dt_location";
|
|
6
6
|
import { DTRotation } from "./dt_rotation";
|
|
7
7
|
/**
|
|
8
|
-
* | |
|
|
9
|
-
*
|
|
10
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
11
|
-
* | nodeClass |DataType
|
|
12
|
-
* | name |3:RtlsLocationResult
|
|
13
|
-
* | isAbstract|false
|
|
8
|
+
* | | |
|
|
9
|
+
* |-----------|------------------------------------------------------------|
|
|
10
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* | nodeClass |DataType |
|
|
12
|
+
* | name |3:RtlsLocationResult |
|
|
13
|
+
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTRtlsLocationResult extends DTScanResult {
|
|
16
16
|
/** Defines the format of the ScanData as string.*/
|
package/dist/dt_scan_data.d.ts
CHANGED
|
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
4
4
|
import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
|
|
5
5
|
import { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
10
|
-
* | nodeClass |DataType
|
|
11
|
-
* | name |3:ScanData
|
|
12
|
-
* | isAbstract|false
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|------------------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:ScanData |
|
|
12
|
+
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTScanData_0 extends DTUnion {
|
|
15
15
|
byteString: Buffer;
|
|
@@ -3,12 +3,12 @@ import { UInt16 } from "node-opcua-basic-types";
|
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
4
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:ScanDataEpc
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:ScanDataEpc |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTScanDataEpc extends DTStructure {
|
|
14
14
|
PC: UInt16;
|
package/dist/dt_scan_result.d.ts
CHANGED
|
@@ -4,12 +4,12 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
4
4
|
import { DTScanData } from "./dt_scan_data";
|
|
5
5
|
import { DTLocation } from "./dt_location";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
10
|
-
* | nodeClass |DataType
|
|
11
|
-
* | name |3:ScanResult
|
|
12
|
-
* | isAbstract|true
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|------------------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:ScanResult |
|
|
12
|
+
* | isAbstract|true |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTScanResult extends DTStructure {
|
|
15
15
|
/** Defines the format of the ScanData as string.*/
|
|
@@ -3,12 +3,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
|
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
import { EnumLocationType } from "./enum_location_type";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:ScanSettings
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:ScanSettings |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTScanSettings extends DTStructure {
|
|
14
14
|
duration: number;
|
|
@@ -2,12 +2,12 @@ import { Int32, UAString } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |3:WGS84Coordinate
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:WGS84Coordinate |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTWGS84Coordinate extends DTStructure {
|
|
13
13
|
"n/S_Hemisphere": UAString;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |3:AutoIdOperationStatusEnumeration
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:AutoIdOperationStatusEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumAutoIdOperationStatus {
|
|
10
10
|
/**
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumAutoIdOperationStatus = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:AutoIdOperationStatusEnumeration
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:AutoIdOperationStatusEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumAutoIdOperationStatus;
|
|
14
14
|
(function (EnumAutoIdOperationStatus) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |3:DeviceStatusEnumeration
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:DeviceStatusEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumDeviceStatus {
|
|
10
10
|
Idle = 0,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumDeviceStatus = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:DeviceStatusEnumeration
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:DeviceStatusEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumDeviceStatus;
|
|
14
14
|
(function (EnumDeviceStatus) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |3:LocationTypeEnumeration
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:LocationTypeEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumLocationType {
|
|
10
10
|
NMEA = 0,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumLocationType = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:LocationTypeEnumeration
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:LocationTypeEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumLocationType;
|
|
14
14
|
(function (EnumLocationType) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |3:RfidLockOperationEnumeration
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:RfidLockOperationEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumRfidLockOperation {
|
|
10
10
|
Lock = 0,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumRfidLockOperation = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:RfidLockOperationEnumeration
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:RfidLockOperationEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumRfidLockOperation;
|
|
14
14
|
(function (EnumRfidLockOperation) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |3:RfidLockRegionEnumeration
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:RfidLockRegionEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumRfidLockRegion {
|
|
10
10
|
Kill = 0,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumRfidLockRegion = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |3:RfidLockRegionEnumeration
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:RfidLockRegionEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumRfidLockRegion;
|
|
14
14
|
(function (EnumRfidLockRegion) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |3:RfidPasswordTypeEnumeration
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:RfidPasswordTypeEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumRfidPasswordType {
|
|
10
10
|
Access = 0,
|