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.
Files changed (93) hide show
  1. package/dist/dt_access_result.d.ts +6 -6
  2. package/dist/dt_antenna_name_id_pair.d.ts +6 -6
  3. package/dist/dt_dhcp_geo_conf_coordinate.d.ts +6 -6
  4. package/dist/dt_local_coordinate.d.ts +6 -6
  5. package/dist/dt_location.d.ts +6 -6
  6. package/dist/dt_ocr_scan_result.d.ts +6 -6
  7. package/dist/dt_optical_scan_result.d.ts +6 -6
  8. package/dist/dt_optical_verifier_scan_result.d.ts +6 -6
  9. package/dist/dt_position.d.ts +6 -6
  10. package/dist/dt_rfid_access_result.d.ts +6 -6
  11. package/dist/dt_rfid_scan_result.d.ts +6 -6
  12. package/dist/dt_rfid_sighting.d.ts +6 -6
  13. package/dist/dt_rotation.d.ts +6 -6
  14. package/dist/dt_rtls_location_result.d.ts +6 -6
  15. package/dist/dt_scan_data.d.ts +6 -6
  16. package/dist/dt_scan_data_epc.d.ts +6 -6
  17. package/dist/dt_scan_result.d.ts +6 -6
  18. package/dist/dt_scan_settings.d.ts +6 -6
  19. package/dist/dt_wgs_84_coordinate.d.ts +6 -6
  20. package/dist/enum_auto_id_operation_status.d.ts +6 -6
  21. package/dist/enum_auto_id_operation_status.js +6 -6
  22. package/dist/enum_device_status.d.ts +6 -6
  23. package/dist/enum_device_status.js +6 -6
  24. package/dist/enum_location_type.d.ts +6 -6
  25. package/dist/enum_location_type.js +6 -6
  26. package/dist/enum_rfid_lock_operation.d.ts +6 -6
  27. package/dist/enum_rfid_lock_operation.js +6 -6
  28. package/dist/enum_rfid_lock_region.d.ts +6 -6
  29. package/dist/enum_rfid_lock_region.js +6 -6
  30. package/dist/enum_rfid_password_type.d.ts +6 -6
  31. package/dist/enum_rfid_password_type.js +6 -6
  32. package/dist/ua_auto_id_access_event.d.ts +6 -6
  33. package/dist/ua_auto_id_device.d.ts +6 -6
  34. package/dist/ua_auto_id_diagnostics_event.d.ts +6 -6
  35. package/dist/ua_auto_id_log_entry_event.d.ts +6 -6
  36. package/dist/ua_auto_id_presence_event.d.ts +6 -6
  37. package/dist/ua_auto_id_scan_event.d.ts +6 -6
  38. package/dist/ua_location_variable.d.ts +8 -8
  39. package/dist/ua_ocr_reader_device.d.ts +6 -6
  40. package/dist/ua_ocr_scan_event.d.ts +6 -6
  41. package/dist/ua_optical_reader_device.d.ts +6 -6
  42. package/dist/ua_optical_scan_event.d.ts +6 -6
  43. package/dist/ua_optical_verifier_device.d.ts +6 -6
  44. package/dist/ua_optical_verifier_scan_event.d.ts +6 -6
  45. package/dist/ua_rfid_access_event.d.ts +6 -6
  46. package/dist/ua_rfid_reader_device.d.ts +6 -6
  47. package/dist/ua_rfid_scan_event.d.ts +6 -6
  48. package/dist/ua_rtls_device.d.ts +6 -6
  49. package/dist/ua_rtls_location_event.d.ts +6 -6
  50. package/package.json +8 -8
  51. package/source/dt_access_result.ts +6 -6
  52. package/source/dt_antenna_name_id_pair.ts +6 -6
  53. package/source/dt_dhcp_geo_conf_coordinate.ts +6 -6
  54. package/source/dt_local_coordinate.ts +6 -6
  55. package/source/dt_location.ts +6 -6
  56. package/source/dt_ocr_scan_result.ts +6 -6
  57. package/source/dt_optical_scan_result.ts +6 -6
  58. package/source/dt_optical_verifier_scan_result.ts +6 -6
  59. package/source/dt_position.ts +6 -6
  60. package/source/dt_rfid_access_result.ts +6 -6
  61. package/source/dt_rfid_scan_result.ts +6 -6
  62. package/source/dt_rfid_sighting.ts +6 -6
  63. package/source/dt_rotation.ts +6 -6
  64. package/source/dt_rtls_location_result.ts +6 -6
  65. package/source/dt_scan_data.ts +6 -6
  66. package/source/dt_scan_data_epc.ts +6 -6
  67. package/source/dt_scan_result.ts +6 -6
  68. package/source/dt_scan_settings.ts +6 -6
  69. package/source/dt_wgs_84_coordinate.ts +6 -6
  70. package/source/enum_auto_id_operation_status.ts +6 -6
  71. package/source/enum_device_status.ts +6 -6
  72. package/source/enum_location_type.ts +6 -6
  73. package/source/enum_rfid_lock_operation.ts +6 -6
  74. package/source/enum_rfid_lock_region.ts +6 -6
  75. package/source/enum_rfid_password_type.ts +6 -6
  76. package/source/ua_auto_id_access_event.ts +6 -6
  77. package/source/ua_auto_id_device.ts +6 -6
  78. package/source/ua_auto_id_diagnostics_event.ts +6 -6
  79. package/source/ua_auto_id_log_entry_event.ts +6 -6
  80. package/source/ua_auto_id_presence_event.ts +6 -6
  81. package/source/ua_auto_id_scan_event.ts +6 -6
  82. package/source/ua_location_variable.ts +8 -8
  83. package/source/ua_ocr_reader_device.ts +6 -6
  84. package/source/ua_ocr_scan_event.ts +6 -6
  85. package/source/ua_optical_reader_device.ts +6 -6
  86. package/source/ua_optical_scan_event.ts +6 -6
  87. package/source/ua_optical_verifier_device.ts +6 -6
  88. package/source/ua_optical_verifier_scan_event.ts +6 -6
  89. package/source/ua_rfid_access_event.ts +6 -6
  90. package/source/ua_rfid_reader_device.ts +6 -6
  91. package/source/ua_rfid_scan_event.ts +6 -6
  92. package/source/ua_rtls_device.ts +6 -6
  93. 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;
@@ -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.*/
@@ -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.*/
@@ -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.*/
@@ -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;
@@ -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,