node-opcua-types 2.132.0 → 2.134.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/_generated_opcua_types.js +1 -1
- package/package.json +14 -14
- package/source/_generated_opcua_types.ts +1008 -1008
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// --------- This code has been automatically generated !!! 2024-
|
|
1
|
+
// --------- This code has been automatically generated !!! 2024-11-10T18:15:02.076Z
|
|
2
2
|
/**
|
|
3
3
|
* @module node-opcua-types
|
|
4
4
|
*/
|
|
@@ -120,9 +120,9 @@ export interface EUInformationOptions {
|
|
|
120
120
|
export class EUInformation extends ExtensionObject {
|
|
121
121
|
public static get schema(): IStructuredTypeSchema { return schemaEUInformation; }
|
|
122
122
|
public static possibleFields: string[] = [
|
|
123
|
-
"namespaceUri",
|
|
124
|
-
"unitId",
|
|
125
|
-
"displayName",
|
|
123
|
+
"namespaceUri",
|
|
124
|
+
"unitId",
|
|
125
|
+
"displayName",
|
|
126
126
|
"description"
|
|
127
127
|
];
|
|
128
128
|
public static dataTypeNodeId = makeExpandedNodeId(887, 0);
|
|
@@ -203,7 +203,7 @@ export interface RangeOptions {
|
|
|
203
203
|
export class Range extends ExtensionObject {
|
|
204
204
|
public static get schema(): IStructuredTypeSchema { return schemaRange; }
|
|
205
205
|
public static possibleFields: string[] = [
|
|
206
|
-
"low",
|
|
206
|
+
"low",
|
|
207
207
|
"high"
|
|
208
208
|
];
|
|
209
209
|
public static dataTypeNodeId = makeExpandedNodeId(884, 0);
|
|
@@ -318,10 +318,10 @@ export interface AxisInformationOptions {
|
|
|
318
318
|
export class AxisInformation extends ExtensionObject {
|
|
319
319
|
public static get schema(): IStructuredTypeSchema { return schemaAxisInformation; }
|
|
320
320
|
public static possibleFields: string[] = [
|
|
321
|
-
"engineeringUnits",
|
|
322
|
-
"euRange",
|
|
323
|
-
"title",
|
|
324
|
-
"axisScaleType",
|
|
321
|
+
"engineeringUnits",
|
|
322
|
+
"euRange",
|
|
323
|
+
"title",
|
|
324
|
+
"axisScaleType",
|
|
325
325
|
"axisSteps"
|
|
326
326
|
];
|
|
327
327
|
public static dataTypeNodeId = makeExpandedNodeId(12079, 0);
|
|
@@ -479,9 +479,9 @@ export interface SimpleAttributeOperandOptions extends FilterOperandOptions {
|
|
|
479
479
|
export class SimpleAttributeOperand extends FilterOperand {
|
|
480
480
|
public static get schema(): IStructuredTypeSchema { return schemaSimpleAttributeOperand; }
|
|
481
481
|
public static possibleFields: string[] = [
|
|
482
|
-
"typeDefinitionId",
|
|
483
|
-
"browsePath",
|
|
484
|
-
"attributeId",
|
|
482
|
+
"typeDefinitionId",
|
|
483
|
+
"browsePath",
|
|
484
|
+
"attributeId",
|
|
485
485
|
"indexRange"
|
|
486
486
|
];
|
|
487
487
|
public static dataTypeNodeId = makeExpandedNodeId(601, 0);
|
|
@@ -592,12 +592,12 @@ export interface RequestHeaderOptions {
|
|
|
592
592
|
export class RequestHeader extends ExtensionObject {
|
|
593
593
|
public static get schema(): IStructuredTypeSchema { return schemaRequestHeader; }
|
|
594
594
|
public static possibleFields: string[] = [
|
|
595
|
-
"authenticationToken",
|
|
596
|
-
"timestamp",
|
|
597
|
-
"requestHandle",
|
|
598
|
-
"returnDiagnostics",
|
|
599
|
-
"auditEntryId",
|
|
600
|
-
"timeoutHint",
|
|
595
|
+
"authenticationToken",
|
|
596
|
+
"timestamp",
|
|
597
|
+
"requestHandle",
|
|
598
|
+
"returnDiagnostics",
|
|
599
|
+
"auditEntryId",
|
|
600
|
+
"timeoutHint",
|
|
601
601
|
"additionalHeader"
|
|
602
602
|
];
|
|
603
603
|
public static dataTypeNodeId = makeExpandedNodeId(389, 0);
|
|
@@ -693,7 +693,7 @@ export interface SignatureDataOptions {
|
|
|
693
693
|
export class SignatureData extends ExtensionObject {
|
|
694
694
|
public static get schema(): IStructuredTypeSchema { return schemaSignatureData; }
|
|
695
695
|
public static possibleFields: string[] = [
|
|
696
|
-
"algorithm",
|
|
696
|
+
"algorithm",
|
|
697
697
|
"signature"
|
|
698
698
|
];
|
|
699
699
|
public static dataTypeNodeId = makeExpandedNodeId(456, 0);
|
|
@@ -764,7 +764,7 @@ export interface SignedSoftwareCertificateOptions {
|
|
|
764
764
|
export class SignedSoftwareCertificate extends ExtensionObject {
|
|
765
765
|
public static get schema(): IStructuredTypeSchema { return schemaSignedSoftwareCertificate; }
|
|
766
766
|
public static possibleFields: string[] = [
|
|
767
|
-
"certificateData",
|
|
767
|
+
"certificateData",
|
|
768
768
|
"signature"
|
|
769
769
|
];
|
|
770
770
|
public static dataTypeNodeId = makeExpandedNodeId(344, 0);
|
|
@@ -861,11 +861,11 @@ export interface ActivateSessionRequestOptions {
|
|
|
861
861
|
export class ActivateSessionRequest extends ExtensionObject {
|
|
862
862
|
public static get schema(): IStructuredTypeSchema { return schemaActivateSessionRequest; }
|
|
863
863
|
public static possibleFields: string[] = [
|
|
864
|
-
"requestHeader",
|
|
865
|
-
"clientSignature",
|
|
866
|
-
"clientSoftwareCertificates",
|
|
867
|
-
"localeIds",
|
|
868
|
-
"userIdentityToken",
|
|
864
|
+
"requestHeader",
|
|
865
|
+
"clientSignature",
|
|
866
|
+
"clientSoftwareCertificates",
|
|
867
|
+
"localeIds",
|
|
868
|
+
"userIdentityToken",
|
|
869
869
|
"userTokenSignature"
|
|
870
870
|
];
|
|
871
871
|
public static dataTypeNodeId = makeExpandedNodeId(465, 0);
|
|
@@ -989,11 +989,11 @@ export interface ResponseHeaderOptions {
|
|
|
989
989
|
export class ResponseHeader extends ExtensionObject {
|
|
990
990
|
public static get schema(): IStructuredTypeSchema { return schemaResponseHeader; }
|
|
991
991
|
public static possibleFields: string[] = [
|
|
992
|
-
"timestamp",
|
|
993
|
-
"requestHandle",
|
|
994
|
-
"serviceResult",
|
|
995
|
-
"serviceDiagnostics",
|
|
996
|
-
"stringTable",
|
|
992
|
+
"timestamp",
|
|
993
|
+
"requestHandle",
|
|
994
|
+
"serviceResult",
|
|
995
|
+
"serviceDiagnostics",
|
|
996
|
+
"stringTable",
|
|
997
997
|
"additionalHeader"
|
|
998
998
|
];
|
|
999
999
|
public static dataTypeNodeId = makeExpandedNodeId(392, 0);
|
|
@@ -1098,9 +1098,9 @@ export interface ActivateSessionResponseOptions {
|
|
|
1098
1098
|
export class ActivateSessionResponse extends ExtensionObject {
|
|
1099
1099
|
public static get schema(): IStructuredTypeSchema { return schemaActivateSessionResponse; }
|
|
1100
1100
|
public static possibleFields: string[] = [
|
|
1101
|
-
"responseHeader",
|
|
1102
|
-
"serverNonce",
|
|
1103
|
-
"results",
|
|
1101
|
+
"responseHeader",
|
|
1102
|
+
"serverNonce",
|
|
1103
|
+
"results",
|
|
1104
1104
|
"diagnosticInfos"
|
|
1105
1105
|
];
|
|
1106
1106
|
public static dataTypeNodeId = makeExpandedNodeId(468, 0);
|
|
@@ -1237,12 +1237,12 @@ export interface AddNodesItemOptions {
|
|
|
1237
1237
|
export class AddNodesItem extends ExtensionObject {
|
|
1238
1238
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesItem; }
|
|
1239
1239
|
public static possibleFields: string[] = [
|
|
1240
|
-
"parentNodeId",
|
|
1241
|
-
"referenceTypeId",
|
|
1242
|
-
"requestedNewNodeId",
|
|
1243
|
-
"browseName",
|
|
1244
|
-
"nodeClass",
|
|
1245
|
-
"nodeAttributes",
|
|
1240
|
+
"parentNodeId",
|
|
1241
|
+
"referenceTypeId",
|
|
1242
|
+
"requestedNewNodeId",
|
|
1243
|
+
"browseName",
|
|
1244
|
+
"nodeClass",
|
|
1245
|
+
"nodeAttributes",
|
|
1246
1246
|
"typeDefinition"
|
|
1247
1247
|
];
|
|
1248
1248
|
public static dataTypeNodeId = makeExpandedNodeId(376, 0);
|
|
@@ -1350,7 +1350,7 @@ export interface AddNodesRequestOptions {
|
|
|
1350
1350
|
export class AddNodesRequest extends ExtensionObject {
|
|
1351
1351
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesRequest; }
|
|
1352
1352
|
public static possibleFields: string[] = [
|
|
1353
|
-
"requestHeader",
|
|
1353
|
+
"requestHeader",
|
|
1354
1354
|
"nodesToAdd"
|
|
1355
1355
|
];
|
|
1356
1356
|
public static dataTypeNodeId = makeExpandedNodeId(486, 0);
|
|
@@ -1429,7 +1429,7 @@ export interface AddNodesResultOptions {
|
|
|
1429
1429
|
export class AddNodesResult extends ExtensionObject {
|
|
1430
1430
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesResult; }
|
|
1431
1431
|
public static possibleFields: string[] = [
|
|
1432
|
-
"statusCode",
|
|
1432
|
+
"statusCode",
|
|
1433
1433
|
"addedNodeId"
|
|
1434
1434
|
];
|
|
1435
1435
|
public static dataTypeNodeId = makeExpandedNodeId(483, 0);
|
|
@@ -1508,8 +1508,8 @@ export interface AddNodesResponseOptions {
|
|
|
1508
1508
|
export class AddNodesResponse extends ExtensionObject {
|
|
1509
1509
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesResponse; }
|
|
1510
1510
|
public static possibleFields: string[] = [
|
|
1511
|
-
"responseHeader",
|
|
1512
|
-
"results",
|
|
1511
|
+
"responseHeader",
|
|
1512
|
+
"results",
|
|
1513
1513
|
"diagnosticInfos"
|
|
1514
1514
|
];
|
|
1515
1515
|
public static dataTypeNodeId = makeExpandedNodeId(489, 0);
|
|
@@ -1617,11 +1617,11 @@ export interface AddReferencesItemOptions {
|
|
|
1617
1617
|
export class AddReferencesItem extends ExtensionObject {
|
|
1618
1618
|
public static get schema(): IStructuredTypeSchema { return schemaAddReferencesItem; }
|
|
1619
1619
|
public static possibleFields: string[] = [
|
|
1620
|
-
"sourceNodeId",
|
|
1621
|
-
"referenceTypeId",
|
|
1622
|
-
"isForward",
|
|
1623
|
-
"targetServerUri",
|
|
1624
|
-
"targetNodeId",
|
|
1620
|
+
"sourceNodeId",
|
|
1621
|
+
"referenceTypeId",
|
|
1622
|
+
"isForward",
|
|
1623
|
+
"targetServerUri",
|
|
1624
|
+
"targetNodeId",
|
|
1625
1625
|
"targetNodeClass"
|
|
1626
1626
|
];
|
|
1627
1627
|
public static dataTypeNodeId = makeExpandedNodeId(379, 0);
|
|
@@ -1724,7 +1724,7 @@ export interface AddReferencesRequestOptions {
|
|
|
1724
1724
|
export class AddReferencesRequest extends ExtensionObject {
|
|
1725
1725
|
public static get schema(): IStructuredTypeSchema { return schemaAddReferencesRequest; }
|
|
1726
1726
|
public static possibleFields: string[] = [
|
|
1727
|
-
"requestHeader",
|
|
1727
|
+
"requestHeader",
|
|
1728
1728
|
"referencesToAdd"
|
|
1729
1729
|
];
|
|
1730
1730
|
public static dataTypeNodeId = makeExpandedNodeId(492, 0);
|
|
@@ -1811,8 +1811,8 @@ export interface AddReferencesResponseOptions {
|
|
|
1811
1811
|
export class AddReferencesResponse extends ExtensionObject {
|
|
1812
1812
|
public static get schema(): IStructuredTypeSchema { return schemaAddReferencesResponse; }
|
|
1813
1813
|
public static possibleFields: string[] = [
|
|
1814
|
-
"responseHeader",
|
|
1815
|
-
"results",
|
|
1814
|
+
"responseHeader",
|
|
1815
|
+
"results",
|
|
1816
1816
|
"diagnosticInfos"
|
|
1817
1817
|
];
|
|
1818
1818
|
public static dataTypeNodeId = makeExpandedNodeId(495, 0);
|
|
@@ -1888,7 +1888,7 @@ export interface KeyValuePairOptions {
|
|
|
1888
1888
|
export class KeyValuePair extends ExtensionObject {
|
|
1889
1889
|
public static get schema(): IStructuredTypeSchema { return schemaKeyValuePair; }
|
|
1890
1890
|
public static possibleFields: string[] = [
|
|
1891
|
-
"key",
|
|
1891
|
+
"key",
|
|
1892
1892
|
"value"
|
|
1893
1893
|
];
|
|
1894
1894
|
public static dataTypeNodeId = makeExpandedNodeId(14533, 0);
|
|
@@ -2045,10 +2045,10 @@ export interface AggregateConfigurationOptions {
|
|
|
2045
2045
|
export class AggregateConfiguration extends ExtensionObject {
|
|
2046
2046
|
public static get schema(): IStructuredTypeSchema { return schemaAggregateConfiguration; }
|
|
2047
2047
|
public static possibleFields: string[] = [
|
|
2048
|
-
"useServerCapabilitiesDefaults",
|
|
2049
|
-
"treatUncertainAsBad",
|
|
2050
|
-
"percentDataBad",
|
|
2051
|
-
"percentDataGood",
|
|
2048
|
+
"useServerCapabilitiesDefaults",
|
|
2049
|
+
"treatUncertainAsBad",
|
|
2050
|
+
"percentDataBad",
|
|
2051
|
+
"percentDataGood",
|
|
2052
2052
|
"useSlopedExtrapolation"
|
|
2053
2053
|
];
|
|
2054
2054
|
public static dataTypeNodeId = makeExpandedNodeId(948, 0);
|
|
@@ -2194,9 +2194,9 @@ export interface AggregateFilterOptions extends MonitoringFilterOptions {
|
|
|
2194
2194
|
export class AggregateFilter extends MonitoringFilter {
|
|
2195
2195
|
public static get schema(): IStructuredTypeSchema { return schemaAggregateFilter; }
|
|
2196
2196
|
public static possibleFields: string[] = [
|
|
2197
|
-
"startTime",
|
|
2198
|
-
"aggregateType",
|
|
2199
|
-
"processingInterval",
|
|
2197
|
+
"startTime",
|
|
2198
|
+
"aggregateType",
|
|
2199
|
+
"processingInterval",
|
|
2200
2200
|
"aggregateConfiguration"
|
|
2201
2201
|
];
|
|
2202
2202
|
public static dataTypeNodeId = makeExpandedNodeId(728, 0);
|
|
@@ -2331,8 +2331,8 @@ export interface AggregateFilterResultOptions extends MonitoringFilterResultOpti
|
|
|
2331
2331
|
export class AggregateFilterResult extends MonitoringFilterResult {
|
|
2332
2332
|
public static get schema(): IStructuredTypeSchema { return schemaAggregateFilterResult; }
|
|
2333
2333
|
public static possibleFields: string[] = [
|
|
2334
|
-
"revisedStartTime",
|
|
2335
|
-
"revisedProcessingInterval",
|
|
2334
|
+
"revisedStartTime",
|
|
2335
|
+
"revisedProcessingInterval",
|
|
2336
2336
|
"revisedAggregateConfiguration"
|
|
2337
2337
|
];
|
|
2338
2338
|
public static dataTypeNodeId = makeExpandedNodeId(737, 0);
|
|
@@ -2409,7 +2409,7 @@ export interface AliasNameDataTypeOptions {
|
|
|
2409
2409
|
export class AliasNameDataType extends ExtensionObject {
|
|
2410
2410
|
public static get schema(): IStructuredTypeSchema { return schemaAliasNameDataType; }
|
|
2411
2411
|
public static possibleFields: string[] = [
|
|
2412
|
-
"aliasName",
|
|
2412
|
+
"aliasName",
|
|
2413
2413
|
"referencedNodes"
|
|
2414
2414
|
];
|
|
2415
2415
|
public static dataTypeNodeId = makeExpandedNodeId(23468, 0);
|
|
@@ -2486,8 +2486,8 @@ export interface AnnotationOptions {
|
|
|
2486
2486
|
export class Annotation extends ExtensionObject {
|
|
2487
2487
|
public static get schema(): IStructuredTypeSchema { return schemaAnnotation; }
|
|
2488
2488
|
public static possibleFields: string[] = [
|
|
2489
|
-
"message",
|
|
2490
|
-
"userName",
|
|
2489
|
+
"message",
|
|
2490
|
+
"userName",
|
|
2491
2491
|
"annotationTime"
|
|
2492
2492
|
];
|
|
2493
2493
|
public static dataTypeNodeId = makeExpandedNodeId(891, 0);
|
|
@@ -2727,12 +2727,12 @@ export interface ApplicationDescriptionOptions {
|
|
|
2727
2727
|
export class ApplicationDescription extends ExtensionObject {
|
|
2728
2728
|
public static get schema(): IStructuredTypeSchema { return schemaApplicationDescription; }
|
|
2729
2729
|
public static possibleFields: string[] = [
|
|
2730
|
-
"applicationUri",
|
|
2731
|
-
"productUri",
|
|
2732
|
-
"applicationName",
|
|
2733
|
-
"applicationType",
|
|
2734
|
-
"gatewayServerUri",
|
|
2735
|
-
"discoveryProfileUri",
|
|
2730
|
+
"applicationUri",
|
|
2731
|
+
"productUri",
|
|
2732
|
+
"applicationName",
|
|
2733
|
+
"applicationType",
|
|
2734
|
+
"gatewayServerUri",
|
|
2735
|
+
"discoveryProfileUri",
|
|
2736
2736
|
"discoveryUrls"
|
|
2737
2737
|
];
|
|
2738
2738
|
public static dataTypeNodeId = makeExpandedNodeId(308, 0);
|
|
@@ -2858,10 +2858,10 @@ export interface ArgumentOptions {
|
|
|
2858
2858
|
export class Argument extends ExtensionObject {
|
|
2859
2859
|
public static get schema(): IStructuredTypeSchema { return schemaArgument; }
|
|
2860
2860
|
public static possibleFields: string[] = [
|
|
2861
|
-
"name",
|
|
2862
|
-
"dataType",
|
|
2863
|
-
"valueRank",
|
|
2864
|
-
"arrayDimensions",
|
|
2861
|
+
"name",
|
|
2862
|
+
"dataType",
|
|
2863
|
+
"valueRank",
|
|
2864
|
+
"arrayDimensions",
|
|
2865
2865
|
"description"
|
|
2866
2866
|
];
|
|
2867
2867
|
public static dataTypeNodeId = makeExpandedNodeId(296, 0);
|
|
@@ -2959,9 +2959,9 @@ export interface RelativePathElementOptions {
|
|
|
2959
2959
|
export class RelativePathElement extends ExtensionObject {
|
|
2960
2960
|
public static get schema(): IStructuredTypeSchema { return schemaRelativePathElement; }
|
|
2961
2961
|
public static possibleFields: string[] = [
|
|
2962
|
-
"referenceTypeId",
|
|
2963
|
-
"isInverse",
|
|
2964
|
-
"includeSubtypes",
|
|
2962
|
+
"referenceTypeId",
|
|
2963
|
+
"isInverse",
|
|
2964
|
+
"includeSubtypes",
|
|
2965
2965
|
"targetName"
|
|
2966
2966
|
];
|
|
2967
2967
|
public static dataTypeNodeId = makeExpandedNodeId(537, 0);
|
|
@@ -3128,10 +3128,10 @@ export interface AttributeOperandOptions extends FilterOperandOptions {
|
|
|
3128
3128
|
export class AttributeOperand extends FilterOperand {
|
|
3129
3129
|
public static get schema(): IStructuredTypeSchema { return schemaAttributeOperand; }
|
|
3130
3130
|
public static possibleFields: string[] = [
|
|
3131
|
-
"nodeId",
|
|
3132
|
-
"alias",
|
|
3133
|
-
"browsePath",
|
|
3134
|
-
"attributeId",
|
|
3131
|
+
"nodeId",
|
|
3132
|
+
"alias",
|
|
3133
|
+
"browsePath",
|
|
3134
|
+
"attributeId",
|
|
3135
3135
|
"indexRange"
|
|
3136
3136
|
];
|
|
3137
3137
|
public static dataTypeNodeId = makeExpandedNodeId(598, 0);
|
|
@@ -3265,7 +3265,7 @@ export interface BrokerConnectionTransportDataTypeOptions extends ConnectionTran
|
|
|
3265
3265
|
export class BrokerConnectionTransportDataType extends ConnectionTransportDataType {
|
|
3266
3266
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerConnectionTransportDataType; }
|
|
3267
3267
|
public static possibleFields: string[] = [
|
|
3268
|
-
"resourceUri",
|
|
3268
|
+
"resourceUri",
|
|
3269
3269
|
"authenticationProfileUri"
|
|
3270
3270
|
];
|
|
3271
3271
|
public static dataTypeNodeId = makeExpandedNodeId(15007, 0);
|
|
@@ -3429,10 +3429,10 @@ export interface BrokerDataSetReaderTransportDataTypeOptions extends DataSetRead
|
|
|
3429
3429
|
export class BrokerDataSetReaderTransportDataType extends DataSetReaderTransportDataType {
|
|
3430
3430
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerDataSetReaderTransportDataType; }
|
|
3431
3431
|
public static possibleFields: string[] = [
|
|
3432
|
-
"queueName",
|
|
3433
|
-
"resourceUri",
|
|
3434
|
-
"authenticationProfileUri",
|
|
3435
|
-
"requestedDeliveryGuarantee",
|
|
3432
|
+
"queueName",
|
|
3433
|
+
"resourceUri",
|
|
3434
|
+
"authenticationProfileUri",
|
|
3435
|
+
"requestedDeliveryGuarantee",
|
|
3436
3436
|
"metaDataQueueName"
|
|
3437
3437
|
];
|
|
3438
3438
|
public static dataTypeNodeId = makeExpandedNodeId(15670, 0);
|
|
@@ -3601,11 +3601,11 @@ export interface BrokerDataSetWriterTransportDataTypeOptions extends DataSetWrit
|
|
|
3601
3601
|
export class BrokerDataSetWriterTransportDataType extends DataSetWriterTransportDataType {
|
|
3602
3602
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerDataSetWriterTransportDataType; }
|
|
3603
3603
|
public static possibleFields: string[] = [
|
|
3604
|
-
"queueName",
|
|
3605
|
-
"resourceUri",
|
|
3606
|
-
"authenticationProfileUri",
|
|
3607
|
-
"requestedDeliveryGuarantee",
|
|
3608
|
-
"metaDataQueueName",
|
|
3604
|
+
"queueName",
|
|
3605
|
+
"resourceUri",
|
|
3606
|
+
"authenticationProfileUri",
|
|
3607
|
+
"requestedDeliveryGuarantee",
|
|
3608
|
+
"metaDataQueueName",
|
|
3609
3609
|
"metaDataUpdateTime"
|
|
3610
3610
|
];
|
|
3611
3611
|
public static dataTypeNodeId = makeExpandedNodeId(15669, 0);
|
|
@@ -3767,9 +3767,9 @@ export interface BrokerWriterGroupTransportDataTypeOptions extends WriterGroupTr
|
|
|
3767
3767
|
export class BrokerWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
3768
3768
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerWriterGroupTransportDataType; }
|
|
3769
3769
|
public static possibleFields: string[] = [
|
|
3770
|
-
"queueName",
|
|
3771
|
-
"resourceUri",
|
|
3772
|
-
"authenticationProfileUri",
|
|
3770
|
+
"queueName",
|
|
3771
|
+
"resourceUri",
|
|
3772
|
+
"authenticationProfileUri",
|
|
3773
3773
|
"requestedDeliveryGuarantee"
|
|
3774
3774
|
];
|
|
3775
3775
|
public static dataTypeNodeId = makeExpandedNodeId(15667, 0);
|
|
@@ -3885,11 +3885,11 @@ export interface BrowseDescriptionOptions {
|
|
|
3885
3885
|
export class BrowseDescription extends ExtensionObject {
|
|
3886
3886
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseDescription; }
|
|
3887
3887
|
public static possibleFields: string[] = [
|
|
3888
|
-
"nodeId",
|
|
3889
|
-
"browseDirection",
|
|
3890
|
-
"referenceTypeId",
|
|
3891
|
-
"includeSubtypes",
|
|
3892
|
-
"nodeClassMask",
|
|
3888
|
+
"nodeId",
|
|
3889
|
+
"browseDirection",
|
|
3890
|
+
"referenceTypeId",
|
|
3891
|
+
"includeSubtypes",
|
|
3892
|
+
"nodeClassMask",
|
|
3893
3893
|
"resultMask"
|
|
3894
3894
|
];
|
|
3895
3895
|
public static dataTypeNodeId = makeExpandedNodeId(514, 0);
|
|
@@ -3998,8 +3998,8 @@ export interface BrowseNextRequestOptions {
|
|
|
3998
3998
|
export class BrowseNextRequest extends ExtensionObject {
|
|
3999
3999
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseNextRequest; }
|
|
4000
4000
|
public static possibleFields: string[] = [
|
|
4001
|
-
"requestHeader",
|
|
4002
|
-
"releaseContinuationPoints",
|
|
4001
|
+
"requestHeader",
|
|
4002
|
+
"releaseContinuationPoints",
|
|
4003
4003
|
"continuationPoints"
|
|
4004
4004
|
];
|
|
4005
4005
|
public static dataTypeNodeId = makeExpandedNodeId(531, 0);
|
|
@@ -4105,12 +4105,12 @@ export interface ReferenceDescriptionOptions {
|
|
|
4105
4105
|
export class ReferenceDescription extends ExtensionObject {
|
|
4106
4106
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceDescription; }
|
|
4107
4107
|
public static possibleFields: string[] = [
|
|
4108
|
-
"referenceTypeId",
|
|
4109
|
-
"isForward",
|
|
4110
|
-
"nodeId",
|
|
4111
|
-
"browseName",
|
|
4112
|
-
"displayName",
|
|
4113
|
-
"nodeClass",
|
|
4108
|
+
"referenceTypeId",
|
|
4109
|
+
"isForward",
|
|
4110
|
+
"nodeId",
|
|
4111
|
+
"browseName",
|
|
4112
|
+
"displayName",
|
|
4113
|
+
"nodeClass",
|
|
4114
4114
|
"typeDefinition"
|
|
4115
4115
|
];
|
|
4116
4116
|
public static dataTypeNodeId = makeExpandedNodeId(518, 0);
|
|
@@ -4224,8 +4224,8 @@ export interface BrowseResultOptions {
|
|
|
4224
4224
|
export class BrowseResult extends ExtensionObject {
|
|
4225
4225
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseResult; }
|
|
4226
4226
|
public static possibleFields: string[] = [
|
|
4227
|
-
"statusCode",
|
|
4228
|
-
"continuationPoint",
|
|
4227
|
+
"statusCode",
|
|
4228
|
+
"continuationPoint",
|
|
4229
4229
|
"references"
|
|
4230
4230
|
];
|
|
4231
4231
|
public static dataTypeNodeId = makeExpandedNodeId(522, 0);
|
|
@@ -4317,8 +4317,8 @@ export interface BrowseNextResponseOptions {
|
|
|
4317
4317
|
export class BrowseNextResponse extends ExtensionObject {
|
|
4318
4318
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseNextResponse; }
|
|
4319
4319
|
public static possibleFields: string[] = [
|
|
4320
|
-
"responseHeader",
|
|
4321
|
-
"results",
|
|
4320
|
+
"responseHeader",
|
|
4321
|
+
"results",
|
|
4322
4322
|
"diagnosticInfos"
|
|
4323
4323
|
];
|
|
4324
4324
|
public static dataTypeNodeId = makeExpandedNodeId(534, 0);
|
|
@@ -4402,7 +4402,7 @@ export interface BrowsePathOptions {
|
|
|
4402
4402
|
export class BrowsePath extends ExtensionObject {
|
|
4403
4403
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePath; }
|
|
4404
4404
|
public static possibleFields: string[] = [
|
|
4405
|
-
"startingNode",
|
|
4405
|
+
"startingNode",
|
|
4406
4406
|
"relativePath"
|
|
4407
4407
|
];
|
|
4408
4408
|
public static dataTypeNodeId = makeExpandedNodeId(543, 0);
|
|
@@ -4473,7 +4473,7 @@ export interface BrowsePathTargetOptions {
|
|
|
4473
4473
|
export class BrowsePathTarget extends ExtensionObject {
|
|
4474
4474
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePathTarget; }
|
|
4475
4475
|
public static possibleFields: string[] = [
|
|
4476
|
-
"targetId",
|
|
4476
|
+
"targetId",
|
|
4477
4477
|
"remainingPathIndex"
|
|
4478
4478
|
];
|
|
4479
4479
|
public static dataTypeNodeId = makeExpandedNodeId(546, 0);
|
|
@@ -4545,7 +4545,7 @@ export interface BrowsePathResultOptions {
|
|
|
4545
4545
|
export class BrowsePathResult extends ExtensionObject {
|
|
4546
4546
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePathResult; }
|
|
4547
4547
|
public static possibleFields: string[] = [
|
|
4548
|
-
"statusCode",
|
|
4548
|
+
"statusCode",
|
|
4549
4549
|
"targets"
|
|
4550
4550
|
];
|
|
4551
4551
|
public static dataTypeNodeId = makeExpandedNodeId(549, 0);
|
|
@@ -4630,8 +4630,8 @@ export interface ViewDescriptionOptions {
|
|
|
4630
4630
|
export class ViewDescription extends ExtensionObject {
|
|
4631
4631
|
public static get schema(): IStructuredTypeSchema { return schemaViewDescription; }
|
|
4632
4632
|
public static possibleFields: string[] = [
|
|
4633
|
-
"viewId",
|
|
4634
|
-
"timestamp",
|
|
4633
|
+
"viewId",
|
|
4634
|
+
"timestamp",
|
|
4635
4635
|
"viewVersion"
|
|
4636
4636
|
];
|
|
4637
4637
|
public static dataTypeNodeId = makeExpandedNodeId(511, 0);
|
|
@@ -4720,9 +4720,9 @@ export interface BrowseRequestOptions {
|
|
|
4720
4720
|
export class BrowseRequest extends ExtensionObject {
|
|
4721
4721
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseRequest; }
|
|
4722
4722
|
public static possibleFields: string[] = [
|
|
4723
|
-
"requestHeader",
|
|
4724
|
-
"view",
|
|
4725
|
-
"requestedMaxReferencesPerNode",
|
|
4723
|
+
"requestHeader",
|
|
4724
|
+
"view",
|
|
4725
|
+
"requestedMaxReferencesPerNode",
|
|
4726
4726
|
"nodesToBrowse"
|
|
4727
4727
|
];
|
|
4728
4728
|
public static dataTypeNodeId = makeExpandedNodeId(525, 0);
|
|
@@ -4819,8 +4819,8 @@ export interface BrowseResponseOptions {
|
|
|
4819
4819
|
export class BrowseResponse extends ExtensionObject {
|
|
4820
4820
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseResponse; }
|
|
4821
4821
|
public static possibleFields: string[] = [
|
|
4822
|
-
"responseHeader",
|
|
4823
|
-
"results",
|
|
4822
|
+
"responseHeader",
|
|
4823
|
+
"results",
|
|
4824
4824
|
"diagnosticInfos"
|
|
4825
4825
|
];
|
|
4826
4826
|
public static dataTypeNodeId = makeExpandedNodeId(528, 0);
|
|
@@ -4928,11 +4928,11 @@ export interface BuildInfoOptions {
|
|
|
4928
4928
|
export class BuildInfo extends ExtensionObject {
|
|
4929
4929
|
public static get schema(): IStructuredTypeSchema { return schemaBuildInfo; }
|
|
4930
4930
|
public static possibleFields: string[] = [
|
|
4931
|
-
"productUri",
|
|
4932
|
-
"manufacturerName",
|
|
4933
|
-
"productName",
|
|
4934
|
-
"softwareVersion",
|
|
4935
|
-
"buildNumber",
|
|
4931
|
+
"productUri",
|
|
4932
|
+
"manufacturerName",
|
|
4933
|
+
"productName",
|
|
4934
|
+
"softwareVersion",
|
|
4935
|
+
"buildNumber",
|
|
4936
4936
|
"buildDate"
|
|
4937
4937
|
];
|
|
4938
4938
|
public static dataTypeNodeId = makeExpandedNodeId(338, 0);
|
|
@@ -5030,8 +5030,8 @@ export interface CallMethodRequestOptions {
|
|
|
5030
5030
|
export class CallMethodRequest extends ExtensionObject {
|
|
5031
5031
|
public static get schema(): IStructuredTypeSchema { return schemaCallMethodRequest; }
|
|
5032
5032
|
public static possibleFields: string[] = [
|
|
5033
|
-
"objectId",
|
|
5034
|
-
"methodId",
|
|
5033
|
+
"objectId",
|
|
5034
|
+
"methodId",
|
|
5035
5035
|
"inputArguments"
|
|
5036
5036
|
];
|
|
5037
5037
|
public static dataTypeNodeId = makeExpandedNodeId(704, 0);
|
|
@@ -5122,9 +5122,9 @@ export interface CallMethodResultOptions {
|
|
|
5122
5122
|
export class CallMethodResult extends ExtensionObject {
|
|
5123
5123
|
public static get schema(): IStructuredTypeSchema { return schemaCallMethodResult; }
|
|
5124
5124
|
public static possibleFields: string[] = [
|
|
5125
|
-
"statusCode",
|
|
5126
|
-
"inputArgumentResults",
|
|
5127
|
-
"inputArgumentDiagnosticInfos",
|
|
5125
|
+
"statusCode",
|
|
5126
|
+
"inputArgumentResults",
|
|
5127
|
+
"inputArgumentDiagnosticInfos",
|
|
5128
5128
|
"outputArguments"
|
|
5129
5129
|
];
|
|
5130
5130
|
public static dataTypeNodeId = makeExpandedNodeId(707, 0);
|
|
@@ -5206,7 +5206,7 @@ export interface CallRequestOptions {
|
|
|
5206
5206
|
export class CallRequest extends ExtensionObject {
|
|
5207
5207
|
public static get schema(): IStructuredTypeSchema { return schemaCallRequest; }
|
|
5208
5208
|
public static possibleFields: string[] = [
|
|
5209
|
-
"requestHeader",
|
|
5209
|
+
"requestHeader",
|
|
5210
5210
|
"methodsToCall"
|
|
5211
5211
|
];
|
|
5212
5212
|
public static dataTypeNodeId = makeExpandedNodeId(710, 0);
|
|
@@ -5293,8 +5293,8 @@ export interface CallResponseOptions {
|
|
|
5293
5293
|
export class CallResponse extends ExtensionObject {
|
|
5294
5294
|
public static get schema(): IStructuredTypeSchema { return schemaCallResponse; }
|
|
5295
5295
|
public static possibleFields: string[] = [
|
|
5296
|
-
"responseHeader",
|
|
5297
|
-
"results",
|
|
5296
|
+
"responseHeader",
|
|
5297
|
+
"results",
|
|
5298
5298
|
"diagnosticInfos"
|
|
5299
5299
|
];
|
|
5300
5300
|
public static dataTypeNodeId = makeExpandedNodeId(713, 0);
|
|
@@ -5378,7 +5378,7 @@ export interface CancelRequestOptions {
|
|
|
5378
5378
|
export class CancelRequest extends ExtensionObject {
|
|
5379
5379
|
public static get schema(): IStructuredTypeSchema { return schemaCancelRequest; }
|
|
5380
5380
|
public static possibleFields: string[] = [
|
|
5381
|
-
"requestHeader",
|
|
5381
|
+
"requestHeader",
|
|
5382
5382
|
"requestHandle"
|
|
5383
5383
|
];
|
|
5384
5384
|
public static dataTypeNodeId = makeExpandedNodeId(477, 0);
|
|
@@ -5449,7 +5449,7 @@ export interface CancelResponseOptions {
|
|
|
5449
5449
|
export class CancelResponse extends ExtensionObject {
|
|
5450
5450
|
public static get schema(): IStructuredTypeSchema { return schemaCancelResponse; }
|
|
5451
5451
|
public static possibleFields: string[] = [
|
|
5452
|
-
"responseHeader",
|
|
5452
|
+
"responseHeader",
|
|
5453
5453
|
"cancelCount"
|
|
5454
5454
|
];
|
|
5455
5455
|
public static dataTypeNodeId = makeExpandedNodeId(480, 0);
|
|
@@ -5580,9 +5580,9 @@ export interface ChannelSecurityTokenOptions {
|
|
|
5580
5580
|
export class ChannelSecurityToken extends ExtensionObject {
|
|
5581
5581
|
public static get schema(): IStructuredTypeSchema { return schemaChannelSecurityToken; }
|
|
5582
5582
|
public static possibleFields: string[] = [
|
|
5583
|
-
"channelId",
|
|
5584
|
-
"tokenId",
|
|
5585
|
-
"createdAt",
|
|
5583
|
+
"channelId",
|
|
5584
|
+
"tokenId",
|
|
5585
|
+
"createdAt",
|
|
5586
5586
|
"revisedLifetime"
|
|
5587
5587
|
];
|
|
5588
5588
|
public static dataTypeNodeId = makeExpandedNodeId(441, 0);
|
|
@@ -5781,7 +5781,7 @@ export interface CloseSessionRequestOptions {
|
|
|
5781
5781
|
export class CloseSessionRequest extends ExtensionObject {
|
|
5782
5782
|
public static get schema(): IStructuredTypeSchema { return schemaCloseSessionRequest; }
|
|
5783
5783
|
public static possibleFields: string[] = [
|
|
5784
|
-
"requestHeader",
|
|
5784
|
+
"requestHeader",
|
|
5785
5785
|
"deleteSubscriptions"
|
|
5786
5786
|
];
|
|
5787
5787
|
public static dataTypeNodeId = makeExpandedNodeId(471, 0);
|
|
@@ -5911,7 +5911,7 @@ export interface ComplexNumberTypeOptions {
|
|
|
5911
5911
|
export class ComplexNumberType extends ExtensionObject {
|
|
5912
5912
|
public static get schema(): IStructuredTypeSchema { return schemaComplexNumberType; }
|
|
5913
5913
|
public static possibleFields: string[] = [
|
|
5914
|
-
"real",
|
|
5914
|
+
"real",
|
|
5915
5915
|
"imaginary"
|
|
5916
5916
|
];
|
|
5917
5917
|
public static dataTypeNodeId = makeExpandedNodeId(12171, 0);
|
|
@@ -5982,7 +5982,7 @@ export interface ConfigurationVersionDataTypeOptions {
|
|
|
5982
5982
|
export class ConfigurationVersionDataType extends ExtensionObject {
|
|
5983
5983
|
public static get schema(): IStructuredTypeSchema { return schemaConfigurationVersionDataType; }
|
|
5984
5984
|
public static possibleFields: string[] = [
|
|
5985
|
-
"majorVersion",
|
|
5985
|
+
"majorVersion",
|
|
5986
5986
|
"minorVersion"
|
|
5987
5987
|
];
|
|
5988
5988
|
public static dataTypeNodeId = makeExpandedNodeId(14593, 0);
|
|
@@ -6094,7 +6094,7 @@ export interface ContentFilterElementOptions {
|
|
|
6094
6094
|
export class ContentFilterElement extends ExtensionObject {
|
|
6095
6095
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterElement; }
|
|
6096
6096
|
public static possibleFields: string[] = [
|
|
6097
|
-
"filterOperator",
|
|
6097
|
+
"filterOperator",
|
|
6098
6098
|
"filterOperands"
|
|
6099
6099
|
];
|
|
6100
6100
|
public static dataTypeNodeId = makeExpandedNodeId(583, 0);
|
|
@@ -6252,8 +6252,8 @@ export interface ContentFilterElementResultOptions {
|
|
|
6252
6252
|
export class ContentFilterElementResult extends ExtensionObject {
|
|
6253
6253
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterElementResult; }
|
|
6254
6254
|
public static possibleFields: string[] = [
|
|
6255
|
-
"statusCode",
|
|
6256
|
-
"operandStatusCodes",
|
|
6255
|
+
"statusCode",
|
|
6256
|
+
"operandStatusCodes",
|
|
6257
6257
|
"operandDiagnosticInfos"
|
|
6258
6258
|
];
|
|
6259
6259
|
public static dataTypeNodeId = makeExpandedNodeId(604, 0);
|
|
@@ -6331,7 +6331,7 @@ export interface ContentFilterResultOptions {
|
|
|
6331
6331
|
export class ContentFilterResult extends ExtensionObject {
|
|
6332
6332
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterResult; }
|
|
6333
6333
|
public static possibleFields: string[] = [
|
|
6334
|
-
"elementResults",
|
|
6334
|
+
"elementResults",
|
|
6335
6335
|
"elementDiagnosticInfos"
|
|
6336
6336
|
];
|
|
6337
6337
|
public static dataTypeNodeId = makeExpandedNodeId(607, 0);
|
|
@@ -6422,9 +6422,9 @@ export interface ReadValueIdOptions {
|
|
|
6422
6422
|
export class ReadValueId extends ExtensionObject {
|
|
6423
6423
|
public static get schema(): IStructuredTypeSchema { return schemaReadValueId; }
|
|
6424
6424
|
public static possibleFields: string[] = [
|
|
6425
|
-
"nodeId",
|
|
6426
|
-
"attributeId",
|
|
6427
|
-
"indexRange",
|
|
6425
|
+
"nodeId",
|
|
6426
|
+
"attributeId",
|
|
6427
|
+
"indexRange",
|
|
6428
6428
|
"dataEncoding"
|
|
6429
6429
|
];
|
|
6430
6430
|
public static dataTypeNodeId = makeExpandedNodeId(626, 0);
|
|
@@ -6548,10 +6548,10 @@ export interface MonitoringParametersOptions {
|
|
|
6548
6548
|
export class MonitoringParameters extends ExtensionObject {
|
|
6549
6549
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoringParameters; }
|
|
6550
6550
|
public static possibleFields: string[] = [
|
|
6551
|
-
"clientHandle",
|
|
6552
|
-
"samplingInterval",
|
|
6553
|
-
"filter",
|
|
6554
|
-
"queueSize",
|
|
6551
|
+
"clientHandle",
|
|
6552
|
+
"samplingInterval",
|
|
6553
|
+
"filter",
|
|
6554
|
+
"queueSize",
|
|
6555
6555
|
"discardOldest"
|
|
6556
6556
|
];
|
|
6557
6557
|
public static dataTypeNodeId = makeExpandedNodeId(740, 0);
|
|
@@ -6643,8 +6643,8 @@ export interface MonitoredItemCreateRequestOptions {
|
|
|
6643
6643
|
export class MonitoredItemCreateRequest extends ExtensionObject {
|
|
6644
6644
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemCreateRequest; }
|
|
6645
6645
|
public static possibleFields: string[] = [
|
|
6646
|
-
"itemToMonitor",
|
|
6647
|
-
"monitoringMode",
|
|
6646
|
+
"itemToMonitor",
|
|
6647
|
+
"monitoringMode",
|
|
6648
6648
|
"requestedParameters"
|
|
6649
6649
|
];
|
|
6650
6650
|
public static dataTypeNodeId = makeExpandedNodeId(743, 0);
|
|
@@ -6744,9 +6744,9 @@ export interface CreateMonitoredItemsRequestOptions {
|
|
|
6744
6744
|
export class CreateMonitoredItemsRequest extends ExtensionObject {
|
|
6745
6745
|
public static get schema(): IStructuredTypeSchema { return schemaCreateMonitoredItemsRequest; }
|
|
6746
6746
|
public static possibleFields: string[] = [
|
|
6747
|
-
"requestHeader",
|
|
6748
|
-
"subscriptionId",
|
|
6749
|
-
"timestampsToReturn",
|
|
6747
|
+
"requestHeader",
|
|
6748
|
+
"subscriptionId",
|
|
6749
|
+
"timestampsToReturn",
|
|
6750
6750
|
"itemsToCreate"
|
|
6751
6751
|
];
|
|
6752
6752
|
public static dataTypeNodeId = makeExpandedNodeId(749, 0);
|
|
@@ -6864,10 +6864,10 @@ export interface MonitoredItemCreateResultOptions {
|
|
|
6864
6864
|
export class MonitoredItemCreateResult extends ExtensionObject {
|
|
6865
6865
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemCreateResult; }
|
|
6866
6866
|
public static possibleFields: string[] = [
|
|
6867
|
-
"statusCode",
|
|
6868
|
-
"monitoredItemId",
|
|
6869
|
-
"revisedSamplingInterval",
|
|
6870
|
-
"revisedQueueSize",
|
|
6867
|
+
"statusCode",
|
|
6868
|
+
"monitoredItemId",
|
|
6869
|
+
"revisedSamplingInterval",
|
|
6870
|
+
"revisedQueueSize",
|
|
6871
6871
|
"filterResult"
|
|
6872
6872
|
];
|
|
6873
6873
|
public static dataTypeNodeId = makeExpandedNodeId(746, 0);
|
|
@@ -6961,8 +6961,8 @@ export interface CreateMonitoredItemsResponseOptions {
|
|
|
6961
6961
|
export class CreateMonitoredItemsResponse extends ExtensionObject {
|
|
6962
6962
|
public static get schema(): IStructuredTypeSchema { return schemaCreateMonitoredItemsResponse; }
|
|
6963
6963
|
public static possibleFields: string[] = [
|
|
6964
|
-
"responseHeader",
|
|
6965
|
-
"results",
|
|
6964
|
+
"responseHeader",
|
|
6965
|
+
"results",
|
|
6966
6966
|
"diagnosticInfos"
|
|
6967
6967
|
];
|
|
6968
6968
|
public static dataTypeNodeId = makeExpandedNodeId(752, 0);
|
|
@@ -7088,14 +7088,14 @@ export interface CreateSessionRequestOptions {
|
|
|
7088
7088
|
export class CreateSessionRequest extends ExtensionObject {
|
|
7089
7089
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSessionRequest; }
|
|
7090
7090
|
public static possibleFields: string[] = [
|
|
7091
|
-
"requestHeader",
|
|
7092
|
-
"clientDescription",
|
|
7093
|
-
"serverUri",
|
|
7094
|
-
"endpointUrl",
|
|
7095
|
-
"sessionName",
|
|
7096
|
-
"clientNonce",
|
|
7097
|
-
"clientCertificate",
|
|
7098
|
-
"requestedSessionTimeout",
|
|
7091
|
+
"requestHeader",
|
|
7092
|
+
"clientDescription",
|
|
7093
|
+
"serverUri",
|
|
7094
|
+
"endpointUrl",
|
|
7095
|
+
"sessionName",
|
|
7096
|
+
"clientNonce",
|
|
7097
|
+
"clientCertificate",
|
|
7098
|
+
"requestedSessionTimeout",
|
|
7099
7099
|
"maxResponseMessageSize"
|
|
7100
7100
|
];
|
|
7101
7101
|
public static dataTypeNodeId = makeExpandedNodeId(459, 0);
|
|
@@ -7270,10 +7270,10 @@ export interface UserTokenPolicyOptions {
|
|
|
7270
7270
|
export class UserTokenPolicy extends ExtensionObject {
|
|
7271
7271
|
public static get schema(): IStructuredTypeSchema { return schemaUserTokenPolicy; }
|
|
7272
7272
|
public static possibleFields: string[] = [
|
|
7273
|
-
"policyId",
|
|
7274
|
-
"tokenType",
|
|
7275
|
-
"issuedTokenType",
|
|
7276
|
-
"issuerEndpointUrl",
|
|
7273
|
+
"policyId",
|
|
7274
|
+
"tokenType",
|
|
7275
|
+
"issuedTokenType",
|
|
7276
|
+
"issuerEndpointUrl",
|
|
7277
7277
|
"securityPolicyUri"
|
|
7278
7278
|
];
|
|
7279
7279
|
public static dataTypeNodeId = makeExpandedNodeId(304, 0);
|
|
@@ -7407,13 +7407,13 @@ export interface EndpointDescriptionOptions {
|
|
|
7407
7407
|
export class EndpointDescription extends ExtensionObject {
|
|
7408
7408
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointDescription; }
|
|
7409
7409
|
public static possibleFields: string[] = [
|
|
7410
|
-
"endpointUrl",
|
|
7411
|
-
"server",
|
|
7412
|
-
"serverCertificate",
|
|
7413
|
-
"securityMode",
|
|
7414
|
-
"securityPolicyUri",
|
|
7415
|
-
"userIdentityTokens",
|
|
7416
|
-
"transportProfileUri",
|
|
7410
|
+
"endpointUrl",
|
|
7411
|
+
"server",
|
|
7412
|
+
"serverCertificate",
|
|
7413
|
+
"securityMode",
|
|
7414
|
+
"securityPolicyUri",
|
|
7415
|
+
"userIdentityTokens",
|
|
7416
|
+
"transportProfileUri",
|
|
7417
7417
|
"securityLevel"
|
|
7418
7418
|
];
|
|
7419
7419
|
public static dataTypeNodeId = makeExpandedNodeId(312, 0);
|
|
@@ -7583,15 +7583,15 @@ export interface CreateSessionResponseOptions {
|
|
|
7583
7583
|
export class CreateSessionResponse extends ExtensionObject {
|
|
7584
7584
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSessionResponse; }
|
|
7585
7585
|
public static possibleFields: string[] = [
|
|
7586
|
-
"responseHeader",
|
|
7587
|
-
"sessionId",
|
|
7588
|
-
"authenticationToken",
|
|
7589
|
-
"revisedSessionTimeout",
|
|
7590
|
-
"serverNonce",
|
|
7591
|
-
"serverCertificate",
|
|
7592
|
-
"serverEndpoints",
|
|
7593
|
-
"serverSoftwareCertificates",
|
|
7594
|
-
"serverSignature",
|
|
7586
|
+
"responseHeader",
|
|
7587
|
+
"sessionId",
|
|
7588
|
+
"authenticationToken",
|
|
7589
|
+
"revisedSessionTimeout",
|
|
7590
|
+
"serverNonce",
|
|
7591
|
+
"serverCertificate",
|
|
7592
|
+
"serverEndpoints",
|
|
7593
|
+
"serverSoftwareCertificates",
|
|
7594
|
+
"serverSignature",
|
|
7595
7595
|
"maxRequestMessageSize"
|
|
7596
7596
|
];
|
|
7597
7597
|
public static dataTypeNodeId = makeExpandedNodeId(462, 0);
|
|
@@ -7748,12 +7748,12 @@ export interface CreateSubscriptionRequestOptions {
|
|
|
7748
7748
|
export class CreateSubscriptionRequest extends ExtensionObject {
|
|
7749
7749
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSubscriptionRequest; }
|
|
7750
7750
|
public static possibleFields: string[] = [
|
|
7751
|
-
"requestHeader",
|
|
7752
|
-
"requestedPublishingInterval",
|
|
7753
|
-
"requestedLifetimeCount",
|
|
7754
|
-
"requestedMaxKeepAliveCount",
|
|
7755
|
-
"maxNotificationsPerPublish",
|
|
7756
|
-
"publishingEnabled",
|
|
7751
|
+
"requestHeader",
|
|
7752
|
+
"requestedPublishingInterval",
|
|
7753
|
+
"requestedLifetimeCount",
|
|
7754
|
+
"requestedMaxKeepAliveCount",
|
|
7755
|
+
"maxNotificationsPerPublish",
|
|
7756
|
+
"publishingEnabled",
|
|
7757
7757
|
"priority"
|
|
7758
7758
|
];
|
|
7759
7759
|
public static dataTypeNodeId = makeExpandedNodeId(785, 0);
|
|
@@ -7867,10 +7867,10 @@ export interface CreateSubscriptionResponseOptions {
|
|
|
7867
7867
|
export class CreateSubscriptionResponse extends ExtensionObject {
|
|
7868
7868
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSubscriptionResponse; }
|
|
7869
7869
|
public static possibleFields: string[] = [
|
|
7870
|
-
"responseHeader",
|
|
7871
|
-
"subscriptionId",
|
|
7872
|
-
"revisedPublishingInterval",
|
|
7873
|
-
"revisedLifetimeCount",
|
|
7870
|
+
"responseHeader",
|
|
7871
|
+
"subscriptionId",
|
|
7872
|
+
"revisedPublishingInterval",
|
|
7873
|
+
"revisedLifetimeCount",
|
|
7874
7874
|
"revisedMaxKeepAliveCount"
|
|
7875
7875
|
];
|
|
7876
7876
|
public static dataTypeNodeId = makeExpandedNodeId(788, 0);
|
|
@@ -7968,9 +7968,9 @@ export interface CurrencyUnitTypeOptions {
|
|
|
7968
7968
|
export class CurrencyUnitType extends ExtensionObject {
|
|
7969
7969
|
public static get schema(): IStructuredTypeSchema { return schemaCurrencyUnitType; }
|
|
7970
7970
|
public static possibleFields: string[] = [
|
|
7971
|
-
"numericCode",
|
|
7972
|
-
"exponent",
|
|
7973
|
-
"alphabeticCode",
|
|
7971
|
+
"numericCode",
|
|
7972
|
+
"exponent",
|
|
7973
|
+
"alphabeticCode",
|
|
7974
7974
|
"currency"
|
|
7975
7975
|
];
|
|
7976
7976
|
public static dataTypeNodeId = makeExpandedNodeId(23498, 0);
|
|
@@ -8082,8 +8082,8 @@ export interface DataChangeFilterOptions extends MonitoringFilterOptions {
|
|
|
8082
8082
|
export class DataChangeFilter extends MonitoringFilter {
|
|
8083
8083
|
public static get schema(): IStructuredTypeSchema { return schemaDataChangeFilter; }
|
|
8084
8084
|
public static possibleFields: string[] = [
|
|
8085
|
-
"trigger",
|
|
8086
|
-
"deadbandType",
|
|
8085
|
+
"trigger",
|
|
8086
|
+
"deadbandType",
|
|
8087
8087
|
"deadbandValue"
|
|
8088
8088
|
];
|
|
8089
8089
|
public static dataTypeNodeId = makeExpandedNodeId(722, 0);
|
|
@@ -8218,7 +8218,7 @@ export interface MonitoredItemNotificationOptions {
|
|
|
8218
8218
|
export class MonitoredItemNotification extends ExtensionObject {
|
|
8219
8219
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemNotification; }
|
|
8220
8220
|
public static possibleFields: string[] = [
|
|
8221
|
-
"clientHandle",
|
|
8221
|
+
"clientHandle",
|
|
8222
8222
|
"value"
|
|
8223
8223
|
];
|
|
8224
8224
|
public static dataTypeNodeId = makeExpandedNodeId(806, 0);
|
|
@@ -8291,7 +8291,7 @@ export interface DataChangeNotificationOptions extends NotificationDataOptions {
|
|
|
8291
8291
|
export class DataChangeNotification extends NotificationData {
|
|
8292
8292
|
public static get schema(): IStructuredTypeSchema { return schemaDataChangeNotification; }
|
|
8293
8293
|
public static possibleFields: string[] = [
|
|
8294
|
-
"monitoredItems",
|
|
8294
|
+
"monitoredItems",
|
|
8295
8295
|
"diagnosticInfos"
|
|
8296
8296
|
];
|
|
8297
8297
|
public static dataTypeNodeId = makeExpandedNodeId(809, 0);
|
|
@@ -8370,7 +8370,7 @@ export interface DataTypeDescriptionOptions {
|
|
|
8370
8370
|
export class DataTypeDescription extends ExtensionObject {
|
|
8371
8371
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeDescription; }
|
|
8372
8372
|
public static possibleFields: string[] = [
|
|
8373
|
-
"dataTypeId",
|
|
8373
|
+
"dataTypeId",
|
|
8374
8374
|
"name"
|
|
8375
8375
|
];
|
|
8376
8376
|
public static dataTypeNodeId = makeExpandedNodeId(14525, 0);
|
|
@@ -8547,12 +8547,12 @@ export interface StructureFieldOptions {
|
|
|
8547
8547
|
export class StructureField extends ExtensionObject {
|
|
8548
8548
|
public static get schema(): IStructuredTypeSchema { return schemaStructureField; }
|
|
8549
8549
|
public static possibleFields: string[] = [
|
|
8550
|
-
"name",
|
|
8551
|
-
"description",
|
|
8552
|
-
"dataType",
|
|
8553
|
-
"valueRank",
|
|
8554
|
-
"arrayDimensions",
|
|
8555
|
-
"maxStringLength",
|
|
8550
|
+
"name",
|
|
8551
|
+
"description",
|
|
8552
|
+
"dataType",
|
|
8553
|
+
"valueRank",
|
|
8554
|
+
"arrayDimensions",
|
|
8555
|
+
"maxStringLength",
|
|
8556
8556
|
"isOptional"
|
|
8557
8557
|
];
|
|
8558
8558
|
public static dataTypeNodeId = makeExpandedNodeId(101, 0);
|
|
@@ -8661,9 +8661,9 @@ export interface StructureDefinitionOptions {
|
|
|
8661
8661
|
export class StructureDefinition extends DataTypeDefinition {
|
|
8662
8662
|
public static get schema(): IStructuredTypeSchema { return schemaStructureDefinition; }
|
|
8663
8663
|
public static possibleFields: string[] = [
|
|
8664
|
-
"defaultEncodingId",
|
|
8665
|
-
"baseDataType",
|
|
8666
|
-
"structureType",
|
|
8664
|
+
"defaultEncodingId",
|
|
8665
|
+
"baseDataType",
|
|
8666
|
+
"structureType",
|
|
8667
8667
|
"fields"
|
|
8668
8668
|
];
|
|
8669
8669
|
public static dataTypeNodeId = makeExpandedNodeId(99, 0);
|
|
@@ -8757,8 +8757,8 @@ export interface StructureDescriptionOptions extends DataTypeDescriptionOptions
|
|
|
8757
8757
|
export class StructureDescription extends DataTypeDescription {
|
|
8758
8758
|
public static get schema(): IStructuredTypeSchema { return schemaStructureDescription; }
|
|
8759
8759
|
public static possibleFields: string[] = [
|
|
8760
|
-
"dataTypeId",
|
|
8761
|
-
"name",
|
|
8760
|
+
"dataTypeId",
|
|
8761
|
+
"name",
|
|
8762
8762
|
"structureDefinition"
|
|
8763
8763
|
];
|
|
8764
8764
|
public static dataTypeNodeId = makeExpandedNodeId(15487, 0);
|
|
@@ -8830,8 +8830,8 @@ export interface EnumValueTypeOptions {
|
|
|
8830
8830
|
export class EnumValueType extends ExtensionObject {
|
|
8831
8831
|
public static get schema(): IStructuredTypeSchema { return schemaEnumValueType; }
|
|
8832
8832
|
public static possibleFields: string[] = [
|
|
8833
|
-
"value",
|
|
8834
|
-
"displayName",
|
|
8833
|
+
"value",
|
|
8834
|
+
"displayName",
|
|
8835
8835
|
"description"
|
|
8836
8836
|
];
|
|
8837
8837
|
public static dataTypeNodeId = makeExpandedNodeId(7594, 0);
|
|
@@ -8901,9 +8901,9 @@ export interface EnumFieldOptions extends EnumValueTypeOptions {
|
|
|
8901
8901
|
export class EnumField extends EnumValueType {
|
|
8902
8902
|
public static get schema(): IStructuredTypeSchema { return schemaEnumField; }
|
|
8903
8903
|
public static possibleFields: string[] = [
|
|
8904
|
-
"value",
|
|
8905
|
-
"displayName",
|
|
8906
|
-
"description",
|
|
8904
|
+
"value",
|
|
8905
|
+
"displayName",
|
|
8906
|
+
"description",
|
|
8907
8907
|
"name"
|
|
8908
8908
|
];
|
|
8909
8909
|
public static dataTypeNodeId = makeExpandedNodeId(102, 0);
|
|
@@ -9037,9 +9037,9 @@ export interface EnumDescriptionOptions extends DataTypeDescriptionOptions {
|
|
|
9037
9037
|
export class EnumDescription extends DataTypeDescription {
|
|
9038
9038
|
public static get schema(): IStructuredTypeSchema { return schemaEnumDescription; }
|
|
9039
9039
|
public static possibleFields: string[] = [
|
|
9040
|
-
"dataTypeId",
|
|
9041
|
-
"name",
|
|
9042
|
-
"enumDefinition",
|
|
9040
|
+
"dataTypeId",
|
|
9041
|
+
"name",
|
|
9042
|
+
"enumDefinition",
|
|
9043
9043
|
"builtInType"
|
|
9044
9044
|
];
|
|
9045
9045
|
public static dataTypeNodeId = makeExpandedNodeId(15488, 0);
|
|
@@ -9110,9 +9110,9 @@ export interface SimpleTypeDescriptionOptions extends DataTypeDescriptionOptions
|
|
|
9110
9110
|
export class SimpleTypeDescription extends DataTypeDescription {
|
|
9111
9111
|
public static get schema(): IStructuredTypeSchema { return schemaSimpleTypeDescription; }
|
|
9112
9112
|
public static possibleFields: string[] = [
|
|
9113
|
-
"dataTypeId",
|
|
9114
|
-
"name",
|
|
9115
|
-
"baseDataType",
|
|
9113
|
+
"dataTypeId",
|
|
9114
|
+
"name",
|
|
9115
|
+
"baseDataType",
|
|
9116
9116
|
"builtInType"
|
|
9117
9117
|
];
|
|
9118
9118
|
public static dataTypeNodeId = makeExpandedNodeId(15005, 0);
|
|
@@ -9199,9 +9199,9 @@ export interface DataTypeSchemaHeaderOptions {
|
|
|
9199
9199
|
export class DataTypeSchemaHeader extends ExtensionObject {
|
|
9200
9200
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeSchemaHeader; }
|
|
9201
9201
|
public static possibleFields: string[] = [
|
|
9202
|
-
"namespaces",
|
|
9203
|
-
"structureDataTypes",
|
|
9204
|
-
"enumDataTypes",
|
|
9202
|
+
"namespaces",
|
|
9203
|
+
"structureDataTypes",
|
|
9204
|
+
"enumDataTypes",
|
|
9205
9205
|
"simpleDataTypes"
|
|
9206
9206
|
];
|
|
9207
9207
|
public static dataTypeNodeId = makeExpandedNodeId(15534, 0);
|
|
@@ -9380,15 +9380,15 @@ export interface FieldMetaDataOptions {
|
|
|
9380
9380
|
export class FieldMetaData extends ExtensionObject {
|
|
9381
9381
|
public static get schema(): IStructuredTypeSchema { return schemaFieldMetaData; }
|
|
9382
9382
|
public static possibleFields: string[] = [
|
|
9383
|
-
"name",
|
|
9384
|
-
"description",
|
|
9385
|
-
"fieldFlags",
|
|
9386
|
-
"builtInType",
|
|
9387
|
-
"dataType",
|
|
9388
|
-
"valueRank",
|
|
9389
|
-
"arrayDimensions",
|
|
9390
|
-
"maxStringLength",
|
|
9391
|
-
"dataSetFieldId",
|
|
9383
|
+
"name",
|
|
9384
|
+
"description",
|
|
9385
|
+
"fieldFlags",
|
|
9386
|
+
"builtInType",
|
|
9387
|
+
"dataType",
|
|
9388
|
+
"valueRank",
|
|
9389
|
+
"arrayDimensions",
|
|
9390
|
+
"maxStringLength",
|
|
9391
|
+
"dataSetFieldId",
|
|
9392
9392
|
"properties"
|
|
9393
9393
|
];
|
|
9394
9394
|
public static dataTypeNodeId = makeExpandedNodeId(14524, 0);
|
|
@@ -9537,14 +9537,14 @@ export interface DataSetMetaDataTypeOptions extends DataTypeSchemaHeaderOptions
|
|
|
9537
9537
|
export class DataSetMetaDataType extends DataTypeSchemaHeader {
|
|
9538
9538
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetMetaDataType; }
|
|
9539
9539
|
public static possibleFields: string[] = [
|
|
9540
|
-
"namespaces",
|
|
9541
|
-
"structureDataTypes",
|
|
9542
|
-
"enumDataTypes",
|
|
9543
|
-
"simpleDataTypes",
|
|
9544
|
-
"name",
|
|
9545
|
-
"description",
|
|
9546
|
-
"fields",
|
|
9547
|
-
"dataSetClassId",
|
|
9540
|
+
"namespaces",
|
|
9541
|
+
"structureDataTypes",
|
|
9542
|
+
"enumDataTypes",
|
|
9543
|
+
"simpleDataTypes",
|
|
9544
|
+
"name",
|
|
9545
|
+
"description",
|
|
9546
|
+
"fields",
|
|
9547
|
+
"dataSetClassId",
|
|
9548
9548
|
"configurationVersion"
|
|
9549
9549
|
];
|
|
9550
9550
|
public static dataTypeNodeId = makeExpandedNodeId(14523, 0);
|
|
@@ -9754,22 +9754,22 @@ export interface DataSetReaderDataTypeOptions {
|
|
|
9754
9754
|
export class DataSetReaderDataType extends ExtensionObject {
|
|
9755
9755
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetReaderDataType; }
|
|
9756
9756
|
public static possibleFields: string[] = [
|
|
9757
|
-
"name",
|
|
9758
|
-
"enabled",
|
|
9759
|
-
"publisherId",
|
|
9760
|
-
"writerGroupId",
|
|
9761
|
-
"dataSetWriterId",
|
|
9762
|
-
"dataSetMetaData",
|
|
9763
|
-
"dataSetFieldContentMask",
|
|
9764
|
-
"messageReceiveTimeout",
|
|
9765
|
-
"keyFrameCount",
|
|
9766
|
-
"headerLayoutUri",
|
|
9767
|
-
"securityMode",
|
|
9768
|
-
"securityGroupId",
|
|
9769
|
-
"securityKeyServices",
|
|
9770
|
-
"dataSetReaderProperties",
|
|
9771
|
-
"transportSettings",
|
|
9772
|
-
"messageSettings",
|
|
9757
|
+
"name",
|
|
9758
|
+
"enabled",
|
|
9759
|
+
"publisherId",
|
|
9760
|
+
"writerGroupId",
|
|
9761
|
+
"dataSetWriterId",
|
|
9762
|
+
"dataSetMetaData",
|
|
9763
|
+
"dataSetFieldContentMask",
|
|
9764
|
+
"messageReceiveTimeout",
|
|
9765
|
+
"keyFrameCount",
|
|
9766
|
+
"headerLayoutUri",
|
|
9767
|
+
"securityMode",
|
|
9768
|
+
"securityGroupId",
|
|
9769
|
+
"securityKeyServices",
|
|
9770
|
+
"dataSetReaderProperties",
|
|
9771
|
+
"transportSettings",
|
|
9772
|
+
"messageSettings",
|
|
9773
9773
|
"subscribedDataSet"
|
|
9774
9774
|
];
|
|
9775
9775
|
public static dataTypeNodeId = makeExpandedNodeId(15623, 0);
|
|
@@ -10042,14 +10042,14 @@ export interface DataSetWriterDataTypeOptions {
|
|
|
10042
10042
|
export class DataSetWriterDataType extends ExtensionObject {
|
|
10043
10043
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetWriterDataType; }
|
|
10044
10044
|
public static possibleFields: string[] = [
|
|
10045
|
-
"name",
|
|
10046
|
-
"enabled",
|
|
10047
|
-
"dataSetWriterId",
|
|
10048
|
-
"dataSetFieldContentMask",
|
|
10049
|
-
"keyFrameCount",
|
|
10050
|
-
"dataSetName",
|
|
10051
|
-
"dataSetWriterProperties",
|
|
10052
|
-
"transportSettings",
|
|
10045
|
+
"name",
|
|
10046
|
+
"enabled",
|
|
10047
|
+
"dataSetWriterId",
|
|
10048
|
+
"dataSetFieldContentMask",
|
|
10049
|
+
"keyFrameCount",
|
|
10050
|
+
"dataSetName",
|
|
10051
|
+
"dataSetWriterProperties",
|
|
10052
|
+
"transportSettings",
|
|
10053
10053
|
"messageSettings"
|
|
10054
10054
|
];
|
|
10055
10055
|
public static dataTypeNodeId = makeExpandedNodeId(15597, 0);
|
|
@@ -10240,10 +10240,10 @@ export interface NodeAttributesOptions {
|
|
|
10240
10240
|
export class NodeAttributes extends ExtensionObject {
|
|
10241
10241
|
public static get schema(): IStructuredTypeSchema { return schemaNodeAttributes; }
|
|
10242
10242
|
public static possibleFields: string[] = [
|
|
10243
|
-
"specifiedAttributes",
|
|
10244
|
-
"displayName",
|
|
10245
|
-
"description",
|
|
10246
|
-
"writeMask",
|
|
10243
|
+
"specifiedAttributes",
|
|
10244
|
+
"displayName",
|
|
10245
|
+
"description",
|
|
10246
|
+
"writeMask",
|
|
10247
10247
|
"userWriteMask"
|
|
10248
10248
|
];
|
|
10249
10249
|
public static dataTypeNodeId = makeExpandedNodeId(349, 0);
|
|
@@ -10323,11 +10323,11 @@ export interface DataTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
10323
10323
|
export class DataTypeAttributes extends NodeAttributes {
|
|
10324
10324
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeAttributes; }
|
|
10325
10325
|
public static possibleFields: string[] = [
|
|
10326
|
-
"specifiedAttributes",
|
|
10327
|
-
"displayName",
|
|
10328
|
-
"description",
|
|
10329
|
-
"writeMask",
|
|
10330
|
-
"userWriteMask",
|
|
10326
|
+
"specifiedAttributes",
|
|
10327
|
+
"displayName",
|
|
10328
|
+
"description",
|
|
10329
|
+
"writeMask",
|
|
10330
|
+
"userWriteMask",
|
|
10331
10331
|
"isAbstract"
|
|
10332
10332
|
];
|
|
10333
10333
|
public static dataTypeNodeId = makeExpandedNodeId(370, 0);
|
|
@@ -10428,7 +10428,7 @@ export interface RolePermissionTypeOptions {
|
|
|
10428
10428
|
export class RolePermissionType extends ExtensionObject {
|
|
10429
10429
|
public static get schema(): IStructuredTypeSchema { return schemaRolePermissionType; }
|
|
10430
10430
|
public static possibleFields: string[] = [
|
|
10431
|
-
"roleId",
|
|
10431
|
+
"roleId",
|
|
10432
10432
|
"permissions"
|
|
10433
10433
|
];
|
|
10434
10434
|
public static dataTypeNodeId = makeExpandedNodeId(96, 0);
|
|
@@ -10516,8 +10516,8 @@ export interface ReferenceNodeOptions {
|
|
|
10516
10516
|
export class ReferenceNode extends ExtensionObject {
|
|
10517
10517
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceNode; }
|
|
10518
10518
|
public static possibleFields: string[] = [
|
|
10519
|
-
"referenceTypeId",
|
|
10520
|
-
"isInverse",
|
|
10519
|
+
"referenceTypeId",
|
|
10520
|
+
"isInverse",
|
|
10521
10521
|
"targetId"
|
|
10522
10522
|
];
|
|
10523
10523
|
public static dataTypeNodeId = makeExpandedNodeId(285, 0);
|
|
@@ -10650,16 +10650,16 @@ export interface NodeOptions {
|
|
|
10650
10650
|
export class Node extends ExtensionObject {
|
|
10651
10651
|
public static get schema(): IStructuredTypeSchema { return schemaNode; }
|
|
10652
10652
|
public static possibleFields: string[] = [
|
|
10653
|
-
"nodeId",
|
|
10654
|
-
"nodeClass",
|
|
10655
|
-
"browseName",
|
|
10656
|
-
"displayName",
|
|
10657
|
-
"description",
|
|
10658
|
-
"writeMask",
|
|
10659
|
-
"userWriteMask",
|
|
10660
|
-
"rolePermissions",
|
|
10661
|
-
"userRolePermissions",
|
|
10662
|
-
"accessRestrictions",
|
|
10653
|
+
"nodeId",
|
|
10654
|
+
"nodeClass",
|
|
10655
|
+
"browseName",
|
|
10656
|
+
"displayName",
|
|
10657
|
+
"description",
|
|
10658
|
+
"writeMask",
|
|
10659
|
+
"userWriteMask",
|
|
10660
|
+
"rolePermissions",
|
|
10661
|
+
"userRolePermissions",
|
|
10662
|
+
"accessRestrictions",
|
|
10663
10663
|
"references"
|
|
10664
10664
|
];
|
|
10665
10665
|
public static dataTypeNodeId = makeExpandedNodeId(258, 0);
|
|
@@ -10798,16 +10798,16 @@ export interface TypeNodeOptions extends NodeOptions {
|
|
|
10798
10798
|
export class TypeNode extends Node {
|
|
10799
10799
|
public static get schema(): IStructuredTypeSchema { return schemaTypeNode; }
|
|
10800
10800
|
public static possibleFields: string[] = [
|
|
10801
|
-
"nodeId",
|
|
10802
|
-
"nodeClass",
|
|
10803
|
-
"browseName",
|
|
10804
|
-
"displayName",
|
|
10805
|
-
"description",
|
|
10806
|
-
"writeMask",
|
|
10807
|
-
"userWriteMask",
|
|
10808
|
-
"rolePermissions",
|
|
10809
|
-
"userRolePermissions",
|
|
10810
|
-
"accessRestrictions",
|
|
10801
|
+
"nodeId",
|
|
10802
|
+
"nodeClass",
|
|
10803
|
+
"browseName",
|
|
10804
|
+
"displayName",
|
|
10805
|
+
"description",
|
|
10806
|
+
"writeMask",
|
|
10807
|
+
"userWriteMask",
|
|
10808
|
+
"rolePermissions",
|
|
10809
|
+
"userRolePermissions",
|
|
10810
|
+
"accessRestrictions",
|
|
10811
10811
|
"references"
|
|
10812
10812
|
];
|
|
10813
10813
|
public static dataTypeNodeId = makeExpandedNodeId(11880, 0);
|
|
@@ -10889,21 +10889,21 @@ export interface DataTypeNodeOptions extends TypeNodeOptions {
|
|
|
10889
10889
|
export class DataTypeNode extends TypeNode {
|
|
10890
10890
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeNode; }
|
|
10891
10891
|
public static possibleFields: string[] = [
|
|
10892
|
-
"nodeId",
|
|
10893
|
-
"nodeClass",
|
|
10894
|
-
"browseName",
|
|
10895
|
-
"displayName",
|
|
10896
|
-
"description",
|
|
10897
|
-
"writeMask",
|
|
10898
|
-
"userWriteMask",
|
|
10899
|
-
"rolePermissions",
|
|
10900
|
-
"userRolePermissions",
|
|
10901
|
-
"accessRestrictions",
|
|
10902
|
-
"references",
|
|
10903
|
-
"rolePermissions",
|
|
10904
|
-
"userRolePermissions",
|
|
10905
|
-
"references",
|
|
10906
|
-
"isAbstract",
|
|
10892
|
+
"nodeId",
|
|
10893
|
+
"nodeClass",
|
|
10894
|
+
"browseName",
|
|
10895
|
+
"displayName",
|
|
10896
|
+
"description",
|
|
10897
|
+
"writeMask",
|
|
10898
|
+
"userWriteMask",
|
|
10899
|
+
"rolePermissions",
|
|
10900
|
+
"userRolePermissions",
|
|
10901
|
+
"accessRestrictions",
|
|
10902
|
+
"references",
|
|
10903
|
+
"rolePermissions",
|
|
10904
|
+
"userRolePermissions",
|
|
10905
|
+
"references",
|
|
10906
|
+
"isAbstract",
|
|
10907
10907
|
"dataTypeDefinition"
|
|
10908
10908
|
];
|
|
10909
10909
|
public static dataTypeNodeId = makeExpandedNodeId(282, 0);
|
|
@@ -11085,10 +11085,10 @@ export interface DatagramConnectionTransport2DataTypeOptions extends DatagramCon
|
|
|
11085
11085
|
export class DatagramConnectionTransport2DataType extends DatagramConnectionTransportDataType {
|
|
11086
11086
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramConnectionTransport2DataType; }
|
|
11087
11087
|
public static possibleFields: string[] = [
|
|
11088
|
-
"discoveryAddress",
|
|
11089
|
-
"discoveryAnnounceRate",
|
|
11090
|
-
"discoveryMaxMessageSize",
|
|
11091
|
-
"qosCategory",
|
|
11088
|
+
"discoveryAddress",
|
|
11089
|
+
"discoveryAnnounceRate",
|
|
11090
|
+
"discoveryMaxMessageSize",
|
|
11091
|
+
"qosCategory",
|
|
11092
11092
|
"datagramQos"
|
|
11093
11093
|
];
|
|
11094
11094
|
public static dataTypeNodeId = makeExpandedNodeId(23612, 0);
|
|
@@ -11182,9 +11182,9 @@ export interface DatagramDataSetReaderTransportDataTypeOptions extends DataSetRe
|
|
|
11182
11182
|
export class DatagramDataSetReaderTransportDataType extends DataSetReaderTransportDataType {
|
|
11183
11183
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramDataSetReaderTransportDataType; }
|
|
11184
11184
|
public static possibleFields: string[] = [
|
|
11185
|
-
"address",
|
|
11186
|
-
"qosCategory",
|
|
11187
|
-
"datagramQos",
|
|
11185
|
+
"address",
|
|
11186
|
+
"qosCategory",
|
|
11187
|
+
"datagramQos",
|
|
11188
11188
|
"topic"
|
|
11189
11189
|
];
|
|
11190
11190
|
public static dataTypeNodeId = makeExpandedNodeId(23614, 0);
|
|
@@ -11265,7 +11265,7 @@ export interface DatagramWriterGroupTransportDataTypeOptions extends WriterGroup
|
|
|
11265
11265
|
export class DatagramWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
11266
11266
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramWriterGroupTransportDataType; }
|
|
11267
11267
|
public static possibleFields: string[] = [
|
|
11268
|
-
"messageRepeatCount",
|
|
11268
|
+
"messageRepeatCount",
|
|
11269
11269
|
"messageRepeatDelay"
|
|
11270
11270
|
];
|
|
11271
11271
|
public static dataTypeNodeId = makeExpandedNodeId(15532, 0);
|
|
@@ -11355,12 +11355,12 @@ export interface DatagramWriterGroupTransport2DataTypeOptions extends DatagramWr
|
|
|
11355
11355
|
export class DatagramWriterGroupTransport2DataType extends DatagramWriterGroupTransportDataType {
|
|
11356
11356
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramWriterGroupTransport2DataType; }
|
|
11357
11357
|
public static possibleFields: string[] = [
|
|
11358
|
-
"messageRepeatCount",
|
|
11359
|
-
"messageRepeatDelay",
|
|
11360
|
-
"address",
|
|
11361
|
-
"qosCategory",
|
|
11362
|
-
"datagramQos",
|
|
11363
|
-
"discoveryAnnounceRate",
|
|
11358
|
+
"messageRepeatCount",
|
|
11359
|
+
"messageRepeatDelay",
|
|
11360
|
+
"address",
|
|
11361
|
+
"qosCategory",
|
|
11362
|
+
"datagramQos",
|
|
11363
|
+
"discoveryAnnounceRate",
|
|
11364
11364
|
"topic"
|
|
11365
11365
|
];
|
|
11366
11366
|
public static dataTypeNodeId = makeExpandedNodeId(23613, 0);
|
|
@@ -11446,7 +11446,7 @@ export interface DecimalDataTypeOptions {
|
|
|
11446
11446
|
export class DecimalDataType extends ExtensionObject {
|
|
11447
11447
|
public static get schema(): IStructuredTypeSchema { return schemaDecimalDataType; }
|
|
11448
11448
|
public static possibleFields: string[] = [
|
|
11449
|
-
"scale",
|
|
11449
|
+
"scale",
|
|
11450
11450
|
"value"
|
|
11451
11451
|
];
|
|
11452
11452
|
public static dataTypeNodeId = makeExpandedNodeId(17861, 0);
|
|
@@ -11571,7 +11571,7 @@ export interface DeleteAtTimeDetailsOptions extends HistoryUpdateDetailsOptions
|
|
|
11571
11571
|
export class DeleteAtTimeDetails extends HistoryUpdateDetails {
|
|
11572
11572
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteAtTimeDetails; }
|
|
11573
11573
|
public static possibleFields: string[] = [
|
|
11574
|
-
"nodeId",
|
|
11574
|
+
"nodeId",
|
|
11575
11575
|
"reqTimes"
|
|
11576
11576
|
];
|
|
11577
11577
|
public static dataTypeNodeId = makeExpandedNodeId(689, 0);
|
|
@@ -11632,7 +11632,7 @@ export interface DeleteEventDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
11632
11632
|
export class DeleteEventDetails extends HistoryUpdateDetails {
|
|
11633
11633
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteEventDetails; }
|
|
11634
11634
|
public static possibleFields: string[] = [
|
|
11635
|
-
"nodeId",
|
|
11635
|
+
"nodeId",
|
|
11636
11636
|
"eventIds"
|
|
11637
11637
|
];
|
|
11638
11638
|
public static dataTypeNodeId = makeExpandedNodeId(692, 0);
|
|
@@ -11705,8 +11705,8 @@ export interface DeleteMonitoredItemsRequestOptions {
|
|
|
11705
11705
|
export class DeleteMonitoredItemsRequest extends ExtensionObject {
|
|
11706
11706
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteMonitoredItemsRequest; }
|
|
11707
11707
|
public static possibleFields: string[] = [
|
|
11708
|
-
"requestHeader",
|
|
11709
|
-
"subscriptionId",
|
|
11708
|
+
"requestHeader",
|
|
11709
|
+
"subscriptionId",
|
|
11710
11710
|
"monitoredItemIds"
|
|
11711
11711
|
];
|
|
11712
11712
|
public static dataTypeNodeId = makeExpandedNodeId(779, 0);
|
|
@@ -11790,8 +11790,8 @@ export interface DeleteMonitoredItemsResponseOptions {
|
|
|
11790
11790
|
export class DeleteMonitoredItemsResponse extends ExtensionObject {
|
|
11791
11791
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteMonitoredItemsResponse; }
|
|
11792
11792
|
public static possibleFields: string[] = [
|
|
11793
|
-
"responseHeader",
|
|
11794
|
-
"results",
|
|
11793
|
+
"responseHeader",
|
|
11794
|
+
"results",
|
|
11795
11795
|
"diagnosticInfos"
|
|
11796
11796
|
];
|
|
11797
11797
|
public static dataTypeNodeId = makeExpandedNodeId(782, 0);
|
|
@@ -11867,7 +11867,7 @@ export interface DeleteNodesItemOptions {
|
|
|
11867
11867
|
export class DeleteNodesItem extends ExtensionObject {
|
|
11868
11868
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesItem; }
|
|
11869
11869
|
public static possibleFields: string[] = [
|
|
11870
|
-
"nodeId",
|
|
11870
|
+
"nodeId",
|
|
11871
11871
|
"deleteTargetReferences"
|
|
11872
11872
|
];
|
|
11873
11873
|
public static dataTypeNodeId = makeExpandedNodeId(382, 0);
|
|
@@ -11939,7 +11939,7 @@ export interface DeleteNodesRequestOptions {
|
|
|
11939
11939
|
export class DeleteNodesRequest extends ExtensionObject {
|
|
11940
11940
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesRequest; }
|
|
11941
11941
|
public static possibleFields: string[] = [
|
|
11942
|
-
"requestHeader",
|
|
11942
|
+
"requestHeader",
|
|
11943
11943
|
"nodesToDelete"
|
|
11944
11944
|
];
|
|
11945
11945
|
public static dataTypeNodeId = makeExpandedNodeId(498, 0);
|
|
@@ -12026,8 +12026,8 @@ export interface DeleteNodesResponseOptions {
|
|
|
12026
12026
|
export class DeleteNodesResponse extends ExtensionObject {
|
|
12027
12027
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesResponse; }
|
|
12028
12028
|
public static possibleFields: string[] = [
|
|
12029
|
-
"responseHeader",
|
|
12030
|
-
"results",
|
|
12029
|
+
"responseHeader",
|
|
12030
|
+
"results",
|
|
12031
12031
|
"diagnosticInfos"
|
|
12032
12032
|
];
|
|
12033
12033
|
public static dataTypeNodeId = makeExpandedNodeId(501, 0);
|
|
@@ -12109,9 +12109,9 @@ export interface DeleteRawModifiedDetailsOptions extends HistoryUpdateDetailsOpt
|
|
|
12109
12109
|
export class DeleteRawModifiedDetails extends HistoryUpdateDetails {
|
|
12110
12110
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteRawModifiedDetails; }
|
|
12111
12111
|
public static possibleFields: string[] = [
|
|
12112
|
-
"nodeId",
|
|
12113
|
-
"isDeleteModified",
|
|
12114
|
-
"startTime",
|
|
12112
|
+
"nodeId",
|
|
12113
|
+
"isDeleteModified",
|
|
12114
|
+
"startTime",
|
|
12115
12115
|
"endTime"
|
|
12116
12116
|
];
|
|
12117
12117
|
public static dataTypeNodeId = makeExpandedNodeId(686, 0);
|
|
@@ -12205,10 +12205,10 @@ export interface DeleteReferencesItemOptions {
|
|
|
12205
12205
|
export class DeleteReferencesItem extends ExtensionObject {
|
|
12206
12206
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesItem; }
|
|
12207
12207
|
public static possibleFields: string[] = [
|
|
12208
|
-
"sourceNodeId",
|
|
12209
|
-
"referenceTypeId",
|
|
12210
|
-
"isForward",
|
|
12211
|
-
"targetNodeId",
|
|
12208
|
+
"sourceNodeId",
|
|
12209
|
+
"referenceTypeId",
|
|
12210
|
+
"isForward",
|
|
12211
|
+
"targetNodeId",
|
|
12212
12212
|
"deleteBidirectional"
|
|
12213
12213
|
];
|
|
12214
12214
|
public static dataTypeNodeId = makeExpandedNodeId(385, 0);
|
|
@@ -12295,7 +12295,7 @@ export interface DeleteReferencesRequestOptions {
|
|
|
12295
12295
|
export class DeleteReferencesRequest extends ExtensionObject {
|
|
12296
12296
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesRequest; }
|
|
12297
12297
|
public static possibleFields: string[] = [
|
|
12298
|
-
"requestHeader",
|
|
12298
|
+
"requestHeader",
|
|
12299
12299
|
"referencesToDelete"
|
|
12300
12300
|
];
|
|
12301
12301
|
public static dataTypeNodeId = makeExpandedNodeId(504, 0);
|
|
@@ -12382,8 +12382,8 @@ export interface DeleteReferencesResponseOptions {
|
|
|
12382
12382
|
export class DeleteReferencesResponse extends ExtensionObject {
|
|
12383
12383
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesResponse; }
|
|
12384
12384
|
public static possibleFields: string[] = [
|
|
12385
|
-
"responseHeader",
|
|
12386
|
-
"results",
|
|
12385
|
+
"responseHeader",
|
|
12386
|
+
"results",
|
|
12387
12387
|
"diagnosticInfos"
|
|
12388
12388
|
];
|
|
12389
12389
|
public static dataTypeNodeId = makeExpandedNodeId(507, 0);
|
|
@@ -12460,7 +12460,7 @@ export interface DeleteSubscriptionsRequestOptions {
|
|
|
12460
12460
|
export class DeleteSubscriptionsRequest extends ExtensionObject {
|
|
12461
12461
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteSubscriptionsRequest; }
|
|
12462
12462
|
public static possibleFields: string[] = [
|
|
12463
|
-
"requestHeader",
|
|
12463
|
+
"requestHeader",
|
|
12464
12464
|
"subscriptionIds"
|
|
12465
12465
|
];
|
|
12466
12466
|
public static dataTypeNodeId = makeExpandedNodeId(845, 0);
|
|
@@ -12539,8 +12539,8 @@ export interface DeleteSubscriptionsResponseOptions {
|
|
|
12539
12539
|
export class DeleteSubscriptionsResponse extends ExtensionObject {
|
|
12540
12540
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteSubscriptionsResponse; }
|
|
12541
12541
|
public static possibleFields: string[] = [
|
|
12542
|
-
"responseHeader",
|
|
12543
|
-
"results",
|
|
12542
|
+
"responseHeader",
|
|
12543
|
+
"results",
|
|
12544
12544
|
"diagnosticInfos"
|
|
12545
12545
|
];
|
|
12546
12546
|
public static dataTypeNodeId = makeExpandedNodeId(848, 0);
|
|
@@ -12664,7 +12664,7 @@ export interface DoubleComplexNumberTypeOptions {
|
|
|
12664
12664
|
export class DoubleComplexNumberType extends ExtensionObject {
|
|
12665
12665
|
public static get schema(): IStructuredTypeSchema { return schemaDoubleComplexNumberType; }
|
|
12666
12666
|
public static possibleFields: string[] = [
|
|
12667
|
-
"real",
|
|
12667
|
+
"real",
|
|
12668
12668
|
"imaginary"
|
|
12669
12669
|
];
|
|
12670
12670
|
public static dataTypeNodeId = makeExpandedNodeId(12172, 0);
|
|
@@ -12836,14 +12836,14 @@ export interface EndpointConfigurationOptions {
|
|
|
12836
12836
|
export class EndpointConfiguration extends ExtensionObject {
|
|
12837
12837
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointConfiguration; }
|
|
12838
12838
|
public static possibleFields: string[] = [
|
|
12839
|
-
"operationTimeout",
|
|
12840
|
-
"useBinaryEncoding",
|
|
12841
|
-
"maxStringLength",
|
|
12842
|
-
"maxByteStringLength",
|
|
12843
|
-
"maxArrayLength",
|
|
12844
|
-
"maxMessageSize",
|
|
12845
|
-
"maxBufferSize",
|
|
12846
|
-
"channelLifetime",
|
|
12839
|
+
"operationTimeout",
|
|
12840
|
+
"useBinaryEncoding",
|
|
12841
|
+
"maxStringLength",
|
|
12842
|
+
"maxByteStringLength",
|
|
12843
|
+
"maxArrayLength",
|
|
12844
|
+
"maxMessageSize",
|
|
12845
|
+
"maxBufferSize",
|
|
12846
|
+
"channelLifetime",
|
|
12847
12847
|
"securityTokenLifetime"
|
|
12848
12848
|
];
|
|
12849
12849
|
public static dataTypeNodeId = makeExpandedNodeId(331, 0);
|
|
@@ -12961,9 +12961,9 @@ export interface EndpointTypeOptions {
|
|
|
12961
12961
|
export class EndpointType extends ExtensionObject {
|
|
12962
12962
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointType; }
|
|
12963
12963
|
public static possibleFields: string[] = [
|
|
12964
|
-
"endpointUrl",
|
|
12965
|
-
"securityMode",
|
|
12966
|
-
"securityPolicyUri",
|
|
12964
|
+
"endpointUrl",
|
|
12965
|
+
"securityMode",
|
|
12966
|
+
"securityPolicyUri",
|
|
12967
12967
|
"transportProfileUri"
|
|
12968
12968
|
];
|
|
12969
12969
|
public static dataTypeNodeId = makeExpandedNodeId(15528, 0);
|
|
@@ -13115,7 +13115,7 @@ export interface EphemeralKeyTypeOptions {
|
|
|
13115
13115
|
export class EphemeralKeyType extends ExtensionObject {
|
|
13116
13116
|
public static get schema(): IStructuredTypeSchema { return schemaEphemeralKeyType; }
|
|
13117
13117
|
public static possibleFields: string[] = [
|
|
13118
|
-
"publicKey",
|
|
13118
|
+
"publicKey",
|
|
13119
13119
|
"signature"
|
|
13120
13120
|
];
|
|
13121
13121
|
public static dataTypeNodeId = makeExpandedNodeId(17548, 0);
|
|
@@ -13187,7 +13187,7 @@ export interface EventFieldListOptions {
|
|
|
13187
13187
|
export class EventFieldList extends ExtensionObject {
|
|
13188
13188
|
public static get schema(): IStructuredTypeSchema { return schemaEventFieldList; }
|
|
13189
13189
|
public static possibleFields: string[] = [
|
|
13190
|
-
"clientHandle",
|
|
13190
|
+
"clientHandle",
|
|
13191
13191
|
"eventFields"
|
|
13192
13192
|
];
|
|
13193
13193
|
public static dataTypeNodeId = makeExpandedNodeId(917, 0);
|
|
@@ -13259,7 +13259,7 @@ export interface EventFilterOptions extends MonitoringFilterOptions {
|
|
|
13259
13259
|
export class EventFilter extends MonitoringFilter {
|
|
13260
13260
|
public static get schema(): IStructuredTypeSchema { return schemaEventFilter; }
|
|
13261
13261
|
public static possibleFields: string[] = [
|
|
13262
|
-
"selectClauses",
|
|
13262
|
+
"selectClauses",
|
|
13263
13263
|
"whereClause"
|
|
13264
13264
|
];
|
|
13265
13265
|
public static dataTypeNodeId = makeExpandedNodeId(725, 0);
|
|
@@ -13346,8 +13346,8 @@ export interface EventFilterResultOptions extends MonitoringFilterResultOptions
|
|
|
13346
13346
|
export class EventFilterResult extends MonitoringFilterResult {
|
|
13347
13347
|
public static get schema(): IStructuredTypeSchema { return schemaEventFilterResult; }
|
|
13348
13348
|
public static possibleFields: string[] = [
|
|
13349
|
-
"selectClauseResults",
|
|
13350
|
-
"selectClauseDiagnosticInfos",
|
|
13349
|
+
"selectClauseResults",
|
|
13350
|
+
"selectClauseDiagnosticInfos",
|
|
13351
13351
|
"whereClauseResult"
|
|
13352
13352
|
];
|
|
13353
13353
|
public static dataTypeNodeId = makeExpandedNodeId(734, 0);
|
|
@@ -13546,12 +13546,12 @@ export interface FieldTargetDataTypeOptions {
|
|
|
13546
13546
|
export class FieldTargetDataType extends ExtensionObject {
|
|
13547
13547
|
public static get schema(): IStructuredTypeSchema { return schemaFieldTargetDataType; }
|
|
13548
13548
|
public static possibleFields: string[] = [
|
|
13549
|
-
"dataSetFieldId",
|
|
13550
|
-
"receiverIndexRange",
|
|
13551
|
-
"targetNodeId",
|
|
13552
|
-
"attributeId",
|
|
13553
|
-
"writeIndexRange",
|
|
13554
|
-
"overrideValueHandling",
|
|
13549
|
+
"dataSetFieldId",
|
|
13550
|
+
"receiverIndexRange",
|
|
13551
|
+
"targetNodeId",
|
|
13552
|
+
"attributeId",
|
|
13553
|
+
"writeIndexRange",
|
|
13554
|
+
"overrideValueHandling",
|
|
13555
13555
|
"overrideValue"
|
|
13556
13556
|
];
|
|
13557
13557
|
public static dataTypeNodeId = makeExpandedNodeId(14744, 0);
|
|
@@ -13671,9 +13671,9 @@ export interface FindServersOnNetworkRequestOptions {
|
|
|
13671
13671
|
export class FindServersOnNetworkRequest extends ExtensionObject {
|
|
13672
13672
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersOnNetworkRequest; }
|
|
13673
13673
|
public static possibleFields: string[] = [
|
|
13674
|
-
"requestHeader",
|
|
13675
|
-
"startingRecordId",
|
|
13676
|
-
"maxRecordsToReturn",
|
|
13674
|
+
"requestHeader",
|
|
13675
|
+
"startingRecordId",
|
|
13676
|
+
"maxRecordsToReturn",
|
|
13677
13677
|
"serverCapabilityFilter"
|
|
13678
13678
|
];
|
|
13679
13679
|
public static dataTypeNodeId = makeExpandedNodeId(12190, 0);
|
|
@@ -13767,9 +13767,9 @@ export interface ServerOnNetworkOptions {
|
|
|
13767
13767
|
export class ServerOnNetwork extends ExtensionObject {
|
|
13768
13768
|
public static get schema(): IStructuredTypeSchema { return schemaServerOnNetwork; }
|
|
13769
13769
|
public static possibleFields: string[] = [
|
|
13770
|
-
"recordId",
|
|
13771
|
-
"serverName",
|
|
13772
|
-
"discoveryUrl",
|
|
13770
|
+
"recordId",
|
|
13771
|
+
"serverName",
|
|
13772
|
+
"discoveryUrl",
|
|
13773
13773
|
"serverCapabilities"
|
|
13774
13774
|
];
|
|
13775
13775
|
public static dataTypeNodeId = makeExpandedNodeId(12189, 0);
|
|
@@ -13857,8 +13857,8 @@ export interface FindServersOnNetworkResponseOptions {
|
|
|
13857
13857
|
export class FindServersOnNetworkResponse extends ExtensionObject {
|
|
13858
13858
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersOnNetworkResponse; }
|
|
13859
13859
|
public static possibleFields: string[] = [
|
|
13860
|
-
"responseHeader",
|
|
13861
|
-
"lastCounterResetTime",
|
|
13860
|
+
"responseHeader",
|
|
13861
|
+
"lastCounterResetTime",
|
|
13862
13862
|
"servers"
|
|
13863
13863
|
];
|
|
13864
13864
|
public static dataTypeNodeId = makeExpandedNodeId(12191, 0);
|
|
@@ -13956,9 +13956,9 @@ export interface FindServersRequestOptions {
|
|
|
13956
13956
|
export class FindServersRequest extends ExtensionObject {
|
|
13957
13957
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersRequest; }
|
|
13958
13958
|
public static possibleFields: string[] = [
|
|
13959
|
-
"requestHeader",
|
|
13960
|
-
"endpointUrl",
|
|
13961
|
-
"localeIds",
|
|
13959
|
+
"requestHeader",
|
|
13960
|
+
"endpointUrl",
|
|
13961
|
+
"localeIds",
|
|
13962
13962
|
"serverUris"
|
|
13963
13963
|
];
|
|
13964
13964
|
public static dataTypeNodeId = makeExpandedNodeId(420, 0);
|
|
@@ -14040,7 +14040,7 @@ export interface FindServersResponseOptions {
|
|
|
14040
14040
|
export class FindServersResponse extends ExtensionObject {
|
|
14041
14041
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersResponse; }
|
|
14042
14042
|
public static possibleFields: string[] = [
|
|
14043
|
-
"responseHeader",
|
|
14043
|
+
"responseHeader",
|
|
14044
14044
|
"servers"
|
|
14045
14045
|
];
|
|
14046
14046
|
public static dataTypeNodeId = makeExpandedNodeId(423, 0);
|
|
@@ -14167,7 +14167,7 @@ export interface GenericAttributeValueOptions {
|
|
|
14167
14167
|
export class GenericAttributeValue extends ExtensionObject {
|
|
14168
14168
|
public static get schema(): IStructuredTypeSchema { return schemaGenericAttributeValue; }
|
|
14169
14169
|
public static possibleFields: string[] = [
|
|
14170
|
-
"attributeId",
|
|
14170
|
+
"attributeId",
|
|
14171
14171
|
"value"
|
|
14172
14172
|
];
|
|
14173
14173
|
public static dataTypeNodeId = makeExpandedNodeId(17606, 0);
|
|
@@ -14233,11 +14233,11 @@ export interface GenericAttributesOptions extends NodeAttributesOptions {
|
|
|
14233
14233
|
export class GenericAttributes extends NodeAttributes {
|
|
14234
14234
|
public static get schema(): IStructuredTypeSchema { return schemaGenericAttributes; }
|
|
14235
14235
|
public static possibleFields: string[] = [
|
|
14236
|
-
"specifiedAttributes",
|
|
14237
|
-
"displayName",
|
|
14238
|
-
"description",
|
|
14239
|
-
"writeMask",
|
|
14240
|
-
"userWriteMask",
|
|
14236
|
+
"specifiedAttributes",
|
|
14237
|
+
"displayName",
|
|
14238
|
+
"description",
|
|
14239
|
+
"writeMask",
|
|
14240
|
+
"userWriteMask",
|
|
14241
14241
|
"attributeValues"
|
|
14242
14242
|
];
|
|
14243
14243
|
public static dataTypeNodeId = makeExpandedNodeId(17607, 0);
|
|
@@ -14325,9 +14325,9 @@ export interface GetEndpointsRequestOptions {
|
|
|
14325
14325
|
export class GetEndpointsRequest extends ExtensionObject {
|
|
14326
14326
|
public static get schema(): IStructuredTypeSchema { return schemaGetEndpointsRequest; }
|
|
14327
14327
|
public static possibleFields: string[] = [
|
|
14328
|
-
"requestHeader",
|
|
14329
|
-
"endpointUrl",
|
|
14330
|
-
"localeIds",
|
|
14328
|
+
"requestHeader",
|
|
14329
|
+
"endpointUrl",
|
|
14330
|
+
"localeIds",
|
|
14331
14331
|
"profileUris"
|
|
14332
14332
|
];
|
|
14333
14333
|
public static dataTypeNodeId = makeExpandedNodeId(426, 0);
|
|
@@ -14409,7 +14409,7 @@ export interface GetEndpointsResponseOptions {
|
|
|
14409
14409
|
export class GetEndpointsResponse extends ExtensionObject {
|
|
14410
14410
|
public static get schema(): IStructuredTypeSchema { return schemaGetEndpointsResponse; }
|
|
14411
14411
|
public static possibleFields: string[] = [
|
|
14412
|
-
"responseHeader",
|
|
14412
|
+
"responseHeader",
|
|
14413
14413
|
"endpoints"
|
|
14414
14414
|
];
|
|
14415
14415
|
public static dataTypeNodeId = makeExpandedNodeId(429, 0);
|
|
@@ -14708,8 +14708,8 @@ export interface ModificationInfoOptions {
|
|
|
14708
14708
|
export class ModificationInfo extends ExtensionObject {
|
|
14709
14709
|
public static get schema(): IStructuredTypeSchema { return schemaModificationInfo; }
|
|
14710
14710
|
public static possibleFields: string[] = [
|
|
14711
|
-
"modificationTime",
|
|
14712
|
-
"updateType",
|
|
14711
|
+
"modificationTime",
|
|
14712
|
+
"updateType",
|
|
14713
14713
|
"userName"
|
|
14714
14714
|
];
|
|
14715
14715
|
public static dataTypeNodeId = makeExpandedNodeId(11216, 0);
|
|
@@ -14791,7 +14791,7 @@ export interface HistoryModifiedDataOptions extends HistoryDataOptions {
|
|
|
14791
14791
|
export class HistoryModifiedData extends HistoryData {
|
|
14792
14792
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryModifiedData; }
|
|
14793
14793
|
public static possibleFields: string[] = [
|
|
14794
|
-
"dataValues",
|
|
14794
|
+
"dataValues",
|
|
14795
14795
|
"modificationInfos"
|
|
14796
14796
|
];
|
|
14797
14797
|
public static dataTypeNodeId = makeExpandedNodeId(11217, 0);
|
|
@@ -14925,9 +14925,9 @@ export interface HistoryReadValueIdOptions {
|
|
|
14925
14925
|
export class HistoryReadValueId extends ExtensionObject {
|
|
14926
14926
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadValueId; }
|
|
14927
14927
|
public static possibleFields: string[] = [
|
|
14928
|
-
"nodeId",
|
|
14929
|
-
"indexRange",
|
|
14930
|
-
"dataEncoding",
|
|
14928
|
+
"nodeId",
|
|
14929
|
+
"indexRange",
|
|
14930
|
+
"dataEncoding",
|
|
14931
14931
|
"continuationPoint"
|
|
14932
14932
|
];
|
|
14933
14933
|
public static dataTypeNodeId = makeExpandedNodeId(635, 0);
|
|
@@ -15027,10 +15027,10 @@ export interface HistoryReadRequestOptions {
|
|
|
15027
15027
|
export class HistoryReadRequest extends ExtensionObject {
|
|
15028
15028
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadRequest; }
|
|
15029
15029
|
public static possibleFields: string[] = [
|
|
15030
|
-
"requestHeader",
|
|
15031
|
-
"historyReadDetails",
|
|
15032
|
-
"timestampsToReturn",
|
|
15033
|
-
"releaseContinuationPoints",
|
|
15030
|
+
"requestHeader",
|
|
15031
|
+
"historyReadDetails",
|
|
15032
|
+
"timestampsToReturn",
|
|
15033
|
+
"releaseContinuationPoints",
|
|
15034
15034
|
"nodesToRead"
|
|
15035
15035
|
];
|
|
15036
15036
|
public static dataTypeNodeId = makeExpandedNodeId(662, 0);
|
|
@@ -15141,8 +15141,8 @@ export interface HistoryReadResultOptions {
|
|
|
15141
15141
|
export class HistoryReadResult extends ExtensionObject {
|
|
15142
15142
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadResult; }
|
|
15143
15143
|
public static possibleFields: string[] = [
|
|
15144
|
-
"statusCode",
|
|
15145
|
-
"continuationPoint",
|
|
15144
|
+
"statusCode",
|
|
15145
|
+
"continuationPoint",
|
|
15146
15146
|
"historyData"
|
|
15147
15147
|
];
|
|
15148
15148
|
public static dataTypeNodeId = makeExpandedNodeId(638, 0);
|
|
@@ -15226,8 +15226,8 @@ export interface HistoryReadResponseOptions {
|
|
|
15226
15226
|
export class HistoryReadResponse extends ExtensionObject {
|
|
15227
15227
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadResponse; }
|
|
15228
15228
|
public static possibleFields: string[] = [
|
|
15229
|
-
"responseHeader",
|
|
15230
|
-
"results",
|
|
15229
|
+
"responseHeader",
|
|
15230
|
+
"results",
|
|
15231
15231
|
"diagnosticInfos"
|
|
15232
15232
|
];
|
|
15233
15233
|
public static dataTypeNodeId = makeExpandedNodeId(665, 0);
|
|
@@ -15312,7 +15312,7 @@ export interface HistoryUpdateRequestOptions {
|
|
|
15312
15312
|
export class HistoryUpdateRequest extends ExtensionObject {
|
|
15313
15313
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateRequest; }
|
|
15314
15314
|
public static possibleFields: string[] = [
|
|
15315
|
-
"requestHeader",
|
|
15315
|
+
"requestHeader",
|
|
15316
15316
|
"historyUpdateDetails"
|
|
15317
15317
|
];
|
|
15318
15318
|
public static dataTypeNodeId = makeExpandedNodeId(698, 0);
|
|
@@ -15391,8 +15391,8 @@ export interface HistoryUpdateResultOptions {
|
|
|
15391
15391
|
export class HistoryUpdateResult extends ExtensionObject {
|
|
15392
15392
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateResult; }
|
|
15393
15393
|
public static possibleFields: string[] = [
|
|
15394
|
-
"statusCode",
|
|
15395
|
-
"operationResults",
|
|
15394
|
+
"statusCode",
|
|
15395
|
+
"operationResults",
|
|
15396
15396
|
"diagnosticInfos"
|
|
15397
15397
|
];
|
|
15398
15398
|
public static dataTypeNodeId = makeExpandedNodeId(695, 0);
|
|
@@ -15476,8 +15476,8 @@ export interface HistoryUpdateResponseOptions {
|
|
|
15476
15476
|
export class HistoryUpdateResponse extends ExtensionObject {
|
|
15477
15477
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateResponse; }
|
|
15478
15478
|
public static possibleFields: string[] = [
|
|
15479
|
-
"responseHeader",
|
|
15480
|
-
"results",
|
|
15479
|
+
"responseHeader",
|
|
15480
|
+
"results",
|
|
15481
15481
|
"diagnosticInfos"
|
|
15482
15482
|
];
|
|
15483
15483
|
public static dataTypeNodeId = makeExpandedNodeId(701, 0);
|
|
@@ -15591,7 +15591,7 @@ export interface IdentityMappingRuleTypeOptions {
|
|
|
15591
15591
|
export class IdentityMappingRuleType extends ExtensionObject {
|
|
15592
15592
|
public static get schema(): IStructuredTypeSchema { return schemaIdentityMappingRuleType; }
|
|
15593
15593
|
public static possibleFields: string[] = [
|
|
15594
|
-
"criteriaType",
|
|
15594
|
+
"criteriaType",
|
|
15595
15595
|
"criteria"
|
|
15596
15596
|
];
|
|
15597
15597
|
public static dataTypeNodeId = makeExpandedNodeId(15634, 0);
|
|
@@ -15661,16 +15661,16 @@ export interface InstanceNodeOptions extends NodeOptions {
|
|
|
15661
15661
|
export class InstanceNode extends Node {
|
|
15662
15662
|
public static get schema(): IStructuredTypeSchema { return schemaInstanceNode; }
|
|
15663
15663
|
public static possibleFields: string[] = [
|
|
15664
|
-
"nodeId",
|
|
15665
|
-
"nodeClass",
|
|
15666
|
-
"browseName",
|
|
15667
|
-
"displayName",
|
|
15668
|
-
"description",
|
|
15669
|
-
"writeMask",
|
|
15670
|
-
"userWriteMask",
|
|
15671
|
-
"rolePermissions",
|
|
15672
|
-
"userRolePermissions",
|
|
15673
|
-
"accessRestrictions",
|
|
15664
|
+
"nodeId",
|
|
15665
|
+
"nodeClass",
|
|
15666
|
+
"browseName",
|
|
15667
|
+
"displayName",
|
|
15668
|
+
"description",
|
|
15669
|
+
"writeMask",
|
|
15670
|
+
"userWriteMask",
|
|
15671
|
+
"rolePermissions",
|
|
15672
|
+
"userRolePermissions",
|
|
15673
|
+
"accessRestrictions",
|
|
15674
15674
|
"references"
|
|
15675
15675
|
];
|
|
15676
15676
|
public static dataTypeNodeId = makeExpandedNodeId(11879, 0);
|
|
@@ -15731,8 +15731,8 @@ export interface IssuedIdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
15731
15731
|
export class IssuedIdentityToken extends UserIdentityToken {
|
|
15732
15732
|
public static get schema(): IStructuredTypeSchema { return schemaIssuedIdentityToken; }
|
|
15733
15733
|
public static possibleFields: string[] = [
|
|
15734
|
-
"policyId",
|
|
15735
|
-
"tokenData",
|
|
15734
|
+
"policyId",
|
|
15735
|
+
"tokenData",
|
|
15736
15736
|
"encryptionAlgorithm"
|
|
15737
15737
|
];
|
|
15738
15738
|
public static dataTypeNodeId = makeExpandedNodeId(938, 0);
|
|
@@ -15853,7 +15853,7 @@ export interface JsonDataSetReaderMessageDataTypeOptions extends DataSetReaderMe
|
|
|
15853
15853
|
export class JsonDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
15854
15854
|
public static get schema(): IStructuredTypeSchema { return schemaJsonDataSetReaderMessageDataType; }
|
|
15855
15855
|
public static possibleFields: string[] = [
|
|
15856
|
-
"networkMessageContentMask",
|
|
15856
|
+
"networkMessageContentMask",
|
|
15857
15857
|
"dataSetMessageContentMask"
|
|
15858
15858
|
];
|
|
15859
15859
|
public static dataTypeNodeId = makeExpandedNodeId(15665, 0);
|
|
@@ -16192,7 +16192,7 @@ export interface MdnsDiscoveryConfigurationOptions extends DiscoveryConfiguratio
|
|
|
16192
16192
|
export class MdnsDiscoveryConfiguration extends DiscoveryConfiguration {
|
|
16193
16193
|
public static get schema(): IStructuredTypeSchema { return schemaMdnsDiscoveryConfiguration; }
|
|
16194
16194
|
public static possibleFields: string[] = [
|
|
16195
|
-
"mdnsServerName",
|
|
16195
|
+
"mdnsServerName",
|
|
16196
16196
|
"serverCapabilities"
|
|
16197
16197
|
];
|
|
16198
16198
|
public static dataTypeNodeId = makeExpandedNodeId(12891, 0);
|
|
@@ -16263,12 +16263,12 @@ export interface MethodAttributesOptions extends NodeAttributesOptions {
|
|
|
16263
16263
|
export class MethodAttributes extends NodeAttributes {
|
|
16264
16264
|
public static get schema(): IStructuredTypeSchema { return schemaMethodAttributes; }
|
|
16265
16265
|
public static possibleFields: string[] = [
|
|
16266
|
-
"specifiedAttributes",
|
|
16267
|
-
"displayName",
|
|
16268
|
-
"description",
|
|
16269
|
-
"writeMask",
|
|
16270
|
-
"userWriteMask",
|
|
16271
|
-
"executable",
|
|
16266
|
+
"specifiedAttributes",
|
|
16267
|
+
"displayName",
|
|
16268
|
+
"description",
|
|
16269
|
+
"writeMask",
|
|
16270
|
+
"userWriteMask",
|
|
16271
|
+
"executable",
|
|
16272
16272
|
"userExecutable"
|
|
16273
16273
|
];
|
|
16274
16274
|
public static dataTypeNodeId = makeExpandedNodeId(358, 0);
|
|
@@ -16360,21 +16360,21 @@ export interface MethodNodeOptions extends InstanceNodeOptions {
|
|
|
16360
16360
|
export class MethodNode extends InstanceNode {
|
|
16361
16361
|
public static get schema(): IStructuredTypeSchema { return schemaMethodNode; }
|
|
16362
16362
|
public static possibleFields: string[] = [
|
|
16363
|
-
"nodeId",
|
|
16364
|
-
"nodeClass",
|
|
16365
|
-
"browseName",
|
|
16366
|
-
"displayName",
|
|
16367
|
-
"description",
|
|
16368
|
-
"writeMask",
|
|
16369
|
-
"userWriteMask",
|
|
16370
|
-
"rolePermissions",
|
|
16371
|
-
"userRolePermissions",
|
|
16372
|
-
"accessRestrictions",
|
|
16373
|
-
"references",
|
|
16374
|
-
"rolePermissions",
|
|
16375
|
-
"userRolePermissions",
|
|
16376
|
-
"references",
|
|
16377
|
-
"executable",
|
|
16363
|
+
"nodeId",
|
|
16364
|
+
"nodeClass",
|
|
16365
|
+
"browseName",
|
|
16366
|
+
"displayName",
|
|
16367
|
+
"description",
|
|
16368
|
+
"writeMask",
|
|
16369
|
+
"userWriteMask",
|
|
16370
|
+
"rolePermissions",
|
|
16371
|
+
"userRolePermissions",
|
|
16372
|
+
"accessRestrictions",
|
|
16373
|
+
"references",
|
|
16374
|
+
"rolePermissions",
|
|
16375
|
+
"userRolePermissions",
|
|
16376
|
+
"references",
|
|
16377
|
+
"executable",
|
|
16378
16378
|
"userExecutable"
|
|
16379
16379
|
];
|
|
16380
16380
|
public static dataTypeNodeId = makeExpandedNodeId(276, 0);
|
|
@@ -16490,8 +16490,8 @@ export interface ModelChangeStructureDataTypeOptions {
|
|
|
16490
16490
|
export class ModelChangeStructureDataType extends ExtensionObject {
|
|
16491
16491
|
public static get schema(): IStructuredTypeSchema { return schemaModelChangeStructureDataType; }
|
|
16492
16492
|
public static possibleFields: string[] = [
|
|
16493
|
-
"affected",
|
|
16494
|
-
"affectedType",
|
|
16493
|
+
"affected",
|
|
16494
|
+
"affectedType",
|
|
16495
16495
|
"verb"
|
|
16496
16496
|
];
|
|
16497
16497
|
public static dataTypeNodeId = makeExpandedNodeId(877, 0);
|
|
@@ -16567,7 +16567,7 @@ export interface MonitoredItemModifyRequestOptions {
|
|
|
16567
16567
|
export class MonitoredItemModifyRequest extends ExtensionObject {
|
|
16568
16568
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemModifyRequest; }
|
|
16569
16569
|
public static possibleFields: string[] = [
|
|
16570
|
-
"monitoredItemId",
|
|
16570
|
+
"monitoredItemId",
|
|
16571
16571
|
"requestedParameters"
|
|
16572
16572
|
];
|
|
16573
16573
|
public static dataTypeNodeId = makeExpandedNodeId(755, 0);
|
|
@@ -16651,9 +16651,9 @@ export interface ModifyMonitoredItemsRequestOptions {
|
|
|
16651
16651
|
export class ModifyMonitoredItemsRequest extends ExtensionObject {
|
|
16652
16652
|
public static get schema(): IStructuredTypeSchema { return schemaModifyMonitoredItemsRequest; }
|
|
16653
16653
|
public static possibleFields: string[] = [
|
|
16654
|
-
"requestHeader",
|
|
16655
|
-
"subscriptionId",
|
|
16656
|
-
"timestampsToReturn",
|
|
16654
|
+
"requestHeader",
|
|
16655
|
+
"subscriptionId",
|
|
16656
|
+
"timestampsToReturn",
|
|
16657
16657
|
"itemsToModify"
|
|
16658
16658
|
];
|
|
16659
16659
|
public static dataTypeNodeId = makeExpandedNodeId(761, 0);
|
|
@@ -16765,9 +16765,9 @@ export interface MonitoredItemModifyResultOptions {
|
|
|
16765
16765
|
export class MonitoredItemModifyResult extends ExtensionObject {
|
|
16766
16766
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemModifyResult; }
|
|
16767
16767
|
public static possibleFields: string[] = [
|
|
16768
|
-
"statusCode",
|
|
16769
|
-
"revisedSamplingInterval",
|
|
16770
|
-
"revisedQueueSize",
|
|
16768
|
+
"statusCode",
|
|
16769
|
+
"revisedSamplingInterval",
|
|
16770
|
+
"revisedQueueSize",
|
|
16771
16771
|
"filterResult"
|
|
16772
16772
|
];
|
|
16773
16773
|
public static dataTypeNodeId = makeExpandedNodeId(758, 0);
|
|
@@ -16856,8 +16856,8 @@ export interface ModifyMonitoredItemsResponseOptions {
|
|
|
16856
16856
|
export class ModifyMonitoredItemsResponse extends ExtensionObject {
|
|
16857
16857
|
public static get schema(): IStructuredTypeSchema { return schemaModifyMonitoredItemsResponse; }
|
|
16858
16858
|
public static possibleFields: string[] = [
|
|
16859
|
-
"responseHeader",
|
|
16860
|
-
"results",
|
|
16859
|
+
"responseHeader",
|
|
16860
|
+
"results",
|
|
16861
16861
|
"diagnosticInfos"
|
|
16862
16862
|
];
|
|
16863
16863
|
public static dataTypeNodeId = makeExpandedNodeId(764, 0);
|
|
@@ -16971,12 +16971,12 @@ export interface ModifySubscriptionRequestOptions {
|
|
|
16971
16971
|
export class ModifySubscriptionRequest extends ExtensionObject {
|
|
16972
16972
|
public static get schema(): IStructuredTypeSchema { return schemaModifySubscriptionRequest; }
|
|
16973
16973
|
public static possibleFields: string[] = [
|
|
16974
|
-
"requestHeader",
|
|
16975
|
-
"subscriptionId",
|
|
16976
|
-
"requestedPublishingInterval",
|
|
16977
|
-
"requestedLifetimeCount",
|
|
16978
|
-
"requestedMaxKeepAliveCount",
|
|
16979
|
-
"maxNotificationsPerPublish",
|
|
16974
|
+
"requestHeader",
|
|
16975
|
+
"subscriptionId",
|
|
16976
|
+
"requestedPublishingInterval",
|
|
16977
|
+
"requestedLifetimeCount",
|
|
16978
|
+
"requestedMaxKeepAliveCount",
|
|
16979
|
+
"maxNotificationsPerPublish",
|
|
16980
16980
|
"priority"
|
|
16981
16981
|
];
|
|
16982
16982
|
public static dataTypeNodeId = makeExpandedNodeId(791, 0);
|
|
@@ -17084,9 +17084,9 @@ export interface ModifySubscriptionResponseOptions {
|
|
|
17084
17084
|
export class ModifySubscriptionResponse extends ExtensionObject {
|
|
17085
17085
|
public static get schema(): IStructuredTypeSchema { return schemaModifySubscriptionResponse; }
|
|
17086
17086
|
public static possibleFields: string[] = [
|
|
17087
|
-
"responseHeader",
|
|
17088
|
-
"revisedPublishingInterval",
|
|
17089
|
-
"revisedLifetimeCount",
|
|
17087
|
+
"responseHeader",
|
|
17088
|
+
"revisedPublishingInterval",
|
|
17089
|
+
"revisedLifetimeCount",
|
|
17090
17090
|
"revisedMaxKeepAliveCount"
|
|
17091
17091
|
];
|
|
17092
17092
|
public static dataTypeNodeId = makeExpandedNodeId(794, 0);
|
|
@@ -17220,7 +17220,7 @@ export interface NetworkAddressUrlDataTypeOptions extends NetworkAddressDataType
|
|
|
17220
17220
|
export class NetworkAddressUrlDataType extends NetworkAddressDataType {
|
|
17221
17221
|
public static get schema(): IStructuredTypeSchema { return schemaNetworkAddressUrlDataType; }
|
|
17222
17222
|
public static possibleFields: string[] = [
|
|
17223
|
-
"networkInterface",
|
|
17223
|
+
"networkInterface",
|
|
17224
17224
|
"url"
|
|
17225
17225
|
];
|
|
17226
17226
|
public static dataTypeNodeId = makeExpandedNodeId(15510, 0);
|
|
@@ -17287,7 +17287,7 @@ export interface NetworkGroupDataTypeOptions {
|
|
|
17287
17287
|
export class NetworkGroupDataType extends ExtensionObject {
|
|
17288
17288
|
public static get schema(): IStructuredTypeSchema { return schemaNetworkGroupDataType; }
|
|
17289
17289
|
public static possibleFields: string[] = [
|
|
17290
|
-
"serverUri",
|
|
17290
|
+
"serverUri",
|
|
17291
17291
|
"networkPaths"
|
|
17292
17292
|
];
|
|
17293
17293
|
public static dataTypeNodeId = makeExpandedNodeId(11944, 0);
|
|
@@ -17379,9 +17379,9 @@ export interface NodeReferenceOptions {
|
|
|
17379
17379
|
export class NodeReference extends ExtensionObject {
|
|
17380
17380
|
public static get schema(): IStructuredTypeSchema { return schemaNodeReference; }
|
|
17381
17381
|
public static possibleFields: string[] = [
|
|
17382
|
-
"nodeId",
|
|
17383
|
-
"referenceTypeId",
|
|
17384
|
-
"isForward",
|
|
17382
|
+
"nodeId",
|
|
17383
|
+
"referenceTypeId",
|
|
17384
|
+
"isForward",
|
|
17385
17385
|
"referencedNodeIds"
|
|
17386
17386
|
];
|
|
17387
17387
|
public static dataTypeNodeId = makeExpandedNodeId(580, 0);
|
|
@@ -17468,8 +17468,8 @@ export interface QueryDataDescriptionOptions {
|
|
|
17468
17468
|
export class QueryDataDescription extends ExtensionObject {
|
|
17469
17469
|
public static get schema(): IStructuredTypeSchema { return schemaQueryDataDescription; }
|
|
17470
17470
|
public static possibleFields: string[] = [
|
|
17471
|
-
"relativePath",
|
|
17472
|
-
"attributeId",
|
|
17471
|
+
"relativePath",
|
|
17472
|
+
"attributeId",
|
|
17473
17473
|
"indexRange"
|
|
17474
17474
|
];
|
|
17475
17475
|
public static dataTypeNodeId = makeExpandedNodeId(570, 0);
|
|
@@ -17552,8 +17552,8 @@ export interface NodeTypeDescriptionOptions {
|
|
|
17552
17552
|
export class NodeTypeDescription extends ExtensionObject {
|
|
17553
17553
|
public static get schema(): IStructuredTypeSchema { return schemaNodeTypeDescription; }
|
|
17554
17554
|
public static possibleFields: string[] = [
|
|
17555
|
-
"typeDefinitionNode",
|
|
17556
|
-
"includeSubTypes",
|
|
17555
|
+
"typeDefinitionNode",
|
|
17556
|
+
"includeSubTypes",
|
|
17557
17557
|
"dataToReturn"
|
|
17558
17558
|
];
|
|
17559
17559
|
public static dataTypeNodeId = makeExpandedNodeId(573, 0);
|
|
@@ -17644,8 +17644,8 @@ export interface NotificationMessageOptions {
|
|
|
17644
17644
|
export class NotificationMessage extends ExtensionObject {
|
|
17645
17645
|
public static get schema(): IStructuredTypeSchema { return schemaNotificationMessage; }
|
|
17646
17646
|
public static possibleFields: string[] = [
|
|
17647
|
-
"sequenceNumber",
|
|
17648
|
-
"publishTime",
|
|
17647
|
+
"sequenceNumber",
|
|
17648
|
+
"publishTime",
|
|
17649
17649
|
"notificationData"
|
|
17650
17650
|
];
|
|
17651
17651
|
public static dataTypeNodeId = makeExpandedNodeId(803, 0);
|
|
@@ -17715,11 +17715,11 @@ export interface ObjectAttributesOptions extends NodeAttributesOptions {
|
|
|
17715
17715
|
export class ObjectAttributes extends NodeAttributes {
|
|
17716
17716
|
public static get schema(): IStructuredTypeSchema { return schemaObjectAttributes; }
|
|
17717
17717
|
public static possibleFields: string[] = [
|
|
17718
|
-
"specifiedAttributes",
|
|
17719
|
-
"displayName",
|
|
17720
|
-
"description",
|
|
17721
|
-
"writeMask",
|
|
17722
|
-
"userWriteMask",
|
|
17718
|
+
"specifiedAttributes",
|
|
17719
|
+
"displayName",
|
|
17720
|
+
"description",
|
|
17721
|
+
"writeMask",
|
|
17722
|
+
"userWriteMask",
|
|
17723
17723
|
"eventNotifier"
|
|
17724
17724
|
];
|
|
17725
17725
|
public static dataTypeNodeId = makeExpandedNodeId(352, 0);
|
|
@@ -17800,20 +17800,20 @@ export interface ObjectNodeOptions extends InstanceNodeOptions {
|
|
|
17800
17800
|
export class ObjectNode extends InstanceNode {
|
|
17801
17801
|
public static get schema(): IStructuredTypeSchema { return schemaObjectNode; }
|
|
17802
17802
|
public static possibleFields: string[] = [
|
|
17803
|
-
"nodeId",
|
|
17804
|
-
"nodeClass",
|
|
17805
|
-
"browseName",
|
|
17806
|
-
"displayName",
|
|
17807
|
-
"description",
|
|
17808
|
-
"writeMask",
|
|
17809
|
-
"userWriteMask",
|
|
17810
|
-
"rolePermissions",
|
|
17811
|
-
"userRolePermissions",
|
|
17812
|
-
"accessRestrictions",
|
|
17813
|
-
"references",
|
|
17814
|
-
"rolePermissions",
|
|
17815
|
-
"userRolePermissions",
|
|
17816
|
-
"references",
|
|
17803
|
+
"nodeId",
|
|
17804
|
+
"nodeClass",
|
|
17805
|
+
"browseName",
|
|
17806
|
+
"displayName",
|
|
17807
|
+
"description",
|
|
17808
|
+
"writeMask",
|
|
17809
|
+
"userWriteMask",
|
|
17810
|
+
"rolePermissions",
|
|
17811
|
+
"userRolePermissions",
|
|
17812
|
+
"accessRestrictions",
|
|
17813
|
+
"references",
|
|
17814
|
+
"rolePermissions",
|
|
17815
|
+
"userRolePermissions",
|
|
17816
|
+
"references",
|
|
17817
17817
|
"eventNotifier"
|
|
17818
17818
|
];
|
|
17819
17819
|
public static dataTypeNodeId = makeExpandedNodeId(261, 0);
|
|
@@ -17912,11 +17912,11 @@ export interface ObjectTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
17912
17912
|
export class ObjectTypeAttributes extends NodeAttributes {
|
|
17913
17913
|
public static get schema(): IStructuredTypeSchema { return schemaObjectTypeAttributes; }
|
|
17914
17914
|
public static possibleFields: string[] = [
|
|
17915
|
-
"specifiedAttributes",
|
|
17916
|
-
"displayName",
|
|
17917
|
-
"description",
|
|
17918
|
-
"writeMask",
|
|
17919
|
-
"userWriteMask",
|
|
17915
|
+
"specifiedAttributes",
|
|
17916
|
+
"displayName",
|
|
17917
|
+
"description",
|
|
17918
|
+
"writeMask",
|
|
17919
|
+
"userWriteMask",
|
|
17920
17920
|
"isAbstract"
|
|
17921
17921
|
];
|
|
17922
17922
|
public static dataTypeNodeId = makeExpandedNodeId(361, 0);
|
|
@@ -17997,20 +17997,20 @@ export interface ObjectTypeNodeOptions extends TypeNodeOptions {
|
|
|
17997
17997
|
export class ObjectTypeNode extends TypeNode {
|
|
17998
17998
|
public static get schema(): IStructuredTypeSchema { return schemaObjectTypeNode; }
|
|
17999
17999
|
public static possibleFields: string[] = [
|
|
18000
|
-
"nodeId",
|
|
18001
|
-
"nodeClass",
|
|
18002
|
-
"browseName",
|
|
18003
|
-
"displayName",
|
|
18004
|
-
"description",
|
|
18005
|
-
"writeMask",
|
|
18006
|
-
"userWriteMask",
|
|
18007
|
-
"rolePermissions",
|
|
18008
|
-
"userRolePermissions",
|
|
18009
|
-
"accessRestrictions",
|
|
18010
|
-
"references",
|
|
18011
|
-
"rolePermissions",
|
|
18012
|
-
"userRolePermissions",
|
|
18013
|
-
"references",
|
|
18000
|
+
"nodeId",
|
|
18001
|
+
"nodeClass",
|
|
18002
|
+
"browseName",
|
|
18003
|
+
"displayName",
|
|
18004
|
+
"description",
|
|
18005
|
+
"writeMask",
|
|
18006
|
+
"userWriteMask",
|
|
18007
|
+
"rolePermissions",
|
|
18008
|
+
"userRolePermissions",
|
|
18009
|
+
"accessRestrictions",
|
|
18010
|
+
"references",
|
|
18011
|
+
"rolePermissions",
|
|
18012
|
+
"userRolePermissions",
|
|
18013
|
+
"references",
|
|
18014
18014
|
"isAbstract"
|
|
18015
18015
|
];
|
|
18016
18016
|
public static dataTypeNodeId = makeExpandedNodeId(264, 0);
|
|
@@ -18163,11 +18163,11 @@ export interface OpenSecureChannelRequestOptions {
|
|
|
18163
18163
|
export class OpenSecureChannelRequest extends ExtensionObject {
|
|
18164
18164
|
public static get schema(): IStructuredTypeSchema { return schemaOpenSecureChannelRequest; }
|
|
18165
18165
|
public static possibleFields: string[] = [
|
|
18166
|
-
"requestHeader",
|
|
18167
|
-
"clientProtocolVersion",
|
|
18168
|
-
"requestType",
|
|
18169
|
-
"securityMode",
|
|
18170
|
-
"clientNonce",
|
|
18166
|
+
"requestHeader",
|
|
18167
|
+
"clientProtocolVersion",
|
|
18168
|
+
"requestType",
|
|
18169
|
+
"securityMode",
|
|
18170
|
+
"clientNonce",
|
|
18171
18171
|
"requestedLifetime"
|
|
18172
18172
|
];
|
|
18173
18173
|
public static dataTypeNodeId = makeExpandedNodeId(444, 0);
|
|
@@ -18290,9 +18290,9 @@ export interface OpenSecureChannelResponseOptions {
|
|
|
18290
18290
|
export class OpenSecureChannelResponse extends ExtensionObject {
|
|
18291
18291
|
public static get schema(): IStructuredTypeSchema { return schemaOpenSecureChannelResponse; }
|
|
18292
18292
|
public static possibleFields: string[] = [
|
|
18293
|
-
"responseHeader",
|
|
18294
|
-
"serverProtocolVersion",
|
|
18295
|
-
"securityToken",
|
|
18293
|
+
"responseHeader",
|
|
18294
|
+
"serverProtocolVersion",
|
|
18295
|
+
"securityToken",
|
|
18296
18296
|
"serverNonce"
|
|
18297
18297
|
];
|
|
18298
18298
|
public static dataTypeNodeId = makeExpandedNodeId(447, 0);
|
|
@@ -18373,7 +18373,7 @@ export interface OptionSetOptions {
|
|
|
18373
18373
|
export class OptionSet extends ExtensionObject {
|
|
18374
18374
|
public static get schema(): IStructuredTypeSchema { return schemaOptionSet; }
|
|
18375
18375
|
public static possibleFields: string[] = [
|
|
18376
|
-
"value",
|
|
18376
|
+
"value",
|
|
18377
18377
|
"validBits"
|
|
18378
18378
|
];
|
|
18379
18379
|
public static dataTypeNodeId = makeExpandedNodeId(12755, 0);
|
|
@@ -18500,8 +18500,8 @@ export interface ParsingResultOptions {
|
|
|
18500
18500
|
export class ParsingResult extends ExtensionObject {
|
|
18501
18501
|
public static get schema(): IStructuredTypeSchema { return schemaParsingResult; }
|
|
18502
18502
|
public static possibleFields: string[] = [
|
|
18503
|
-
"statusCode",
|
|
18504
|
-
"dataStatusCodes",
|
|
18503
|
+
"statusCode",
|
|
18504
|
+
"dataStatusCodes",
|
|
18505
18505
|
"dataDiagnosticInfos"
|
|
18506
18506
|
];
|
|
18507
18507
|
public static dataTypeNodeId = makeExpandedNodeId(610, 0);
|
|
@@ -18577,7 +18577,7 @@ export interface PortableNodeIdOptions {
|
|
|
18577
18577
|
export class PortableNodeId extends ExtensionObject {
|
|
18578
18578
|
public static get schema(): IStructuredTypeSchema { return schemaPortableNodeId; }
|
|
18579
18579
|
public static possibleFields: string[] = [
|
|
18580
|
-
"namespaceUri",
|
|
18580
|
+
"namespaceUri",
|
|
18581
18581
|
"identifier"
|
|
18582
18582
|
];
|
|
18583
18583
|
public static dataTypeNodeId = makeExpandedNodeId(24106, 0);
|
|
@@ -18648,7 +18648,7 @@ export interface PortableQualifiedNameOptions {
|
|
|
18648
18648
|
export class PortableQualifiedName extends ExtensionObject {
|
|
18649
18649
|
public static get schema(): IStructuredTypeSchema { return schemaPortableQualifiedName; }
|
|
18650
18650
|
public static possibleFields: string[] = [
|
|
18651
|
-
"namespaceUri",
|
|
18651
|
+
"namespaceUri",
|
|
18652
18652
|
"name"
|
|
18653
18653
|
];
|
|
18654
18654
|
public static dataTypeNodeId = makeExpandedNodeId(24105, 0);
|
|
@@ -18731,9 +18731,9 @@ export interface PriorityMappingEntryTypeOptions {
|
|
|
18731
18731
|
export class PriorityMappingEntryType extends ExtensionObject {
|
|
18732
18732
|
public static get schema(): IStructuredTypeSchema { return schemaPriorityMappingEntryType; }
|
|
18733
18733
|
public static possibleFields: string[] = [
|
|
18734
|
-
"mappingUri",
|
|
18735
|
-
"priorityLabel",
|
|
18736
|
-
"priorityValue_PCP",
|
|
18734
|
+
"mappingUri",
|
|
18735
|
+
"priorityLabel",
|
|
18736
|
+
"priorityValue_PCP",
|
|
18737
18737
|
"priorityValue_DSCP"
|
|
18738
18738
|
];
|
|
18739
18739
|
public static dataTypeNodeId = makeExpandedNodeId(25220, 0);
|
|
@@ -18878,17 +18878,17 @@ export interface ProgramDiagnostic2DataTypeOptions {
|
|
|
18878
18878
|
export class ProgramDiagnostic2DataType extends ExtensionObject {
|
|
18879
18879
|
public static get schema(): IStructuredTypeSchema { return schemaProgramDiagnostic2DataType; }
|
|
18880
18880
|
public static possibleFields: string[] = [
|
|
18881
|
-
"createSessionId",
|
|
18882
|
-
"createClientName",
|
|
18883
|
-
"invocationCreationTime",
|
|
18884
|
-
"lastTransitionTime",
|
|
18885
|
-
"lastMethodCall",
|
|
18886
|
-
"lastMethodSessionId",
|
|
18887
|
-
"lastMethodInputArguments",
|
|
18888
|
-
"lastMethodOutputArguments",
|
|
18889
|
-
"lastMethodInputValues",
|
|
18890
|
-
"lastMethodOutputValues",
|
|
18891
|
-
"lastMethodCallTime",
|
|
18881
|
+
"createSessionId",
|
|
18882
|
+
"createClientName",
|
|
18883
|
+
"invocationCreationTime",
|
|
18884
|
+
"lastTransitionTime",
|
|
18885
|
+
"lastMethodCall",
|
|
18886
|
+
"lastMethodSessionId",
|
|
18887
|
+
"lastMethodInputArguments",
|
|
18888
|
+
"lastMethodOutputArguments",
|
|
18889
|
+
"lastMethodInputValues",
|
|
18890
|
+
"lastMethodOutputValues",
|
|
18891
|
+
"lastMethodCallTime",
|
|
18892
18892
|
"lastMethodReturnStatus"
|
|
18893
18893
|
];
|
|
18894
18894
|
public static dataTypeNodeId = makeExpandedNodeId(24033, 0);
|
|
@@ -19025,7 +19025,7 @@ export interface StatusResultOptions {
|
|
|
19025
19025
|
export class StatusResult extends ExtensionObject {
|
|
19026
19026
|
public static get schema(): IStructuredTypeSchema { return schemaStatusResult; }
|
|
19027
19027
|
public static possibleFields: string[] = [
|
|
19028
|
-
"statusCode",
|
|
19028
|
+
"statusCode",
|
|
19029
19029
|
"diagnosticInfo"
|
|
19030
19030
|
];
|
|
19031
19031
|
public static dataTypeNodeId = makeExpandedNodeId(299, 0);
|
|
@@ -19146,15 +19146,15 @@ export interface ProgramDiagnosticDataTypeOptions {
|
|
|
19146
19146
|
export class ProgramDiagnosticDataType extends ExtensionObject {
|
|
19147
19147
|
public static get schema(): IStructuredTypeSchema { return schemaProgramDiagnosticDataType; }
|
|
19148
19148
|
public static possibleFields: string[] = [
|
|
19149
|
-
"createSessionId",
|
|
19150
|
-
"createClientName",
|
|
19151
|
-
"invocationCreationTime",
|
|
19152
|
-
"lastTransitionTime",
|
|
19153
|
-
"lastMethodCall",
|
|
19154
|
-
"lastMethodSessionId",
|
|
19155
|
-
"lastMethodInputArguments",
|
|
19156
|
-
"lastMethodOutputArguments",
|
|
19157
|
-
"lastMethodCallTime",
|
|
19149
|
+
"createSessionId",
|
|
19150
|
+
"createClientName",
|
|
19151
|
+
"invocationCreationTime",
|
|
19152
|
+
"lastTransitionTime",
|
|
19153
|
+
"lastMethodCall",
|
|
19154
|
+
"lastMethodSessionId",
|
|
19155
|
+
"lastMethodInputArguments",
|
|
19156
|
+
"lastMethodOutputArguments",
|
|
19157
|
+
"lastMethodCallTime",
|
|
19158
19158
|
"lastMethodReturnStatus"
|
|
19159
19159
|
];
|
|
19160
19160
|
public static dataTypeNodeId = makeExpandedNodeId(894, 0);
|
|
@@ -19301,10 +19301,10 @@ export interface PublishedDataSetDataTypeOptions {
|
|
|
19301
19301
|
export class PublishedDataSetDataType extends ExtensionObject {
|
|
19302
19302
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedDataSetDataType; }
|
|
19303
19303
|
public static possibleFields: string[] = [
|
|
19304
|
-
"name",
|
|
19305
|
-
"dataSetFolder",
|
|
19306
|
-
"dataSetMetaData",
|
|
19307
|
-
"extensionFields",
|
|
19304
|
+
"name",
|
|
19305
|
+
"dataSetFolder",
|
|
19306
|
+
"dataSetMetaData",
|
|
19307
|
+
"extensionFields",
|
|
19308
19308
|
"dataSetSource"
|
|
19309
19309
|
];
|
|
19310
19310
|
public static dataTypeNodeId = makeExpandedNodeId(15578, 0);
|
|
@@ -19430,12 +19430,12 @@ export interface PubSubGroupDataTypeOptions {
|
|
|
19430
19430
|
export class PubSubGroupDataType extends ExtensionObject {
|
|
19431
19431
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubGroupDataType; }
|
|
19432
19432
|
public static possibleFields: string[] = [
|
|
19433
|
-
"name",
|
|
19434
|
-
"enabled",
|
|
19435
|
-
"securityMode",
|
|
19436
|
-
"securityGroupId",
|
|
19437
|
-
"securityKeyServices",
|
|
19438
|
-
"maxNetworkMessageSize",
|
|
19433
|
+
"name",
|
|
19434
|
+
"enabled",
|
|
19435
|
+
"securityMode",
|
|
19436
|
+
"securityGroupId",
|
|
19437
|
+
"securityKeyServices",
|
|
19438
|
+
"maxNetworkMessageSize",
|
|
19439
19439
|
"groupProperties"
|
|
19440
19440
|
];
|
|
19441
19441
|
public static dataTypeNodeId = makeExpandedNodeId(15609, 0);
|
|
@@ -19602,21 +19602,21 @@ export interface WriterGroupDataTypeOptions extends PubSubGroupDataTypeOptions {
|
|
|
19602
19602
|
export class WriterGroupDataType extends PubSubGroupDataType {
|
|
19603
19603
|
public static get schema(): IStructuredTypeSchema { return schemaWriterGroupDataType; }
|
|
19604
19604
|
public static possibleFields: string[] = [
|
|
19605
|
-
"name",
|
|
19606
|
-
"enabled",
|
|
19607
|
-
"securityMode",
|
|
19608
|
-
"securityGroupId",
|
|
19609
|
-
"securityKeyServices",
|
|
19610
|
-
"maxNetworkMessageSize",
|
|
19611
|
-
"groupProperties",
|
|
19612
|
-
"writerGroupId",
|
|
19613
|
-
"publishingInterval",
|
|
19614
|
-
"keepAliveTime",
|
|
19615
|
-
"priority",
|
|
19616
|
-
"localeIds",
|
|
19617
|
-
"headerLayoutUri",
|
|
19618
|
-
"transportSettings",
|
|
19619
|
-
"messageSettings",
|
|
19605
|
+
"name",
|
|
19606
|
+
"enabled",
|
|
19607
|
+
"securityMode",
|
|
19608
|
+
"securityGroupId",
|
|
19609
|
+
"securityKeyServices",
|
|
19610
|
+
"maxNetworkMessageSize",
|
|
19611
|
+
"groupProperties",
|
|
19612
|
+
"writerGroupId",
|
|
19613
|
+
"publishingInterval",
|
|
19614
|
+
"keepAliveTime",
|
|
19615
|
+
"priority",
|
|
19616
|
+
"localeIds",
|
|
19617
|
+
"headerLayoutUri",
|
|
19618
|
+
"transportSettings",
|
|
19619
|
+
"messageSettings",
|
|
19620
19620
|
"dataSetWriters"
|
|
19621
19621
|
];
|
|
19622
19622
|
public static dataTypeNodeId = makeExpandedNodeId(15480, 0);
|
|
@@ -19737,15 +19737,15 @@ export interface ReaderGroupDataTypeOptions extends PubSubGroupDataTypeOptions {
|
|
|
19737
19737
|
export class ReaderGroupDataType extends PubSubGroupDataType {
|
|
19738
19738
|
public static get schema(): IStructuredTypeSchema { return schemaReaderGroupDataType; }
|
|
19739
19739
|
public static possibleFields: string[] = [
|
|
19740
|
-
"name",
|
|
19741
|
-
"enabled",
|
|
19742
|
-
"securityMode",
|
|
19743
|
-
"securityGroupId",
|
|
19744
|
-
"securityKeyServices",
|
|
19745
|
-
"maxNetworkMessageSize",
|
|
19746
|
-
"groupProperties",
|
|
19747
|
-
"transportSettings",
|
|
19748
|
-
"messageSettings",
|
|
19740
|
+
"name",
|
|
19741
|
+
"enabled",
|
|
19742
|
+
"securityMode",
|
|
19743
|
+
"securityGroupId",
|
|
19744
|
+
"securityKeyServices",
|
|
19745
|
+
"maxNetworkMessageSize",
|
|
19746
|
+
"groupProperties",
|
|
19747
|
+
"transportSettings",
|
|
19748
|
+
"messageSettings",
|
|
19749
19749
|
"dataSetReaders"
|
|
19750
19750
|
];
|
|
19751
19751
|
public static dataTypeNodeId = makeExpandedNodeId(15520, 0);
|
|
@@ -19874,14 +19874,14 @@ export interface PubSubConnectionDataTypeOptions {
|
|
|
19874
19874
|
export class PubSubConnectionDataType extends ExtensionObject {
|
|
19875
19875
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConnectionDataType; }
|
|
19876
19876
|
public static possibleFields: string[] = [
|
|
19877
|
-
"name",
|
|
19878
|
-
"enabled",
|
|
19879
|
-
"publisherId",
|
|
19880
|
-
"transportProfileUri",
|
|
19881
|
-
"address",
|
|
19882
|
-
"connectionProperties",
|
|
19883
|
-
"transportSettings",
|
|
19884
|
-
"writerGroups",
|
|
19877
|
+
"name",
|
|
19878
|
+
"enabled",
|
|
19879
|
+
"publisherId",
|
|
19880
|
+
"transportProfileUri",
|
|
19881
|
+
"address",
|
|
19882
|
+
"connectionProperties",
|
|
19883
|
+
"transportSettings",
|
|
19884
|
+
"writerGroups",
|
|
19885
19885
|
"readerGroups"
|
|
19886
19886
|
];
|
|
19887
19887
|
public static dataTypeNodeId = makeExpandedNodeId(15617, 0);
|
|
@@ -20019,8 +20019,8 @@ export interface PubSubConfigurationDataTypeOptions {
|
|
|
20019
20019
|
export class PubSubConfigurationDataType extends ExtensionObject {
|
|
20020
20020
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationDataType; }
|
|
20021
20021
|
public static possibleFields: string[] = [
|
|
20022
|
-
"publishedDataSets",
|
|
20023
|
-
"connections",
|
|
20022
|
+
"publishedDataSets",
|
|
20023
|
+
"connections",
|
|
20024
20024
|
"enabled"
|
|
20025
20025
|
];
|
|
20026
20026
|
public static dataTypeNodeId = makeExpandedNodeId(15530, 0);
|
|
@@ -20173,9 +20173,9 @@ export interface StandaloneSubscribedDataSetDataTypeOptions extends SubscribedDa
|
|
|
20173
20173
|
export class StandaloneSubscribedDataSetDataType extends SubscribedDataSetDataType {
|
|
20174
20174
|
public static get schema(): IStructuredTypeSchema { return schemaStandaloneSubscribedDataSetDataType; }
|
|
20175
20175
|
public static possibleFields: string[] = [
|
|
20176
|
-
"name",
|
|
20177
|
-
"dataSetFolder",
|
|
20178
|
-
"dataSetMetaData",
|
|
20176
|
+
"name",
|
|
20177
|
+
"dataSetFolder",
|
|
20178
|
+
"dataSetMetaData",
|
|
20179
20179
|
"subscribedDataSet"
|
|
20180
20180
|
];
|
|
20181
20181
|
public static dataTypeNodeId = makeExpandedNodeId(23600, 0);
|
|
@@ -20301,14 +20301,14 @@ export interface SecurityGroupDataTypeOptions {
|
|
|
20301
20301
|
export class SecurityGroupDataType extends ExtensionObject {
|
|
20302
20302
|
public static get schema(): IStructuredTypeSchema { return schemaSecurityGroupDataType; }
|
|
20303
20303
|
public static possibleFields: string[] = [
|
|
20304
|
-
"name",
|
|
20305
|
-
"securityGroupFolder",
|
|
20306
|
-
"keyLifetime",
|
|
20307
|
-
"securityPolicyUri",
|
|
20308
|
-
"maxFutureKeyCount",
|
|
20309
|
-
"maxPastKeyCount",
|
|
20310
|
-
"securityGroupId",
|
|
20311
|
-
"rolePermissions",
|
|
20304
|
+
"name",
|
|
20305
|
+
"securityGroupFolder",
|
|
20306
|
+
"keyLifetime",
|
|
20307
|
+
"securityPolicyUri",
|
|
20308
|
+
"maxFutureKeyCount",
|
|
20309
|
+
"maxPastKeyCount",
|
|
20310
|
+
"securityGroupId",
|
|
20311
|
+
"rolePermissions",
|
|
20312
20312
|
"groupProperties"
|
|
20313
20313
|
];
|
|
20314
20314
|
public static dataTypeNodeId = makeExpandedNodeId(23601, 0);
|
|
@@ -20475,14 +20475,14 @@ export interface PubSubKeyPushTargetDataTypeOptions {
|
|
|
20475
20475
|
export class PubSubKeyPushTargetDataType extends ExtensionObject {
|
|
20476
20476
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubKeyPushTargetDataType; }
|
|
20477
20477
|
public static possibleFields: string[] = [
|
|
20478
|
-
"applicationUri",
|
|
20479
|
-
"pushTargetFolder",
|
|
20480
|
-
"endpointUrl",
|
|
20481
|
-
"securityPolicyUri",
|
|
20482
|
-
"userTokenType",
|
|
20483
|
-
"requestedKeyCount",
|
|
20484
|
-
"retryInterval",
|
|
20485
|
-
"pushTargetProperties",
|
|
20478
|
+
"applicationUri",
|
|
20479
|
+
"pushTargetFolder",
|
|
20480
|
+
"endpointUrl",
|
|
20481
|
+
"securityPolicyUri",
|
|
20482
|
+
"userTokenType",
|
|
20483
|
+
"requestedKeyCount",
|
|
20484
|
+
"retryInterval",
|
|
20485
|
+
"pushTargetProperties",
|
|
20486
20486
|
"securityGroups"
|
|
20487
20487
|
];
|
|
20488
20488
|
public static dataTypeNodeId = makeExpandedNodeId(25270, 0);
|
|
@@ -20632,15 +20632,15 @@ export interface PubSubConfiguration2DataTypeOptions extends PubSubConfiguration
|
|
|
20632
20632
|
export class PubSubConfiguration2DataType extends PubSubConfigurationDataType {
|
|
20633
20633
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfiguration2DataType; }
|
|
20634
20634
|
public static possibleFields: string[] = [
|
|
20635
|
-
"publishedDataSets",
|
|
20636
|
-
"connections",
|
|
20637
|
-
"enabled",
|
|
20638
|
-
"subscribedDataSets",
|
|
20639
|
-
"dataSetClasses",
|
|
20640
|
-
"defaultSecurityKeyServices",
|
|
20641
|
-
"securityGroups",
|
|
20642
|
-
"pubSubKeyPushTargets",
|
|
20643
|
-
"configurationVersion",
|
|
20635
|
+
"publishedDataSets",
|
|
20636
|
+
"connections",
|
|
20637
|
+
"enabled",
|
|
20638
|
+
"subscribedDataSets",
|
|
20639
|
+
"dataSetClasses",
|
|
20640
|
+
"defaultSecurityKeyServices",
|
|
20641
|
+
"securityGroups",
|
|
20642
|
+
"pubSubKeyPushTargets",
|
|
20643
|
+
"configurationVersion",
|
|
20644
20644
|
"configurationProperties"
|
|
20645
20645
|
];
|
|
20646
20646
|
public static dataTypeNodeId = makeExpandedNodeId(23602, 0);
|
|
@@ -20827,9 +20827,9 @@ export interface PubSubConfigurationRefDataTypeOptions {
|
|
|
20827
20827
|
export class PubSubConfigurationRefDataType extends ExtensionObject {
|
|
20828
20828
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationRefDataType; }
|
|
20829
20829
|
public static possibleFields: string[] = [
|
|
20830
|
-
"configurationMask",
|
|
20831
|
-
"elementIndex",
|
|
20832
|
-
"connectionIndex",
|
|
20830
|
+
"configurationMask",
|
|
20831
|
+
"elementIndex",
|
|
20832
|
+
"connectionIndex",
|
|
20833
20833
|
"groupIndex"
|
|
20834
20834
|
];
|
|
20835
20835
|
public static dataTypeNodeId = makeExpandedNodeId(25519, 0);
|
|
@@ -20927,8 +20927,8 @@ export interface PubSubConfigurationValueDataTypeOptions {
|
|
|
20927
20927
|
export class PubSubConfigurationValueDataType extends ExtensionObject {
|
|
20928
20928
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationValueDataType; }
|
|
20929
20929
|
public static possibleFields: string[] = [
|
|
20930
|
-
"configurationElement",
|
|
20931
|
-
"name",
|
|
20930
|
+
"configurationElement",
|
|
20931
|
+
"name",
|
|
20932
20932
|
"identifier"
|
|
20933
20933
|
];
|
|
20934
20934
|
public static dataTypeNodeId = makeExpandedNodeId(25520, 0);
|
|
@@ -21004,7 +21004,7 @@ export interface SubscriptionAcknowledgementOptions {
|
|
|
21004
21004
|
export class SubscriptionAcknowledgement extends ExtensionObject {
|
|
21005
21005
|
public static get schema(): IStructuredTypeSchema { return schemaSubscriptionAcknowledgement; }
|
|
21006
21006
|
public static possibleFields: string[] = [
|
|
21007
|
-
"subscriptionId",
|
|
21007
|
+
"subscriptionId",
|
|
21008
21008
|
"sequenceNumber"
|
|
21009
21009
|
];
|
|
21010
21010
|
public static dataTypeNodeId = makeExpandedNodeId(821, 0);
|
|
@@ -21076,7 +21076,7 @@ export interface PublishRequestOptions {
|
|
|
21076
21076
|
export class PublishRequest extends ExtensionObject {
|
|
21077
21077
|
public static get schema(): IStructuredTypeSchema { return schemaPublishRequest; }
|
|
21078
21078
|
public static possibleFields: string[] = [
|
|
21079
|
-
"requestHeader",
|
|
21079
|
+
"requestHeader",
|
|
21080
21080
|
"subscriptionAcknowledgements"
|
|
21081
21081
|
];
|
|
21082
21082
|
public static dataTypeNodeId = makeExpandedNodeId(824, 0);
|
|
@@ -21188,12 +21188,12 @@ export interface PublishResponseOptions {
|
|
|
21188
21188
|
export class PublishResponse extends ExtensionObject {
|
|
21189
21189
|
public static get schema(): IStructuredTypeSchema { return schemaPublishResponse; }
|
|
21190
21190
|
public static possibleFields: string[] = [
|
|
21191
|
-
"responseHeader",
|
|
21192
|
-
"subscriptionId",
|
|
21193
|
-
"availableSequenceNumbers",
|
|
21194
|
-
"moreNotifications",
|
|
21195
|
-
"notificationMessage",
|
|
21196
|
-
"results",
|
|
21191
|
+
"responseHeader",
|
|
21192
|
+
"subscriptionId",
|
|
21193
|
+
"availableSequenceNumbers",
|
|
21194
|
+
"moreNotifications",
|
|
21195
|
+
"notificationMessage",
|
|
21196
|
+
"results",
|
|
21197
21197
|
"diagnosticInfos"
|
|
21198
21198
|
];
|
|
21199
21199
|
public static dataTypeNodeId = makeExpandedNodeId(827, 0);
|
|
@@ -21374,13 +21374,13 @@ export interface PublishedVariableDataTypeOptions {
|
|
|
21374
21374
|
export class PublishedVariableDataType extends ExtensionObject {
|
|
21375
21375
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedVariableDataType; }
|
|
21376
21376
|
public static possibleFields: string[] = [
|
|
21377
|
-
"publishedVariable",
|
|
21378
|
-
"attributeId",
|
|
21379
|
-
"samplingIntervalHint",
|
|
21380
|
-
"deadbandType",
|
|
21381
|
-
"deadbandValue",
|
|
21382
|
-
"indexRange",
|
|
21383
|
-
"substituteValue",
|
|
21377
|
+
"publishedVariable",
|
|
21378
|
+
"attributeId",
|
|
21379
|
+
"samplingIntervalHint",
|
|
21380
|
+
"deadbandType",
|
|
21381
|
+
"deadbandValue",
|
|
21382
|
+
"indexRange",
|
|
21383
|
+
"substituteValue",
|
|
21384
21384
|
"metaDataProperties"
|
|
21385
21385
|
];
|
|
21386
21386
|
public static dataTypeNodeId = makeExpandedNodeId(14273, 0);
|
|
@@ -21615,8 +21615,8 @@ export interface PublishedEventsDataTypeOptions extends PublishedDataSetSourceDa
|
|
|
21615
21615
|
export class PublishedEventsDataType extends PublishedDataSetSourceDataType {
|
|
21616
21616
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedEventsDataType; }
|
|
21617
21617
|
public static possibleFields: string[] = [
|
|
21618
|
-
"eventNotifier",
|
|
21619
|
-
"selectedFields",
|
|
21618
|
+
"eventNotifier",
|
|
21619
|
+
"selectedFields",
|
|
21620
21620
|
"filter"
|
|
21621
21621
|
];
|
|
21622
21622
|
public static dataTypeNodeId = makeExpandedNodeId(15582, 0);
|
|
@@ -21755,8 +21755,8 @@ export interface QueryDataSetOptions {
|
|
|
21755
21755
|
export class QueryDataSet extends ExtensionObject {
|
|
21756
21756
|
public static get schema(): IStructuredTypeSchema { return schemaQueryDataSet; }
|
|
21757
21757
|
public static possibleFields: string[] = [
|
|
21758
|
-
"nodeId",
|
|
21759
|
-
"typeDefinitionNode",
|
|
21758
|
+
"nodeId",
|
|
21759
|
+
"typeDefinitionNode",
|
|
21760
21760
|
"values"
|
|
21761
21761
|
];
|
|
21762
21762
|
public static dataTypeNodeId = makeExpandedNodeId(577, 0);
|
|
@@ -21857,11 +21857,11 @@ export interface QueryFirstRequestOptions {
|
|
|
21857
21857
|
export class QueryFirstRequest extends ExtensionObject {
|
|
21858
21858
|
public static get schema(): IStructuredTypeSchema { return schemaQueryFirstRequest; }
|
|
21859
21859
|
public static possibleFields: string[] = [
|
|
21860
|
-
"requestHeader",
|
|
21861
|
-
"view",
|
|
21862
|
-
"nodeTypes",
|
|
21863
|
-
"filter",
|
|
21864
|
-
"maxDataSetsToReturn",
|
|
21860
|
+
"requestHeader",
|
|
21861
|
+
"view",
|
|
21862
|
+
"nodeTypes",
|
|
21863
|
+
"filter",
|
|
21864
|
+
"maxDataSetsToReturn",
|
|
21865
21865
|
"maxReferencesToReturn"
|
|
21866
21866
|
];
|
|
21867
21867
|
public static dataTypeNodeId = makeExpandedNodeId(613, 0);
|
|
@@ -21987,11 +21987,11 @@ export interface QueryFirstResponseOptions {
|
|
|
21987
21987
|
export class QueryFirstResponse extends ExtensionObject {
|
|
21988
21988
|
public static get schema(): IStructuredTypeSchema { return schemaQueryFirstResponse; }
|
|
21989
21989
|
public static possibleFields: string[] = [
|
|
21990
|
-
"responseHeader",
|
|
21991
|
-
"queryDataSets",
|
|
21992
|
-
"continuationPoint",
|
|
21993
|
-
"parsingResults",
|
|
21994
|
-
"diagnosticInfos",
|
|
21990
|
+
"responseHeader",
|
|
21991
|
+
"queryDataSets",
|
|
21992
|
+
"continuationPoint",
|
|
21993
|
+
"parsingResults",
|
|
21994
|
+
"diagnosticInfos",
|
|
21995
21995
|
"filterResult"
|
|
21996
21996
|
];
|
|
21997
21997
|
public static dataTypeNodeId = makeExpandedNodeId(616, 0);
|
|
@@ -22104,8 +22104,8 @@ export interface QueryNextRequestOptions {
|
|
|
22104
22104
|
export class QueryNextRequest extends ExtensionObject {
|
|
22105
22105
|
public static get schema(): IStructuredTypeSchema { return schemaQueryNextRequest; }
|
|
22106
22106
|
public static possibleFields: string[] = [
|
|
22107
|
-
"requestHeader",
|
|
22108
|
-
"releaseContinuationPoint",
|
|
22107
|
+
"requestHeader",
|
|
22108
|
+
"releaseContinuationPoint",
|
|
22109
22109
|
"continuationPoint"
|
|
22110
22110
|
];
|
|
22111
22111
|
public static dataTypeNodeId = makeExpandedNodeId(619, 0);
|
|
@@ -22188,8 +22188,8 @@ export interface QueryNextResponseOptions {
|
|
|
22188
22188
|
export class QueryNextResponse extends ExtensionObject {
|
|
22189
22189
|
public static get schema(): IStructuredTypeSchema { return schemaQueryNextResponse; }
|
|
22190
22190
|
public static possibleFields: string[] = [
|
|
22191
|
-
"responseHeader",
|
|
22192
|
-
"queryDataSets",
|
|
22191
|
+
"responseHeader",
|
|
22192
|
+
"queryDataSets",
|
|
22193
22193
|
"revisedContinuationPoint"
|
|
22194
22194
|
];
|
|
22195
22195
|
public static dataTypeNodeId = makeExpandedNodeId(622, 0);
|
|
@@ -22273,7 +22273,7 @@ export interface RationalNumberOptions {
|
|
|
22273
22273
|
export class RationalNumber extends ExtensionObject {
|
|
22274
22274
|
public static get schema(): IStructuredTypeSchema { return schemaRationalNumber; }
|
|
22275
22275
|
public static possibleFields: string[] = [
|
|
22276
|
-
"numerator",
|
|
22276
|
+
"numerator",
|
|
22277
22277
|
"denominator"
|
|
22278
22278
|
];
|
|
22279
22279
|
public static dataTypeNodeId = makeExpandedNodeId(18806, 0);
|
|
@@ -22405,7 +22405,7 @@ export interface ReadAtTimeDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
22405
22405
|
export class ReadAtTimeDetails extends HistoryReadDetails {
|
|
22406
22406
|
public static get schema(): IStructuredTypeSchema { return schemaReadAtTimeDetails; }
|
|
22407
22407
|
public static possibleFields: string[] = [
|
|
22408
|
-
"reqTimes",
|
|
22408
|
+
"reqTimes",
|
|
22409
22409
|
"useSimpleBounds"
|
|
22410
22410
|
];
|
|
22411
22411
|
public static dataTypeNodeId = makeExpandedNodeId(653, 0);
|
|
@@ -22488,9 +22488,9 @@ export interface ReadEventDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
22488
22488
|
export class ReadEventDetails extends HistoryReadDetails {
|
|
22489
22489
|
public static get schema(): IStructuredTypeSchema { return schemaReadEventDetails; }
|
|
22490
22490
|
public static possibleFields: string[] = [
|
|
22491
|
-
"numValuesPerNode",
|
|
22492
|
-
"startTime",
|
|
22493
|
-
"endTime",
|
|
22491
|
+
"numValuesPerNode",
|
|
22492
|
+
"startTime",
|
|
22493
|
+
"endTime",
|
|
22494
22494
|
"filter"
|
|
22495
22495
|
];
|
|
22496
22496
|
public static dataTypeNodeId = makeExpandedNodeId(644, 0);
|
|
@@ -22590,10 +22590,10 @@ export interface ReadProcessedDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
22590
22590
|
export class ReadProcessedDetails extends HistoryReadDetails {
|
|
22591
22591
|
public static get schema(): IStructuredTypeSchema { return schemaReadProcessedDetails; }
|
|
22592
22592
|
public static possibleFields: string[] = [
|
|
22593
|
-
"startTime",
|
|
22594
|
-
"endTime",
|
|
22595
|
-
"processingInterval",
|
|
22596
|
-
"aggregateType",
|
|
22593
|
+
"startTime",
|
|
22594
|
+
"endTime",
|
|
22595
|
+
"processingInterval",
|
|
22596
|
+
"aggregateType",
|
|
22597
22597
|
"aggregateConfiguration"
|
|
22598
22598
|
];
|
|
22599
22599
|
public static dataTypeNodeId = makeExpandedNodeId(650, 0);
|
|
@@ -22697,10 +22697,10 @@ export interface ReadRawModifiedDetailsOptions extends HistoryReadDetailsOptions
|
|
|
22697
22697
|
export class ReadRawModifiedDetails extends HistoryReadDetails {
|
|
22698
22698
|
public static get schema(): IStructuredTypeSchema { return schemaReadRawModifiedDetails; }
|
|
22699
22699
|
public static possibleFields: string[] = [
|
|
22700
|
-
"isReadModified",
|
|
22701
|
-
"startTime",
|
|
22702
|
-
"endTime",
|
|
22703
|
-
"numValuesPerNode",
|
|
22700
|
+
"isReadModified",
|
|
22701
|
+
"startTime",
|
|
22702
|
+
"endTime",
|
|
22703
|
+
"numValuesPerNode",
|
|
22704
22704
|
"returnBounds"
|
|
22705
22705
|
];
|
|
22706
22706
|
public static dataTypeNodeId = makeExpandedNodeId(647, 0);
|
|
@@ -22799,9 +22799,9 @@ export interface ReadRequestOptions {
|
|
|
22799
22799
|
export class ReadRequest extends ExtensionObject {
|
|
22800
22800
|
public static get schema(): IStructuredTypeSchema { return schemaReadRequest; }
|
|
22801
22801
|
public static possibleFields: string[] = [
|
|
22802
|
-
"requestHeader",
|
|
22803
|
-
"maxAge",
|
|
22804
|
-
"timestampsToReturn",
|
|
22802
|
+
"requestHeader",
|
|
22803
|
+
"maxAge",
|
|
22804
|
+
"timestampsToReturn",
|
|
22805
22805
|
"nodesToRead"
|
|
22806
22806
|
];
|
|
22807
22807
|
public static dataTypeNodeId = makeExpandedNodeId(629, 0);
|
|
@@ -22909,8 +22909,8 @@ export interface ReadResponseOptions {
|
|
|
22909
22909
|
export class ReadResponse extends ExtensionObject {
|
|
22910
22910
|
public static get schema(): IStructuredTypeSchema { return schemaReadResponse; }
|
|
22911
22911
|
public static possibleFields: string[] = [
|
|
22912
|
-
"responseHeader",
|
|
22913
|
-
"results",
|
|
22912
|
+
"responseHeader",
|
|
22913
|
+
"results",
|
|
22914
22914
|
"diagnosticInfos"
|
|
22915
22915
|
];
|
|
22916
22916
|
public static dataTypeNodeId = makeExpandedNodeId(632, 0);
|
|
@@ -23225,8 +23225,8 @@ export interface RedundantServerDataTypeOptions {
|
|
|
23225
23225
|
export class RedundantServerDataType extends ExtensionObject {
|
|
23226
23226
|
public static get schema(): IStructuredTypeSchema { return schemaRedundantServerDataType; }
|
|
23227
23227
|
public static possibleFields: string[] = [
|
|
23228
|
-
"serverId",
|
|
23229
|
-
"serviceLevel",
|
|
23228
|
+
"serverId",
|
|
23229
|
+
"serviceLevel",
|
|
23230
23230
|
"serverState"
|
|
23231
23231
|
];
|
|
23232
23232
|
public static dataTypeNodeId = makeExpandedNodeId(853, 0);
|
|
@@ -23319,13 +23319,13 @@ export interface ReferenceTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
23319
23319
|
export class ReferenceTypeAttributes extends NodeAttributes {
|
|
23320
23320
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceTypeAttributes; }
|
|
23321
23321
|
public static possibleFields: string[] = [
|
|
23322
|
-
"specifiedAttributes",
|
|
23323
|
-
"displayName",
|
|
23324
|
-
"description",
|
|
23325
|
-
"writeMask",
|
|
23326
|
-
"userWriteMask",
|
|
23327
|
-
"isAbstract",
|
|
23328
|
-
"symmetric",
|
|
23322
|
+
"specifiedAttributes",
|
|
23323
|
+
"displayName",
|
|
23324
|
+
"description",
|
|
23325
|
+
"writeMask",
|
|
23326
|
+
"userWriteMask",
|
|
23327
|
+
"isAbstract",
|
|
23328
|
+
"symmetric",
|
|
23329
23329
|
"inverseName"
|
|
23330
23330
|
];
|
|
23331
23331
|
public static dataTypeNodeId = makeExpandedNodeId(367, 0);
|
|
@@ -23428,22 +23428,22 @@ export interface ReferenceTypeNodeOptions extends TypeNodeOptions {
|
|
|
23428
23428
|
export class ReferenceTypeNode extends TypeNode {
|
|
23429
23429
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceTypeNode; }
|
|
23430
23430
|
public static possibleFields: string[] = [
|
|
23431
|
-
"nodeId",
|
|
23432
|
-
"nodeClass",
|
|
23433
|
-
"browseName",
|
|
23434
|
-
"displayName",
|
|
23435
|
-
"description",
|
|
23436
|
-
"writeMask",
|
|
23437
|
-
"userWriteMask",
|
|
23438
|
-
"rolePermissions",
|
|
23439
|
-
"userRolePermissions",
|
|
23440
|
-
"accessRestrictions",
|
|
23441
|
-
"references",
|
|
23442
|
-
"rolePermissions",
|
|
23443
|
-
"userRolePermissions",
|
|
23444
|
-
"references",
|
|
23445
|
-
"isAbstract",
|
|
23446
|
-
"symmetric",
|
|
23431
|
+
"nodeId",
|
|
23432
|
+
"nodeClass",
|
|
23433
|
+
"browseName",
|
|
23434
|
+
"displayName",
|
|
23435
|
+
"description",
|
|
23436
|
+
"writeMask",
|
|
23437
|
+
"userWriteMask",
|
|
23438
|
+
"rolePermissions",
|
|
23439
|
+
"userRolePermissions",
|
|
23440
|
+
"accessRestrictions",
|
|
23441
|
+
"references",
|
|
23442
|
+
"rolePermissions",
|
|
23443
|
+
"userRolePermissions",
|
|
23444
|
+
"references",
|
|
23445
|
+
"isAbstract",
|
|
23446
|
+
"symmetric",
|
|
23447
23447
|
"inverseName"
|
|
23448
23448
|
];
|
|
23449
23449
|
public static dataTypeNodeId = makeExpandedNodeId(273, 0);
|
|
@@ -23559,7 +23559,7 @@ export interface RegisterNodesRequestOptions {
|
|
|
23559
23559
|
export class RegisterNodesRequest extends ExtensionObject {
|
|
23560
23560
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterNodesRequest; }
|
|
23561
23561
|
public static possibleFields: string[] = [
|
|
23562
|
-
"requestHeader",
|
|
23562
|
+
"requestHeader",
|
|
23563
23563
|
"nodesToRegister"
|
|
23564
23564
|
];
|
|
23565
23565
|
public static dataTypeNodeId = makeExpandedNodeId(558, 0);
|
|
@@ -23631,7 +23631,7 @@ export interface RegisterNodesResponseOptions {
|
|
|
23631
23631
|
export class RegisterNodesResponse extends ExtensionObject {
|
|
23632
23632
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterNodesResponse; }
|
|
23633
23633
|
public static possibleFields: string[] = [
|
|
23634
|
-
"responseHeader",
|
|
23634
|
+
"responseHeader",
|
|
23635
23635
|
"registeredNodeIds"
|
|
23636
23636
|
];
|
|
23637
23637
|
public static dataTypeNodeId = makeExpandedNodeId(561, 0);
|
|
@@ -23740,13 +23740,13 @@ export interface RegisteredServerOptions {
|
|
|
23740
23740
|
export class RegisteredServer extends ExtensionObject {
|
|
23741
23741
|
public static get schema(): IStructuredTypeSchema { return schemaRegisteredServer; }
|
|
23742
23742
|
public static possibleFields: string[] = [
|
|
23743
|
-
"serverUri",
|
|
23744
|
-
"productUri",
|
|
23745
|
-
"serverNames",
|
|
23746
|
-
"serverType",
|
|
23747
|
-
"gatewayServerUri",
|
|
23748
|
-
"discoveryUrls",
|
|
23749
|
-
"semaphoreFilePath",
|
|
23743
|
+
"serverUri",
|
|
23744
|
+
"productUri",
|
|
23745
|
+
"serverNames",
|
|
23746
|
+
"serverType",
|
|
23747
|
+
"gatewayServerUri",
|
|
23748
|
+
"discoveryUrls",
|
|
23749
|
+
"semaphoreFilePath",
|
|
23750
23750
|
"isOnline"
|
|
23751
23751
|
];
|
|
23752
23752
|
public static dataTypeNodeId = makeExpandedNodeId(432, 0);
|
|
@@ -23865,8 +23865,8 @@ export interface RegisterServer2RequestOptions {
|
|
|
23865
23865
|
export class RegisterServer2Request extends ExtensionObject {
|
|
23866
23866
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServer2Request; }
|
|
23867
23867
|
public static possibleFields: string[] = [
|
|
23868
|
-
"requestHeader",
|
|
23869
|
-
"server",
|
|
23868
|
+
"requestHeader",
|
|
23869
|
+
"server",
|
|
23870
23870
|
"discoveryConfiguration"
|
|
23871
23871
|
];
|
|
23872
23872
|
public static dataTypeNodeId = makeExpandedNodeId(12193, 0);
|
|
@@ -23950,8 +23950,8 @@ export interface RegisterServer2ResponseOptions {
|
|
|
23950
23950
|
export class RegisterServer2Response extends ExtensionObject {
|
|
23951
23951
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServer2Response; }
|
|
23952
23952
|
public static possibleFields: string[] = [
|
|
23953
|
-
"responseHeader",
|
|
23954
|
-
"configurationResults",
|
|
23953
|
+
"responseHeader",
|
|
23954
|
+
"configurationResults",
|
|
23955
23955
|
"diagnosticInfos"
|
|
23956
23956
|
];
|
|
23957
23957
|
public static dataTypeNodeId = makeExpandedNodeId(12194, 0);
|
|
@@ -24027,7 +24027,7 @@ export interface RegisterServerRequestOptions {
|
|
|
24027
24027
|
export class RegisterServerRequest extends ExtensionObject {
|
|
24028
24028
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServerRequest; }
|
|
24029
24029
|
public static possibleFields: string[] = [
|
|
24030
|
-
"requestHeader",
|
|
24030
|
+
"requestHeader",
|
|
24031
24031
|
"server"
|
|
24032
24032
|
];
|
|
24033
24033
|
public static dataTypeNodeId = makeExpandedNodeId(435, 0);
|
|
@@ -24163,8 +24163,8 @@ export interface RepublishRequestOptions {
|
|
|
24163
24163
|
export class RepublishRequest extends ExtensionObject {
|
|
24164
24164
|
public static get schema(): IStructuredTypeSchema { return schemaRepublishRequest; }
|
|
24165
24165
|
public static possibleFields: string[] = [
|
|
24166
|
-
"requestHeader",
|
|
24167
|
-
"subscriptionId",
|
|
24166
|
+
"requestHeader",
|
|
24167
|
+
"subscriptionId",
|
|
24168
24168
|
"retransmitSequenceNumber"
|
|
24169
24169
|
];
|
|
24170
24170
|
public static dataTypeNodeId = makeExpandedNodeId(830, 0);
|
|
@@ -24240,7 +24240,7 @@ export interface RepublishResponseOptions {
|
|
|
24240
24240
|
export class RepublishResponse extends ExtensionObject {
|
|
24241
24241
|
public static get schema(): IStructuredTypeSchema { return schemaRepublishResponse; }
|
|
24242
24242
|
public static possibleFields: string[] = [
|
|
24243
|
-
"responseHeader",
|
|
24243
|
+
"responseHeader",
|
|
24244
24244
|
"notificationMessage"
|
|
24245
24245
|
];
|
|
24246
24246
|
public static dataTypeNodeId = makeExpandedNodeId(833, 0);
|
|
@@ -24323,9 +24323,9 @@ export interface SamplingIntervalDiagnosticsDataTypeOptions {
|
|
|
24323
24323
|
export class SamplingIntervalDiagnosticsDataType extends ExtensionObject {
|
|
24324
24324
|
public static get schema(): IStructuredTypeSchema { return schemaSamplingIntervalDiagnosticsDataType; }
|
|
24325
24325
|
public static possibleFields: string[] = [
|
|
24326
|
-
"samplingInterval",
|
|
24327
|
-
"monitoredItemCount",
|
|
24328
|
-
"maxMonitoredItemCount",
|
|
24326
|
+
"samplingInterval",
|
|
24327
|
+
"monitoredItemCount",
|
|
24328
|
+
"maxMonitoredItemCount",
|
|
24329
24329
|
"disabledMonitoredItemCount"
|
|
24330
24330
|
];
|
|
24331
24331
|
public static dataTypeNodeId = makeExpandedNodeId(856, 0);
|
|
@@ -24406,7 +24406,7 @@ export interface SemanticChangeStructureDataTypeOptions {
|
|
|
24406
24406
|
export class SemanticChangeStructureDataType extends ExtensionObject {
|
|
24407
24407
|
public static get schema(): IStructuredTypeSchema { return schemaSemanticChangeStructureDataType; }
|
|
24408
24408
|
public static possibleFields: string[] = [
|
|
24409
|
-
"affected",
|
|
24409
|
+
"affected",
|
|
24410
24410
|
"affectedType"
|
|
24411
24411
|
];
|
|
24412
24412
|
public static dataTypeNodeId = makeExpandedNodeId(897, 0);
|
|
@@ -24537,17 +24537,17 @@ export interface ServerDiagnosticsSummaryDataTypeOptions {
|
|
|
24537
24537
|
export class ServerDiagnosticsSummaryDataType extends ExtensionObject {
|
|
24538
24538
|
public static get schema(): IStructuredTypeSchema { return schemaServerDiagnosticsSummaryDataType; }
|
|
24539
24539
|
public static possibleFields: string[] = [
|
|
24540
|
-
"serverViewCount",
|
|
24541
|
-
"currentSessionCount",
|
|
24542
|
-
"cumulatedSessionCount",
|
|
24543
|
-
"securityRejectedSessionCount",
|
|
24544
|
-
"rejectedSessionCount",
|
|
24545
|
-
"sessionTimeoutCount",
|
|
24546
|
-
"sessionAbortCount",
|
|
24547
|
-
"currentSubscriptionCount",
|
|
24548
|
-
"cumulatedSubscriptionCount",
|
|
24549
|
-
"publishingIntervalCount",
|
|
24550
|
-
"securityRejectedRequestsCount",
|
|
24540
|
+
"serverViewCount",
|
|
24541
|
+
"currentSessionCount",
|
|
24542
|
+
"cumulatedSessionCount",
|
|
24543
|
+
"securityRejectedSessionCount",
|
|
24544
|
+
"rejectedSessionCount",
|
|
24545
|
+
"sessionTimeoutCount",
|
|
24546
|
+
"sessionAbortCount",
|
|
24547
|
+
"currentSubscriptionCount",
|
|
24548
|
+
"cumulatedSubscriptionCount",
|
|
24549
|
+
"publishingIntervalCount",
|
|
24550
|
+
"securityRejectedRequestsCount",
|
|
24551
24551
|
"rejectedRequestsCount"
|
|
24552
24552
|
];
|
|
24553
24553
|
public static dataTypeNodeId = makeExpandedNodeId(859, 0);
|
|
@@ -24692,11 +24692,11 @@ export interface ServerStatusDataTypeOptions {
|
|
|
24692
24692
|
export class ServerStatusDataType extends ExtensionObject {
|
|
24693
24693
|
public static get schema(): IStructuredTypeSchema { return schemaServerStatusDataType; }
|
|
24694
24694
|
public static possibleFields: string[] = [
|
|
24695
|
-
"startTime",
|
|
24696
|
-
"currentTime",
|
|
24697
|
-
"state",
|
|
24698
|
-
"buildInfo",
|
|
24699
|
-
"secondsTillShutdown",
|
|
24695
|
+
"startTime",
|
|
24696
|
+
"currentTime",
|
|
24697
|
+
"state",
|
|
24698
|
+
"buildInfo",
|
|
24699
|
+
"secondsTillShutdown",
|
|
24700
24700
|
"shutdownReason"
|
|
24701
24701
|
];
|
|
24702
24702
|
public static dataTypeNodeId = makeExpandedNodeId(862, 0);
|
|
@@ -24798,7 +24798,7 @@ export interface ServiceCounterDataTypeOptions {
|
|
|
24798
24798
|
export class ServiceCounterDataType extends ExtensionObject {
|
|
24799
24799
|
public static get schema(): IStructuredTypeSchema { return schemaServiceCounterDataType; }
|
|
24800
24800
|
public static possibleFields: string[] = [
|
|
24801
|
-
"totalCount",
|
|
24801
|
+
"totalCount",
|
|
24802
24802
|
"errorCount"
|
|
24803
24803
|
];
|
|
24804
24804
|
public static dataTypeNodeId = makeExpandedNodeId(871, 0);
|
|
@@ -25175,48 +25175,48 @@ export interface SessionDiagnosticsDataTypeOptions {
|
|
|
25175
25175
|
export class SessionDiagnosticsDataType extends ExtensionObject {
|
|
25176
25176
|
public static get schema(): IStructuredTypeSchema { return schemaSessionDiagnosticsDataType; }
|
|
25177
25177
|
public static possibleFields: string[] = [
|
|
25178
|
-
"sessionId",
|
|
25179
|
-
"sessionName",
|
|
25180
|
-
"clientDescription",
|
|
25181
|
-
"serverUri",
|
|
25182
|
-
"endpointUrl",
|
|
25183
|
-
"localeIds",
|
|
25184
|
-
"actualSessionTimeout",
|
|
25185
|
-
"maxResponseMessageSize",
|
|
25186
|
-
"clientConnectionTime",
|
|
25187
|
-
"clientLastContactTime",
|
|
25188
|
-
"currentSubscriptionsCount",
|
|
25189
|
-
"currentMonitoredItemsCount",
|
|
25190
|
-
"currentPublishRequestsInQueue",
|
|
25191
|
-
"totalRequestCount",
|
|
25192
|
-
"unauthorizedRequestCount",
|
|
25193
|
-
"readCount",
|
|
25194
|
-
"historyReadCount",
|
|
25195
|
-
"writeCount",
|
|
25196
|
-
"historyUpdateCount",
|
|
25197
|
-
"callCount",
|
|
25198
|
-
"createMonitoredItemsCount",
|
|
25199
|
-
"modifyMonitoredItemsCount",
|
|
25200
|
-
"setMonitoringModeCount",
|
|
25201
|
-
"setTriggeringCount",
|
|
25202
|
-
"deleteMonitoredItemsCount",
|
|
25203
|
-
"createSubscriptionCount",
|
|
25204
|
-
"modifySubscriptionCount",
|
|
25205
|
-
"setPublishingModeCount",
|
|
25206
|
-
"publishCount",
|
|
25207
|
-
"republishCount",
|
|
25208
|
-
"transferSubscriptionsCount",
|
|
25209
|
-
"deleteSubscriptionsCount",
|
|
25210
|
-
"addNodesCount",
|
|
25211
|
-
"addReferencesCount",
|
|
25212
|
-
"deleteNodesCount",
|
|
25213
|
-
"deleteReferencesCount",
|
|
25214
|
-
"browseCount",
|
|
25215
|
-
"browseNextCount",
|
|
25216
|
-
"translateBrowsePathsToNodeIdsCount",
|
|
25217
|
-
"queryFirstCount",
|
|
25218
|
-
"queryNextCount",
|
|
25219
|
-
"registerNodesCount",
|
|
25178
|
+
"sessionId",
|
|
25179
|
+
"sessionName",
|
|
25180
|
+
"clientDescription",
|
|
25181
|
+
"serverUri",
|
|
25182
|
+
"endpointUrl",
|
|
25183
|
+
"localeIds",
|
|
25184
|
+
"actualSessionTimeout",
|
|
25185
|
+
"maxResponseMessageSize",
|
|
25186
|
+
"clientConnectionTime",
|
|
25187
|
+
"clientLastContactTime",
|
|
25188
|
+
"currentSubscriptionsCount",
|
|
25189
|
+
"currentMonitoredItemsCount",
|
|
25190
|
+
"currentPublishRequestsInQueue",
|
|
25191
|
+
"totalRequestCount",
|
|
25192
|
+
"unauthorizedRequestCount",
|
|
25193
|
+
"readCount",
|
|
25194
|
+
"historyReadCount",
|
|
25195
|
+
"writeCount",
|
|
25196
|
+
"historyUpdateCount",
|
|
25197
|
+
"callCount",
|
|
25198
|
+
"createMonitoredItemsCount",
|
|
25199
|
+
"modifyMonitoredItemsCount",
|
|
25200
|
+
"setMonitoringModeCount",
|
|
25201
|
+
"setTriggeringCount",
|
|
25202
|
+
"deleteMonitoredItemsCount",
|
|
25203
|
+
"createSubscriptionCount",
|
|
25204
|
+
"modifySubscriptionCount",
|
|
25205
|
+
"setPublishingModeCount",
|
|
25206
|
+
"publishCount",
|
|
25207
|
+
"republishCount",
|
|
25208
|
+
"transferSubscriptionsCount",
|
|
25209
|
+
"deleteSubscriptionsCount",
|
|
25210
|
+
"addNodesCount",
|
|
25211
|
+
"addReferencesCount",
|
|
25212
|
+
"deleteNodesCount",
|
|
25213
|
+
"deleteReferencesCount",
|
|
25214
|
+
"browseCount",
|
|
25215
|
+
"browseNextCount",
|
|
25216
|
+
"translateBrowsePathsToNodeIdsCount",
|
|
25217
|
+
"queryFirstCount",
|
|
25218
|
+
"queryNextCount",
|
|
25219
|
+
"registerNodesCount",
|
|
25220
25220
|
"unregisterNodesCount"
|
|
25221
25221
|
];
|
|
25222
25222
|
public static dataTypeNodeId = makeExpandedNodeId(865, 0);
|
|
@@ -25535,14 +25535,14 @@ export interface SessionSecurityDiagnosticsDataTypeOptions {
|
|
|
25535
25535
|
export class SessionSecurityDiagnosticsDataType extends ExtensionObject {
|
|
25536
25536
|
public static get schema(): IStructuredTypeSchema { return schemaSessionSecurityDiagnosticsDataType; }
|
|
25537
25537
|
public static possibleFields: string[] = [
|
|
25538
|
-
"sessionId",
|
|
25539
|
-
"clientUserIdOfSession",
|
|
25540
|
-
"clientUserIdHistory",
|
|
25541
|
-
"authenticationMechanism",
|
|
25542
|
-
"encoding",
|
|
25543
|
-
"transportProtocol",
|
|
25544
|
-
"securityMode",
|
|
25545
|
-
"securityPolicyUri",
|
|
25538
|
+
"sessionId",
|
|
25539
|
+
"clientUserIdOfSession",
|
|
25540
|
+
"clientUserIdHistory",
|
|
25541
|
+
"authenticationMechanism",
|
|
25542
|
+
"encoding",
|
|
25543
|
+
"transportProtocol",
|
|
25544
|
+
"securityMode",
|
|
25545
|
+
"securityPolicyUri",
|
|
25546
25546
|
"clientCertificate"
|
|
25547
25547
|
];
|
|
25548
25548
|
public static dataTypeNodeId = makeExpandedNodeId(868, 0);
|
|
@@ -25680,10 +25680,10 @@ export interface SessionlessInvokeRequestTypeOptions {
|
|
|
25680
25680
|
export class SessionlessInvokeRequestType extends ExtensionObject {
|
|
25681
25681
|
public static get schema(): IStructuredTypeSchema { return schemaSessionlessInvokeRequestType; }
|
|
25682
25682
|
public static possibleFields: string[] = [
|
|
25683
|
-
"urisVersion",
|
|
25684
|
-
"namespaceUris",
|
|
25685
|
-
"serverUris",
|
|
25686
|
-
"localeIds",
|
|
25683
|
+
"urisVersion",
|
|
25684
|
+
"namespaceUris",
|
|
25685
|
+
"serverUris",
|
|
25686
|
+
"localeIds",
|
|
25687
25687
|
"serviceId"
|
|
25688
25688
|
];
|
|
25689
25689
|
public static dataTypeNodeId = makeExpandedNodeId(15901, 0);
|
|
@@ -25777,8 +25777,8 @@ export interface SessionlessInvokeResponseTypeOptions {
|
|
|
25777
25777
|
export class SessionlessInvokeResponseType extends ExtensionObject {
|
|
25778
25778
|
public static get schema(): IStructuredTypeSchema { return schemaSessionlessInvokeResponseType; }
|
|
25779
25779
|
public static possibleFields: string[] = [
|
|
25780
|
-
"namespaceUris",
|
|
25781
|
-
"serverUris",
|
|
25780
|
+
"namespaceUris",
|
|
25781
|
+
"serverUris",
|
|
25782
25782
|
"serviceId"
|
|
25783
25783
|
];
|
|
25784
25784
|
public static dataTypeNodeId = makeExpandedNodeId(20999, 0);
|
|
@@ -25867,9 +25867,9 @@ export interface SetMonitoringModeRequestOptions {
|
|
|
25867
25867
|
export class SetMonitoringModeRequest extends ExtensionObject {
|
|
25868
25868
|
public static get schema(): IStructuredTypeSchema { return schemaSetMonitoringModeRequest; }
|
|
25869
25869
|
public static possibleFields: string[] = [
|
|
25870
|
-
"requestHeader",
|
|
25871
|
-
"subscriptionId",
|
|
25872
|
-
"monitoringMode",
|
|
25870
|
+
"requestHeader",
|
|
25871
|
+
"subscriptionId",
|
|
25872
|
+
"monitoringMode",
|
|
25873
25873
|
"monitoredItemIds"
|
|
25874
25874
|
];
|
|
25875
25875
|
public static dataTypeNodeId = makeExpandedNodeId(767, 0);
|
|
@@ -25969,8 +25969,8 @@ export interface SetMonitoringModeResponseOptions {
|
|
|
25969
25969
|
export class SetMonitoringModeResponse extends ExtensionObject {
|
|
25970
25970
|
public static get schema(): IStructuredTypeSchema { return schemaSetMonitoringModeResponse; }
|
|
25971
25971
|
public static possibleFields: string[] = [
|
|
25972
|
-
"responseHeader",
|
|
25973
|
-
"results",
|
|
25972
|
+
"responseHeader",
|
|
25973
|
+
"results",
|
|
25974
25974
|
"diagnosticInfos"
|
|
25975
25975
|
];
|
|
25976
25976
|
public static dataTypeNodeId = makeExpandedNodeId(770, 0);
|
|
@@ -26053,8 +26053,8 @@ export interface SetPublishingModeRequestOptions {
|
|
|
26053
26053
|
export class SetPublishingModeRequest extends ExtensionObject {
|
|
26054
26054
|
public static get schema(): IStructuredTypeSchema { return schemaSetPublishingModeRequest; }
|
|
26055
26055
|
public static possibleFields: string[] = [
|
|
26056
|
-
"requestHeader",
|
|
26057
|
-
"publishingEnabled",
|
|
26056
|
+
"requestHeader",
|
|
26057
|
+
"publishingEnabled",
|
|
26058
26058
|
"subscriptionIds"
|
|
26059
26059
|
];
|
|
26060
26060
|
public static dataTypeNodeId = makeExpandedNodeId(797, 0);
|
|
@@ -26138,8 +26138,8 @@ export interface SetPublishingModeResponseOptions {
|
|
|
26138
26138
|
export class SetPublishingModeResponse extends ExtensionObject {
|
|
26139
26139
|
public static get schema(): IStructuredTypeSchema { return schemaSetPublishingModeResponse; }
|
|
26140
26140
|
public static possibleFields: string[] = [
|
|
26141
|
-
"responseHeader",
|
|
26142
|
-
"results",
|
|
26141
|
+
"responseHeader",
|
|
26142
|
+
"results",
|
|
26143
26143
|
"diagnosticInfos"
|
|
26144
26144
|
];
|
|
26145
26145
|
public static dataTypeNodeId = makeExpandedNodeId(800, 0);
|
|
@@ -26235,10 +26235,10 @@ export interface SetTriggeringRequestOptions {
|
|
|
26235
26235
|
export class SetTriggeringRequest extends ExtensionObject {
|
|
26236
26236
|
public static get schema(): IStructuredTypeSchema { return schemaSetTriggeringRequest; }
|
|
26237
26237
|
public static possibleFields: string[] = [
|
|
26238
|
-
"requestHeader",
|
|
26239
|
-
"subscriptionId",
|
|
26240
|
-
"triggeringItemId",
|
|
26241
|
-
"linksToAdd",
|
|
26238
|
+
"requestHeader",
|
|
26239
|
+
"subscriptionId",
|
|
26240
|
+
"triggeringItemId",
|
|
26241
|
+
"linksToAdd",
|
|
26242
26242
|
"linksToRemove"
|
|
26243
26243
|
];
|
|
26244
26244
|
public static dataTypeNodeId = makeExpandedNodeId(773, 0);
|
|
@@ -26346,10 +26346,10 @@ export interface SetTriggeringResponseOptions {
|
|
|
26346
26346
|
export class SetTriggeringResponse extends ExtensionObject {
|
|
26347
26347
|
public static get schema(): IStructuredTypeSchema { return schemaSetTriggeringResponse; }
|
|
26348
26348
|
public static possibleFields: string[] = [
|
|
26349
|
-
"responseHeader",
|
|
26350
|
-
"addResults",
|
|
26351
|
-
"addDiagnosticInfos",
|
|
26352
|
-
"removeResults",
|
|
26349
|
+
"responseHeader",
|
|
26350
|
+
"addResults",
|
|
26351
|
+
"addDiagnosticInfos",
|
|
26352
|
+
"removeResults",
|
|
26353
26353
|
"removeDiagnosticInfos"
|
|
26354
26354
|
];
|
|
26355
26355
|
public static dataTypeNodeId = makeExpandedNodeId(776, 0);
|
|
@@ -26494,7 +26494,7 @@ export interface StatusChangeNotificationOptions extends NotificationDataOptions
|
|
|
26494
26494
|
export class StatusChangeNotification extends NotificationData {
|
|
26495
26495
|
public static get schema(): IStructuredTypeSchema { return schemaStatusChangeNotification; }
|
|
26496
26496
|
public static possibleFields: string[] = [
|
|
26497
|
-
"status",
|
|
26497
|
+
"status",
|
|
26498
26498
|
"diagnosticInfo"
|
|
26499
26499
|
];
|
|
26500
26500
|
public static dataTypeNodeId = makeExpandedNodeId(818, 0);
|
|
@@ -26566,7 +26566,7 @@ export interface SubscribedDataSetMirrorDataTypeOptions extends SubscribedDataSe
|
|
|
26566
26566
|
export class SubscribedDataSetMirrorDataType extends SubscribedDataSetDataType {
|
|
26567
26567
|
public static get schema(): IStructuredTypeSchema { return schemaSubscribedDataSetMirrorDataType; }
|
|
26568
26568
|
public static possibleFields: string[] = [
|
|
26569
|
-
"parentNodeName",
|
|
26569
|
+
"parentNodeName",
|
|
26570
26570
|
"rolePermissions"
|
|
26571
26571
|
];
|
|
26572
26572
|
public static dataTypeNodeId = makeExpandedNodeId(15635, 0);
|
|
@@ -26819,36 +26819,36 @@ export interface SubscriptionDiagnosticsDataTypeOptions {
|
|
|
26819
26819
|
export class SubscriptionDiagnosticsDataType extends ExtensionObject {
|
|
26820
26820
|
public static get schema(): IStructuredTypeSchema { return schemaSubscriptionDiagnosticsDataType; }
|
|
26821
26821
|
public static possibleFields: string[] = [
|
|
26822
|
-
"sessionId",
|
|
26823
|
-
"subscriptionId",
|
|
26824
|
-
"priority",
|
|
26825
|
-
"publishingInterval",
|
|
26826
|
-
"maxKeepAliveCount",
|
|
26827
|
-
"maxLifetimeCount",
|
|
26828
|
-
"maxNotificationsPerPublish",
|
|
26829
|
-
"publishingEnabled",
|
|
26830
|
-
"modifyCount",
|
|
26831
|
-
"enableCount",
|
|
26832
|
-
"disableCount",
|
|
26833
|
-
"republishRequestCount",
|
|
26834
|
-
"republishMessageRequestCount",
|
|
26835
|
-
"republishMessageCount",
|
|
26836
|
-
"transferRequestCount",
|
|
26837
|
-
"transferredToAltClientCount",
|
|
26838
|
-
"transferredToSameClientCount",
|
|
26839
|
-
"publishRequestCount",
|
|
26840
|
-
"dataChangeNotificationsCount",
|
|
26841
|
-
"eventNotificationsCount",
|
|
26842
|
-
"notificationsCount",
|
|
26843
|
-
"latePublishRequestCount",
|
|
26844
|
-
"currentKeepAliveCount",
|
|
26845
|
-
"currentLifetimeCount",
|
|
26846
|
-
"unacknowledgedMessageCount",
|
|
26847
|
-
"discardedMessageCount",
|
|
26848
|
-
"monitoredItemCount",
|
|
26849
|
-
"disabledMonitoredItemCount",
|
|
26850
|
-
"monitoringQueueOverflowCount",
|
|
26851
|
-
"nextSequenceNumber",
|
|
26822
|
+
"sessionId",
|
|
26823
|
+
"subscriptionId",
|
|
26824
|
+
"priority",
|
|
26825
|
+
"publishingInterval",
|
|
26826
|
+
"maxKeepAliveCount",
|
|
26827
|
+
"maxLifetimeCount",
|
|
26828
|
+
"maxNotificationsPerPublish",
|
|
26829
|
+
"publishingEnabled",
|
|
26830
|
+
"modifyCount",
|
|
26831
|
+
"enableCount",
|
|
26832
|
+
"disableCount",
|
|
26833
|
+
"republishRequestCount",
|
|
26834
|
+
"republishMessageRequestCount",
|
|
26835
|
+
"republishMessageCount",
|
|
26836
|
+
"transferRequestCount",
|
|
26837
|
+
"transferredToAltClientCount",
|
|
26838
|
+
"transferredToSameClientCount",
|
|
26839
|
+
"publishRequestCount",
|
|
26840
|
+
"dataChangeNotificationsCount",
|
|
26841
|
+
"eventNotificationsCount",
|
|
26842
|
+
"notificationsCount",
|
|
26843
|
+
"latePublishRequestCount",
|
|
26844
|
+
"currentKeepAliveCount",
|
|
26845
|
+
"currentLifetimeCount",
|
|
26846
|
+
"unacknowledgedMessageCount",
|
|
26847
|
+
"discardedMessageCount",
|
|
26848
|
+
"monitoredItemCount",
|
|
26849
|
+
"disabledMonitoredItemCount",
|
|
26850
|
+
"monitoringQueueOverflowCount",
|
|
26851
|
+
"nextSequenceNumber",
|
|
26852
26852
|
"eventQueueOverFlowCount"
|
|
26853
26853
|
];
|
|
26854
26854
|
public static dataTypeNodeId = makeExpandedNodeId(874, 0);
|
|
@@ -27138,8 +27138,8 @@ export interface ThreeDCartesianCoordinatesOptions extends CartesianCoordinatesO
|
|
|
27138
27138
|
export class ThreeDCartesianCoordinates extends CartesianCoordinates {
|
|
27139
27139
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDCartesianCoordinates; }
|
|
27140
27140
|
public static possibleFields: string[] = [
|
|
27141
|
-
"x",
|
|
27142
|
-
"y",
|
|
27141
|
+
"x",
|
|
27142
|
+
"y",
|
|
27143
27143
|
"z"
|
|
27144
27144
|
];
|
|
27145
27145
|
public static dataTypeNodeId = makeExpandedNodeId(18810, 0);
|
|
@@ -27221,8 +27221,8 @@ export interface ThreeDOrientationOptions extends OrientationOptions {
|
|
|
27221
27221
|
export class ThreeDOrientation extends Orientation {
|
|
27222
27222
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDOrientation; }
|
|
27223
27223
|
public static possibleFields: string[] = [
|
|
27224
|
-
"a",
|
|
27225
|
-
"b",
|
|
27224
|
+
"a",
|
|
27225
|
+
"b",
|
|
27226
27226
|
"c"
|
|
27227
27227
|
];
|
|
27228
27228
|
public static dataTypeNodeId = makeExpandedNodeId(18812, 0);
|
|
@@ -27298,7 +27298,7 @@ export interface ThreeDFrameOptions extends FrameOptions {
|
|
|
27298
27298
|
export class ThreeDFrame extends Frame {
|
|
27299
27299
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDFrame; }
|
|
27300
27300
|
public static possibleFields: string[] = [
|
|
27301
|
-
"cartesianCoordinates",
|
|
27301
|
+
"cartesianCoordinates",
|
|
27302
27302
|
"orientation"
|
|
27303
27303
|
];
|
|
27304
27304
|
public static dataTypeNodeId = makeExpandedNodeId(18814, 0);
|
|
@@ -27423,8 +27423,8 @@ export interface ThreeDVectorOptions extends VectorOptions {
|
|
|
27423
27423
|
export class ThreeDVector extends Vector {
|
|
27424
27424
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDVector; }
|
|
27425
27425
|
public static possibleFields: string[] = [
|
|
27426
|
-
"x",
|
|
27427
|
-
"y",
|
|
27426
|
+
"x",
|
|
27427
|
+
"y",
|
|
27428
27428
|
"z"
|
|
27429
27429
|
];
|
|
27430
27430
|
public static dataTypeNodeId = makeExpandedNodeId(18808, 0);
|
|
@@ -27500,7 +27500,7 @@ export interface TimeZoneDataTypeOptions {
|
|
|
27500
27500
|
export class TimeZoneDataType extends ExtensionObject {
|
|
27501
27501
|
public static get schema(): IStructuredTypeSchema { return schemaTimeZoneDataType; }
|
|
27502
27502
|
public static possibleFields: string[] = [
|
|
27503
|
-
"offset",
|
|
27503
|
+
"offset",
|
|
27504
27504
|
"daylightSavingInOffset"
|
|
27505
27505
|
];
|
|
27506
27506
|
public static dataTypeNodeId = makeExpandedNodeId(8912, 0);
|
|
@@ -27572,7 +27572,7 @@ export interface TransferResultOptions {
|
|
|
27572
27572
|
export class TransferResult extends ExtensionObject {
|
|
27573
27573
|
public static get schema(): IStructuredTypeSchema { return schemaTransferResult; }
|
|
27574
27574
|
public static possibleFields: string[] = [
|
|
27575
|
-
"statusCode",
|
|
27575
|
+
"statusCode",
|
|
27576
27576
|
"availableSequenceNumbers"
|
|
27577
27577
|
];
|
|
27578
27578
|
public static dataTypeNodeId = makeExpandedNodeId(836, 0);
|
|
@@ -27650,8 +27650,8 @@ export interface TransferSubscriptionsRequestOptions {
|
|
|
27650
27650
|
export class TransferSubscriptionsRequest extends ExtensionObject {
|
|
27651
27651
|
public static get schema(): IStructuredTypeSchema { return schemaTransferSubscriptionsRequest; }
|
|
27652
27652
|
public static possibleFields: string[] = [
|
|
27653
|
-
"requestHeader",
|
|
27654
|
-
"subscriptionIds",
|
|
27653
|
+
"requestHeader",
|
|
27654
|
+
"subscriptionIds",
|
|
27655
27655
|
"sendInitialValues"
|
|
27656
27656
|
];
|
|
27657
27657
|
public static dataTypeNodeId = makeExpandedNodeId(839, 0);
|
|
@@ -27735,8 +27735,8 @@ export interface TransferSubscriptionsResponseOptions {
|
|
|
27735
27735
|
export class TransferSubscriptionsResponse extends ExtensionObject {
|
|
27736
27736
|
public static get schema(): IStructuredTypeSchema { return schemaTransferSubscriptionsResponse; }
|
|
27737
27737
|
public static possibleFields: string[] = [
|
|
27738
|
-
"responseHeader",
|
|
27739
|
-
"results",
|
|
27738
|
+
"responseHeader",
|
|
27739
|
+
"results",
|
|
27740
27740
|
"diagnosticInfos"
|
|
27741
27741
|
];
|
|
27742
27742
|
public static dataTypeNodeId = makeExpandedNodeId(842, 0);
|
|
@@ -27821,7 +27821,7 @@ export interface TranslateBrowsePathsToNodeIdsRequestOptions {
|
|
|
27821
27821
|
export class TranslateBrowsePathsToNodeIdsRequest extends ExtensionObject {
|
|
27822
27822
|
public static get schema(): IStructuredTypeSchema { return schemaTranslateBrowsePathsToNodeIdsRequest; }
|
|
27823
27823
|
public static possibleFields: string[] = [
|
|
27824
|
-
"requestHeader",
|
|
27824
|
+
"requestHeader",
|
|
27825
27825
|
"browsePaths"
|
|
27826
27826
|
];
|
|
27827
27827
|
public static dataTypeNodeId = makeExpandedNodeId(552, 0);
|
|
@@ -27908,8 +27908,8 @@ export interface TranslateBrowsePathsToNodeIdsResponseOptions {
|
|
|
27908
27908
|
export class TranslateBrowsePathsToNodeIdsResponse extends ExtensionObject {
|
|
27909
27909
|
public static get schema(): IStructuredTypeSchema { return schemaTranslateBrowsePathsToNodeIdsResponse; }
|
|
27910
27910
|
public static possibleFields: string[] = [
|
|
27911
|
-
"responseHeader",
|
|
27912
|
-
"results",
|
|
27911
|
+
"responseHeader",
|
|
27912
|
+
"results",
|
|
27913
27913
|
"diagnosticInfos"
|
|
27914
27914
|
];
|
|
27915
27915
|
public static dataTypeNodeId = makeExpandedNodeId(555, 0);
|
|
@@ -28122,10 +28122,10 @@ export interface TrustListDataTypeOptions {
|
|
|
28122
28122
|
export class TrustListDataType extends ExtensionObject {
|
|
28123
28123
|
public static get schema(): IStructuredTypeSchema { return schemaTrustListDataType; }
|
|
28124
28124
|
public static possibleFields: string[] = [
|
|
28125
|
-
"specifiedLists",
|
|
28126
|
-
"trustedCertificates",
|
|
28127
|
-
"trustedCrls",
|
|
28128
|
-
"issuerCertificates",
|
|
28125
|
+
"specifiedLists",
|
|
28126
|
+
"trustedCertificates",
|
|
28127
|
+
"trustedCrls",
|
|
28128
|
+
"issuerCertificates",
|
|
28129
28129
|
"issuerCrls"
|
|
28130
28130
|
];
|
|
28131
28131
|
public static dataTypeNodeId = makeExpandedNodeId(12554, 0);
|
|
@@ -28218,12 +28218,12 @@ export interface UABinaryFileDataTypeOptions extends DataTypeSchemaHeaderOptions
|
|
|
28218
28218
|
export class UABinaryFileDataType extends DataTypeSchemaHeader {
|
|
28219
28219
|
public static get schema(): IStructuredTypeSchema { return schemaUABinaryFileDataType; }
|
|
28220
28220
|
public static possibleFields: string[] = [
|
|
28221
|
-
"namespaces",
|
|
28222
|
-
"structureDataTypes",
|
|
28223
|
-
"enumDataTypes",
|
|
28224
|
-
"simpleDataTypes",
|
|
28225
|
-
"schemaLocation",
|
|
28226
|
-
"fileHeader",
|
|
28221
|
+
"namespaces",
|
|
28222
|
+
"structureDataTypes",
|
|
28223
|
+
"enumDataTypes",
|
|
28224
|
+
"simpleDataTypes",
|
|
28225
|
+
"schemaLocation",
|
|
28226
|
+
"fileHeader",
|
|
28227
28227
|
"body"
|
|
28228
28228
|
];
|
|
28229
28229
|
public static dataTypeNodeId = makeExpandedNodeId(15006, 0);
|
|
@@ -28402,14 +28402,14 @@ export interface UadpDataSetReaderMessageDataTypeOptions extends DataSetReaderMe
|
|
|
28402
28402
|
export class UadpDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
28403
28403
|
public static get schema(): IStructuredTypeSchema { return schemaUadpDataSetReaderMessageDataType; }
|
|
28404
28404
|
public static possibleFields: string[] = [
|
|
28405
|
-
"groupVersion",
|
|
28406
|
-
"networkMessageNumber",
|
|
28407
|
-
"dataSetOffset",
|
|
28408
|
-
"dataSetClassId",
|
|
28409
|
-
"networkMessageContentMask",
|
|
28410
|
-
"dataSetMessageContentMask",
|
|
28411
|
-
"publishingInterval",
|
|
28412
|
-
"receiveOffset",
|
|
28405
|
+
"groupVersion",
|
|
28406
|
+
"networkMessageNumber",
|
|
28407
|
+
"dataSetOffset",
|
|
28408
|
+
"dataSetClassId",
|
|
28409
|
+
"networkMessageContentMask",
|
|
28410
|
+
"dataSetMessageContentMask",
|
|
28411
|
+
"publishingInterval",
|
|
28412
|
+
"receiveOffset",
|
|
28413
28413
|
"processingOffset"
|
|
28414
28414
|
];
|
|
28415
28415
|
public static dataTypeNodeId = makeExpandedNodeId(15653, 0);
|
|
@@ -28547,9 +28547,9 @@ export interface UadpDataSetWriterMessageDataTypeOptions extends DataSetWriterMe
|
|
|
28547
28547
|
export class UadpDataSetWriterMessageDataType extends DataSetWriterMessageDataType {
|
|
28548
28548
|
public static get schema(): IStructuredTypeSchema { return schemaUadpDataSetWriterMessageDataType; }
|
|
28549
28549
|
public static possibleFields: string[] = [
|
|
28550
|
-
"dataSetMessageContentMask",
|
|
28551
|
-
"configuredSize",
|
|
28552
|
-
"networkMessageNumber",
|
|
28550
|
+
"dataSetMessageContentMask",
|
|
28551
|
+
"configuredSize",
|
|
28552
|
+
"networkMessageNumber",
|
|
28553
28553
|
"dataSetOffset"
|
|
28554
28554
|
];
|
|
28555
28555
|
public static dataTypeNodeId = makeExpandedNodeId(15652, 0);
|
|
@@ -28685,10 +28685,10 @@ export interface UadpWriterGroupMessageDataTypeOptions extends WriterGroupMessag
|
|
|
28685
28685
|
export class UadpWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
28686
28686
|
public static get schema(): IStructuredTypeSchema { return schemaUadpWriterGroupMessageDataType; }
|
|
28687
28687
|
public static possibleFields: string[] = [
|
|
28688
|
-
"groupVersion",
|
|
28689
|
-
"dataSetOrdering",
|
|
28690
|
-
"networkMessageContentMask",
|
|
28691
|
-
"samplingOffset",
|
|
28688
|
+
"groupVersion",
|
|
28689
|
+
"dataSetOrdering",
|
|
28690
|
+
"networkMessageContentMask",
|
|
28691
|
+
"samplingOffset",
|
|
28692
28692
|
"publishingOffset"
|
|
28693
28693
|
];
|
|
28694
28694
|
public static dataTypeNodeId = makeExpandedNodeId(15645, 0);
|
|
@@ -28843,7 +28843,7 @@ export interface UnregisterNodesRequestOptions {
|
|
|
28843
28843
|
export class UnregisterNodesRequest extends ExtensionObject {
|
|
28844
28844
|
public static get schema(): IStructuredTypeSchema { return schemaUnregisterNodesRequest; }
|
|
28845
28845
|
public static possibleFields: string[] = [
|
|
28846
|
-
"requestHeader",
|
|
28846
|
+
"requestHeader",
|
|
28847
28847
|
"nodesToUnregister"
|
|
28848
28848
|
];
|
|
28849
28849
|
public static dataTypeNodeId = makeExpandedNodeId(564, 0);
|
|
@@ -28973,7 +28973,7 @@ export interface UnsignedRationalNumberOptions {
|
|
|
28973
28973
|
export class UnsignedRationalNumber extends ExtensionObject {
|
|
28974
28974
|
public static get schema(): IStructuredTypeSchema { return schemaUnsignedRationalNumber; }
|
|
28975
28975
|
public static possibleFields: string[] = [
|
|
28976
|
-
"numerator",
|
|
28976
|
+
"numerator",
|
|
28977
28977
|
"denominator"
|
|
28978
28978
|
];
|
|
28979
28979
|
public static dataTypeNodeId = makeExpandedNodeId(24107, 0);
|
|
@@ -29071,8 +29071,8 @@ export interface UpdateDataDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
29071
29071
|
export class UpdateDataDetails extends HistoryUpdateDetails {
|
|
29072
29072
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateDataDetails; }
|
|
29073
29073
|
public static possibleFields: string[] = [
|
|
29074
|
-
"nodeId",
|
|
29075
|
-
"performInsertReplace",
|
|
29074
|
+
"nodeId",
|
|
29075
|
+
"performInsertReplace",
|
|
29076
29076
|
"updateValues"
|
|
29077
29077
|
];
|
|
29078
29078
|
public static dataTypeNodeId = makeExpandedNodeId(680, 0);
|
|
@@ -29161,9 +29161,9 @@ export interface UpdateEventDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
29161
29161
|
export class UpdateEventDetails extends HistoryUpdateDetails {
|
|
29162
29162
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateEventDetails; }
|
|
29163
29163
|
public static possibleFields: string[] = [
|
|
29164
|
-
"nodeId",
|
|
29165
|
-
"performInsertReplace",
|
|
29166
|
-
"filter",
|
|
29164
|
+
"nodeId",
|
|
29165
|
+
"performInsertReplace",
|
|
29166
|
+
"filter",
|
|
29167
29167
|
"eventData"
|
|
29168
29168
|
];
|
|
29169
29169
|
public static dataTypeNodeId = makeExpandedNodeId(683, 0);
|
|
@@ -29259,8 +29259,8 @@ export interface UpdateStructureDataDetailsOptions extends HistoryUpdateDetailsO
|
|
|
29259
29259
|
export class UpdateStructureDataDetails extends HistoryUpdateDetails {
|
|
29260
29260
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateStructureDataDetails; }
|
|
29261
29261
|
public static possibleFields: string[] = [
|
|
29262
|
-
"nodeId",
|
|
29263
|
-
"performInsertReplace",
|
|
29262
|
+
"nodeId",
|
|
29263
|
+
"performInsertReplace",
|
|
29264
29264
|
"updateValues"
|
|
29265
29265
|
];
|
|
29266
29266
|
public static dataTypeNodeId = makeExpandedNodeId(11295, 0);
|
|
@@ -29370,8 +29370,8 @@ export interface UserManagementDataTypeOptions {
|
|
|
29370
29370
|
export class UserManagementDataType extends ExtensionObject {
|
|
29371
29371
|
public static get schema(): IStructuredTypeSchema { return schemaUserManagementDataType; }
|
|
29372
29372
|
public static possibleFields: string[] = [
|
|
29373
|
-
"userName",
|
|
29374
|
-
"userConfiguration",
|
|
29373
|
+
"userName",
|
|
29374
|
+
"userConfiguration",
|
|
29375
29375
|
"description"
|
|
29376
29376
|
];
|
|
29377
29377
|
public static dataTypeNodeId = makeExpandedNodeId(24281, 0);
|
|
@@ -29464,9 +29464,9 @@ export interface UserNameIdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
29464
29464
|
export class UserNameIdentityToken extends UserIdentityToken {
|
|
29465
29465
|
public static get schema(): IStructuredTypeSchema { return schemaUserNameIdentityToken; }
|
|
29466
29466
|
public static possibleFields: string[] = [
|
|
29467
|
-
"policyId",
|
|
29468
|
-
"userName",
|
|
29469
|
-
"password",
|
|
29467
|
+
"policyId",
|
|
29468
|
+
"userName",
|
|
29469
|
+
"password",
|
|
29470
29470
|
"encryptionAlgorithm"
|
|
29471
29471
|
];
|
|
29472
29472
|
public static dataTypeNodeId = makeExpandedNodeId(322, 0);
|
|
@@ -29579,18 +29579,18 @@ export interface VariableAttributesOptions extends NodeAttributesOptions {
|
|
|
29579
29579
|
export class VariableAttributes extends NodeAttributes {
|
|
29580
29580
|
public static get schema(): IStructuredTypeSchema { return schemaVariableAttributes; }
|
|
29581
29581
|
public static possibleFields: string[] = [
|
|
29582
|
-
"specifiedAttributes",
|
|
29583
|
-
"displayName",
|
|
29584
|
-
"description",
|
|
29585
|
-
"writeMask",
|
|
29586
|
-
"userWriteMask",
|
|
29587
|
-
"value",
|
|
29588
|
-
"dataType",
|
|
29589
|
-
"valueRank",
|
|
29590
|
-
"arrayDimensions",
|
|
29591
|
-
"accessLevel",
|
|
29592
|
-
"userAccessLevel",
|
|
29593
|
-
"minimumSamplingInterval",
|
|
29582
|
+
"specifiedAttributes",
|
|
29583
|
+
"displayName",
|
|
29584
|
+
"description",
|
|
29585
|
+
"writeMask",
|
|
29586
|
+
"userWriteMask",
|
|
29587
|
+
"value",
|
|
29588
|
+
"dataType",
|
|
29589
|
+
"valueRank",
|
|
29590
|
+
"arrayDimensions",
|
|
29591
|
+
"accessLevel",
|
|
29592
|
+
"userAccessLevel",
|
|
29593
|
+
"minimumSamplingInterval",
|
|
29594
29594
|
"historizing"
|
|
29595
29595
|
];
|
|
29596
29596
|
public static dataTypeNodeId = makeExpandedNodeId(355, 0);
|
|
@@ -29755,28 +29755,28 @@ export interface VariableNodeOptions extends InstanceNodeOptions {
|
|
|
29755
29755
|
export class VariableNode extends InstanceNode {
|
|
29756
29756
|
public static get schema(): IStructuredTypeSchema { return schemaVariableNode; }
|
|
29757
29757
|
public static possibleFields: string[] = [
|
|
29758
|
-
"nodeId",
|
|
29759
|
-
"nodeClass",
|
|
29760
|
-
"browseName",
|
|
29761
|
-
"displayName",
|
|
29762
|
-
"description",
|
|
29763
|
-
"writeMask",
|
|
29764
|
-
"userWriteMask",
|
|
29765
|
-
"rolePermissions",
|
|
29766
|
-
"userRolePermissions",
|
|
29767
|
-
"accessRestrictions",
|
|
29768
|
-
"references",
|
|
29769
|
-
"rolePermissions",
|
|
29770
|
-
"userRolePermissions",
|
|
29771
|
-
"references",
|
|
29772
|
-
"value",
|
|
29773
|
-
"dataType",
|
|
29774
|
-
"valueRank",
|
|
29775
|
-
"arrayDimensions",
|
|
29776
|
-
"accessLevel",
|
|
29777
|
-
"userAccessLevel",
|
|
29778
|
-
"minimumSamplingInterval",
|
|
29779
|
-
"historizing",
|
|
29758
|
+
"nodeId",
|
|
29759
|
+
"nodeClass",
|
|
29760
|
+
"browseName",
|
|
29761
|
+
"displayName",
|
|
29762
|
+
"description",
|
|
29763
|
+
"writeMask",
|
|
29764
|
+
"userWriteMask",
|
|
29765
|
+
"rolePermissions",
|
|
29766
|
+
"userRolePermissions",
|
|
29767
|
+
"accessRestrictions",
|
|
29768
|
+
"references",
|
|
29769
|
+
"rolePermissions",
|
|
29770
|
+
"userRolePermissions",
|
|
29771
|
+
"references",
|
|
29772
|
+
"value",
|
|
29773
|
+
"dataType",
|
|
29774
|
+
"valueRank",
|
|
29775
|
+
"arrayDimensions",
|
|
29776
|
+
"accessLevel",
|
|
29777
|
+
"userAccessLevel",
|
|
29778
|
+
"minimumSamplingInterval",
|
|
29779
|
+
"historizing",
|
|
29780
29780
|
"accessLevelEx"
|
|
29781
29781
|
];
|
|
29782
29782
|
public static dataTypeNodeId = makeExpandedNodeId(267, 0);
|
|
@@ -29940,15 +29940,15 @@ export interface VariableTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
29940
29940
|
export class VariableTypeAttributes extends NodeAttributes {
|
|
29941
29941
|
public static get schema(): IStructuredTypeSchema { return schemaVariableTypeAttributes; }
|
|
29942
29942
|
public static possibleFields: string[] = [
|
|
29943
|
-
"specifiedAttributes",
|
|
29944
|
-
"displayName",
|
|
29945
|
-
"description",
|
|
29946
|
-
"writeMask",
|
|
29947
|
-
"userWriteMask",
|
|
29948
|
-
"value",
|
|
29949
|
-
"dataType",
|
|
29950
|
-
"valueRank",
|
|
29951
|
-
"arrayDimensions",
|
|
29943
|
+
"specifiedAttributes",
|
|
29944
|
+
"displayName",
|
|
29945
|
+
"description",
|
|
29946
|
+
"writeMask",
|
|
29947
|
+
"userWriteMask",
|
|
29948
|
+
"value",
|
|
29949
|
+
"dataType",
|
|
29950
|
+
"valueRank",
|
|
29951
|
+
"arrayDimensions",
|
|
29952
29952
|
"isAbstract"
|
|
29953
29953
|
];
|
|
29954
29954
|
public static dataTypeNodeId = makeExpandedNodeId(364, 0);
|
|
@@ -30074,24 +30074,24 @@ export interface VariableTypeNodeOptions extends TypeNodeOptions {
|
|
|
30074
30074
|
export class VariableTypeNode extends TypeNode {
|
|
30075
30075
|
public static get schema(): IStructuredTypeSchema { return schemaVariableTypeNode; }
|
|
30076
30076
|
public static possibleFields: string[] = [
|
|
30077
|
-
"nodeId",
|
|
30078
|
-
"nodeClass",
|
|
30079
|
-
"browseName",
|
|
30080
|
-
"displayName",
|
|
30081
|
-
"description",
|
|
30082
|
-
"writeMask",
|
|
30083
|
-
"userWriteMask",
|
|
30084
|
-
"rolePermissions",
|
|
30085
|
-
"userRolePermissions",
|
|
30086
|
-
"accessRestrictions",
|
|
30087
|
-
"references",
|
|
30088
|
-
"rolePermissions",
|
|
30089
|
-
"userRolePermissions",
|
|
30090
|
-
"references",
|
|
30091
|
-
"value",
|
|
30092
|
-
"dataType",
|
|
30093
|
-
"valueRank",
|
|
30094
|
-
"arrayDimensions",
|
|
30077
|
+
"nodeId",
|
|
30078
|
+
"nodeClass",
|
|
30079
|
+
"browseName",
|
|
30080
|
+
"displayName",
|
|
30081
|
+
"description",
|
|
30082
|
+
"writeMask",
|
|
30083
|
+
"userWriteMask",
|
|
30084
|
+
"rolePermissions",
|
|
30085
|
+
"userRolePermissions",
|
|
30086
|
+
"accessRestrictions",
|
|
30087
|
+
"references",
|
|
30088
|
+
"rolePermissions",
|
|
30089
|
+
"userRolePermissions",
|
|
30090
|
+
"references",
|
|
30091
|
+
"value",
|
|
30092
|
+
"dataType",
|
|
30093
|
+
"valueRank",
|
|
30094
|
+
"arrayDimensions",
|
|
30095
30095
|
"isAbstract"
|
|
30096
30096
|
];
|
|
30097
30097
|
public static dataTypeNodeId = makeExpandedNodeId(270, 0);
|
|
@@ -30216,12 +30216,12 @@ export interface ViewAttributesOptions extends NodeAttributesOptions {
|
|
|
30216
30216
|
export class ViewAttributes extends NodeAttributes {
|
|
30217
30217
|
public static get schema(): IStructuredTypeSchema { return schemaViewAttributes; }
|
|
30218
30218
|
public static possibleFields: string[] = [
|
|
30219
|
-
"specifiedAttributes",
|
|
30220
|
-
"displayName",
|
|
30221
|
-
"description",
|
|
30222
|
-
"writeMask",
|
|
30223
|
-
"userWriteMask",
|
|
30224
|
-
"containsNoLoops",
|
|
30219
|
+
"specifiedAttributes",
|
|
30220
|
+
"displayName",
|
|
30221
|
+
"description",
|
|
30222
|
+
"writeMask",
|
|
30223
|
+
"userWriteMask",
|
|
30224
|
+
"containsNoLoops",
|
|
30225
30225
|
"eventNotifier"
|
|
30226
30226
|
];
|
|
30227
30227
|
public static dataTypeNodeId = makeExpandedNodeId(373, 0);
|
|
@@ -30313,21 +30313,21 @@ export interface ViewNodeOptions extends InstanceNodeOptions {
|
|
|
30313
30313
|
export class ViewNode extends InstanceNode {
|
|
30314
30314
|
public static get schema(): IStructuredTypeSchema { return schemaViewNode; }
|
|
30315
30315
|
public static possibleFields: string[] = [
|
|
30316
|
-
"nodeId",
|
|
30317
|
-
"nodeClass",
|
|
30318
|
-
"browseName",
|
|
30319
|
-
"displayName",
|
|
30320
|
-
"description",
|
|
30321
|
-
"writeMask",
|
|
30322
|
-
"userWriteMask",
|
|
30323
|
-
"rolePermissions",
|
|
30324
|
-
"userRolePermissions",
|
|
30325
|
-
"accessRestrictions",
|
|
30326
|
-
"references",
|
|
30327
|
-
"rolePermissions",
|
|
30328
|
-
"userRolePermissions",
|
|
30329
|
-
"references",
|
|
30330
|
-
"containsNoLoops",
|
|
30316
|
+
"nodeId",
|
|
30317
|
+
"nodeClass",
|
|
30318
|
+
"browseName",
|
|
30319
|
+
"displayName",
|
|
30320
|
+
"description",
|
|
30321
|
+
"writeMask",
|
|
30322
|
+
"userWriteMask",
|
|
30323
|
+
"rolePermissions",
|
|
30324
|
+
"userRolePermissions",
|
|
30325
|
+
"accessRestrictions",
|
|
30326
|
+
"references",
|
|
30327
|
+
"rolePermissions",
|
|
30328
|
+
"userRolePermissions",
|
|
30329
|
+
"references",
|
|
30330
|
+
"containsNoLoops",
|
|
30331
30331
|
"eventNotifier"
|
|
30332
30332
|
];
|
|
30333
30333
|
public static dataTypeNodeId = makeExpandedNodeId(279, 0);
|
|
@@ -30449,9 +30449,9 @@ export interface WriteValueOptions {
|
|
|
30449
30449
|
export class WriteValue extends ExtensionObject {
|
|
30450
30450
|
public static get schema(): IStructuredTypeSchema { return schemaWriteValue; }
|
|
30451
30451
|
public static possibleFields: string[] = [
|
|
30452
|
-
"nodeId",
|
|
30453
|
-
"attributeId",
|
|
30454
|
-
"indexRange",
|
|
30452
|
+
"nodeId",
|
|
30453
|
+
"attributeId",
|
|
30454
|
+
"indexRange",
|
|
30455
30455
|
"value"
|
|
30456
30456
|
];
|
|
30457
30457
|
public static dataTypeNodeId = makeExpandedNodeId(668, 0);
|
|
@@ -30533,7 +30533,7 @@ export interface WriteRequestOptions {
|
|
|
30533
30533
|
export class WriteRequest extends ExtensionObject {
|
|
30534
30534
|
public static get schema(): IStructuredTypeSchema { return schemaWriteRequest; }
|
|
30535
30535
|
public static possibleFields: string[] = [
|
|
30536
|
-
"requestHeader",
|
|
30536
|
+
"requestHeader",
|
|
30537
30537
|
"nodesToWrite"
|
|
30538
30538
|
];
|
|
30539
30539
|
public static dataTypeNodeId = makeExpandedNodeId(671, 0);
|
|
@@ -30620,8 +30620,8 @@ export interface WriteResponseOptions {
|
|
|
30620
30620
|
export class WriteResponse extends ExtensionObject {
|
|
30621
30621
|
public static get schema(): IStructuredTypeSchema { return schemaWriteResponse; }
|
|
30622
30622
|
public static possibleFields: string[] = [
|
|
30623
|
-
"responseHeader",
|
|
30624
|
-
"results",
|
|
30623
|
+
"responseHeader",
|
|
30624
|
+
"results",
|
|
30625
30625
|
"diagnosticInfos"
|
|
30626
30626
|
];
|
|
30627
30627
|
public static dataTypeNodeId = makeExpandedNodeId(674, 0);
|
|
@@ -30691,7 +30691,7 @@ export interface X509IdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
30691
30691
|
export class X509IdentityToken extends UserIdentityToken {
|
|
30692
30692
|
public static get schema(): IStructuredTypeSchema { return schemaX509IdentityToken; }
|
|
30693
30693
|
public static possibleFields: string[] = [
|
|
30694
|
-
"policyId",
|
|
30694
|
+
"policyId",
|
|
30695
30695
|
"certificateData"
|
|
30696
30696
|
];
|
|
30697
30697
|
public static dataTypeNodeId = makeExpandedNodeId(325, 0);
|
|
@@ -30757,7 +30757,7 @@ export interface XVTypeOptions {
|
|
|
30757
30757
|
export class XVType extends ExtensionObject {
|
|
30758
30758
|
public static get schema(): IStructuredTypeSchema { return schemaXVType; }
|
|
30759
30759
|
public static possibleFields: string[] = [
|
|
30760
|
-
"x",
|
|
30760
|
+
"x",
|
|
30761
30761
|
"value"
|
|
30762
30762
|
];
|
|
30763
30763
|
public static dataTypeNodeId = makeExpandedNodeId(12080, 0);
|