node-opcua-types 2.141.0 → 2.142.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// --------- This code has been automatically generated !!! 2025-01-
|
|
1
|
+
// --------- This code has been automatically generated !!! 2025-01-30T07:45:13.145Z
|
|
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);
|
|
@@ -2569,8 +2569,8 @@ export interface AnnotationDataTypeOptions {
|
|
|
2569
2569
|
export class AnnotationDataType extends ExtensionObject {
|
|
2570
2570
|
public static get schema(): IStructuredTypeSchema { return schemaAnnotationDataType; }
|
|
2571
2571
|
public static possibleFields: string[] = [
|
|
2572
|
-
"annotation",
|
|
2573
|
-
"discipline",
|
|
2572
|
+
"annotation",
|
|
2573
|
+
"discipline",
|
|
2574
2574
|
"uri"
|
|
2575
2575
|
];
|
|
2576
2576
|
public static dataTypeNodeId = makeExpandedNodeId(32434, 0);
|
|
@@ -2810,12 +2810,12 @@ export interface ApplicationDescriptionOptions {
|
|
|
2810
2810
|
export class ApplicationDescription extends ExtensionObject {
|
|
2811
2811
|
public static get schema(): IStructuredTypeSchema { return schemaApplicationDescription; }
|
|
2812
2812
|
public static possibleFields: string[] = [
|
|
2813
|
-
"applicationUri",
|
|
2814
|
-
"productUri",
|
|
2815
|
-
"applicationName",
|
|
2816
|
-
"applicationType",
|
|
2817
|
-
"gatewayServerUri",
|
|
2818
|
-
"discoveryProfileUri",
|
|
2813
|
+
"applicationUri",
|
|
2814
|
+
"productUri",
|
|
2815
|
+
"applicationName",
|
|
2816
|
+
"applicationType",
|
|
2817
|
+
"gatewayServerUri",
|
|
2818
|
+
"discoveryProfileUri",
|
|
2819
2819
|
"discoveryUrls"
|
|
2820
2820
|
];
|
|
2821
2821
|
public static dataTypeNodeId = makeExpandedNodeId(308, 0);
|
|
@@ -2941,10 +2941,10 @@ export interface ArgumentOptions {
|
|
|
2941
2941
|
export class Argument extends ExtensionObject {
|
|
2942
2942
|
public static get schema(): IStructuredTypeSchema { return schemaArgument; }
|
|
2943
2943
|
public static possibleFields: string[] = [
|
|
2944
|
-
"name",
|
|
2945
|
-
"dataType",
|
|
2946
|
-
"valueRank",
|
|
2947
|
-
"arrayDimensions",
|
|
2944
|
+
"name",
|
|
2945
|
+
"dataType",
|
|
2946
|
+
"valueRank",
|
|
2947
|
+
"arrayDimensions",
|
|
2948
2948
|
"description"
|
|
2949
2949
|
];
|
|
2950
2950
|
public static dataTypeNodeId = makeExpandedNodeId(296, 0);
|
|
@@ -3042,9 +3042,9 @@ export interface RelativePathElementOptions {
|
|
|
3042
3042
|
export class RelativePathElement extends ExtensionObject {
|
|
3043
3043
|
public static get schema(): IStructuredTypeSchema { return schemaRelativePathElement; }
|
|
3044
3044
|
public static possibleFields: string[] = [
|
|
3045
|
-
"referenceTypeId",
|
|
3046
|
-
"isInverse",
|
|
3047
|
-
"includeSubtypes",
|
|
3045
|
+
"referenceTypeId",
|
|
3046
|
+
"isInverse",
|
|
3047
|
+
"includeSubtypes",
|
|
3048
3048
|
"targetName"
|
|
3049
3049
|
];
|
|
3050
3050
|
public static dataTypeNodeId = makeExpandedNodeId(537, 0);
|
|
@@ -3211,10 +3211,10 @@ export interface AttributeOperandOptions extends FilterOperandOptions {
|
|
|
3211
3211
|
export class AttributeOperand extends FilterOperand {
|
|
3212
3212
|
public static get schema(): IStructuredTypeSchema { return schemaAttributeOperand; }
|
|
3213
3213
|
public static possibleFields: string[] = [
|
|
3214
|
-
"nodeId",
|
|
3215
|
-
"alias",
|
|
3216
|
-
"browsePath",
|
|
3217
|
-
"attributeId",
|
|
3214
|
+
"nodeId",
|
|
3215
|
+
"alias",
|
|
3216
|
+
"browsePath",
|
|
3217
|
+
"attributeId",
|
|
3218
3218
|
"indexRange"
|
|
3219
3219
|
];
|
|
3220
3220
|
public static dataTypeNodeId = makeExpandedNodeId(598, 0);
|
|
@@ -3318,10 +3318,10 @@ export interface BitFieldDefinitionOptions {
|
|
|
3318
3318
|
export class BitFieldDefinition extends ExtensionObject {
|
|
3319
3319
|
public static get schema(): IStructuredTypeSchema { return schemaBitFieldDefinition; }
|
|
3320
3320
|
public static possibleFields: string[] = [
|
|
3321
|
-
"name",
|
|
3322
|
-
"description",
|
|
3323
|
-
"reserved",
|
|
3324
|
-
"startingBitPosition",
|
|
3321
|
+
"name",
|
|
3322
|
+
"description",
|
|
3323
|
+
"reserved",
|
|
3324
|
+
"startingBitPosition",
|
|
3325
3325
|
"endingBitPosition"
|
|
3326
3326
|
];
|
|
3327
3327
|
public static dataTypeNodeId = makeExpandedNodeId(32421, 0);
|
|
@@ -3455,7 +3455,7 @@ export interface BrokerConnectionTransportDataTypeOptions extends ConnectionTran
|
|
|
3455
3455
|
export class BrokerConnectionTransportDataType extends ConnectionTransportDataType {
|
|
3456
3456
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerConnectionTransportDataType; }
|
|
3457
3457
|
public static possibleFields: string[] = [
|
|
3458
|
-
"resourceUri",
|
|
3458
|
+
"resourceUri",
|
|
3459
3459
|
"authenticationProfileUri"
|
|
3460
3460
|
];
|
|
3461
3461
|
public static dataTypeNodeId = makeExpandedNodeId(15007, 0);
|
|
@@ -3619,10 +3619,10 @@ export interface BrokerDataSetReaderTransportDataTypeOptions extends DataSetRead
|
|
|
3619
3619
|
export class BrokerDataSetReaderTransportDataType extends DataSetReaderTransportDataType {
|
|
3620
3620
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerDataSetReaderTransportDataType; }
|
|
3621
3621
|
public static possibleFields: string[] = [
|
|
3622
|
-
"queueName",
|
|
3623
|
-
"resourceUri",
|
|
3624
|
-
"authenticationProfileUri",
|
|
3625
|
-
"requestedDeliveryGuarantee",
|
|
3622
|
+
"queueName",
|
|
3623
|
+
"resourceUri",
|
|
3624
|
+
"authenticationProfileUri",
|
|
3625
|
+
"requestedDeliveryGuarantee",
|
|
3626
3626
|
"metaDataQueueName"
|
|
3627
3627
|
];
|
|
3628
3628
|
public static dataTypeNodeId = makeExpandedNodeId(15670, 0);
|
|
@@ -3791,11 +3791,11 @@ export interface BrokerDataSetWriterTransportDataTypeOptions extends DataSetWrit
|
|
|
3791
3791
|
export class BrokerDataSetWriterTransportDataType extends DataSetWriterTransportDataType {
|
|
3792
3792
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerDataSetWriterTransportDataType; }
|
|
3793
3793
|
public static possibleFields: string[] = [
|
|
3794
|
-
"queueName",
|
|
3795
|
-
"resourceUri",
|
|
3796
|
-
"authenticationProfileUri",
|
|
3797
|
-
"requestedDeliveryGuarantee",
|
|
3798
|
-
"metaDataQueueName",
|
|
3794
|
+
"queueName",
|
|
3795
|
+
"resourceUri",
|
|
3796
|
+
"authenticationProfileUri",
|
|
3797
|
+
"requestedDeliveryGuarantee",
|
|
3798
|
+
"metaDataQueueName",
|
|
3799
3799
|
"metaDataUpdateTime"
|
|
3800
3800
|
];
|
|
3801
3801
|
public static dataTypeNodeId = makeExpandedNodeId(15669, 0);
|
|
@@ -3957,9 +3957,9 @@ export interface BrokerWriterGroupTransportDataTypeOptions extends WriterGroupTr
|
|
|
3957
3957
|
export class BrokerWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
3958
3958
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerWriterGroupTransportDataType; }
|
|
3959
3959
|
public static possibleFields: string[] = [
|
|
3960
|
-
"queueName",
|
|
3961
|
-
"resourceUri",
|
|
3962
|
-
"authenticationProfileUri",
|
|
3960
|
+
"queueName",
|
|
3961
|
+
"resourceUri",
|
|
3962
|
+
"authenticationProfileUri",
|
|
3963
3963
|
"requestedDeliveryGuarantee"
|
|
3964
3964
|
];
|
|
3965
3965
|
public static dataTypeNodeId = makeExpandedNodeId(15667, 0);
|
|
@@ -4075,11 +4075,11 @@ export interface BrowseDescriptionOptions {
|
|
|
4075
4075
|
export class BrowseDescription extends ExtensionObject {
|
|
4076
4076
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseDescription; }
|
|
4077
4077
|
public static possibleFields: string[] = [
|
|
4078
|
-
"nodeId",
|
|
4079
|
-
"browseDirection",
|
|
4080
|
-
"referenceTypeId",
|
|
4081
|
-
"includeSubtypes",
|
|
4082
|
-
"nodeClassMask",
|
|
4078
|
+
"nodeId",
|
|
4079
|
+
"browseDirection",
|
|
4080
|
+
"referenceTypeId",
|
|
4081
|
+
"includeSubtypes",
|
|
4082
|
+
"nodeClassMask",
|
|
4083
4083
|
"resultMask"
|
|
4084
4084
|
];
|
|
4085
4085
|
public static dataTypeNodeId = makeExpandedNodeId(514, 0);
|
|
@@ -4188,8 +4188,8 @@ export interface BrowseNextRequestOptions {
|
|
|
4188
4188
|
export class BrowseNextRequest extends ExtensionObject {
|
|
4189
4189
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseNextRequest; }
|
|
4190
4190
|
public static possibleFields: string[] = [
|
|
4191
|
-
"requestHeader",
|
|
4192
|
-
"releaseContinuationPoints",
|
|
4191
|
+
"requestHeader",
|
|
4192
|
+
"releaseContinuationPoints",
|
|
4193
4193
|
"continuationPoints"
|
|
4194
4194
|
];
|
|
4195
4195
|
public static dataTypeNodeId = makeExpandedNodeId(531, 0);
|
|
@@ -4295,12 +4295,12 @@ export interface ReferenceDescriptionOptions {
|
|
|
4295
4295
|
export class ReferenceDescription extends ExtensionObject {
|
|
4296
4296
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceDescription; }
|
|
4297
4297
|
public static possibleFields: string[] = [
|
|
4298
|
-
"referenceTypeId",
|
|
4299
|
-
"isForward",
|
|
4300
|
-
"nodeId",
|
|
4301
|
-
"browseName",
|
|
4302
|
-
"displayName",
|
|
4303
|
-
"nodeClass",
|
|
4298
|
+
"referenceTypeId",
|
|
4299
|
+
"isForward",
|
|
4300
|
+
"nodeId",
|
|
4301
|
+
"browseName",
|
|
4302
|
+
"displayName",
|
|
4303
|
+
"nodeClass",
|
|
4304
4304
|
"typeDefinition"
|
|
4305
4305
|
];
|
|
4306
4306
|
public static dataTypeNodeId = makeExpandedNodeId(518, 0);
|
|
@@ -4414,8 +4414,8 @@ export interface BrowseResultOptions {
|
|
|
4414
4414
|
export class BrowseResult extends ExtensionObject {
|
|
4415
4415
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseResult; }
|
|
4416
4416
|
public static possibleFields: string[] = [
|
|
4417
|
-
"statusCode",
|
|
4418
|
-
"continuationPoint",
|
|
4417
|
+
"statusCode",
|
|
4418
|
+
"continuationPoint",
|
|
4419
4419
|
"references"
|
|
4420
4420
|
];
|
|
4421
4421
|
public static dataTypeNodeId = makeExpandedNodeId(522, 0);
|
|
@@ -4507,8 +4507,8 @@ export interface BrowseNextResponseOptions {
|
|
|
4507
4507
|
export class BrowseNextResponse extends ExtensionObject {
|
|
4508
4508
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseNextResponse; }
|
|
4509
4509
|
public static possibleFields: string[] = [
|
|
4510
|
-
"responseHeader",
|
|
4511
|
-
"results",
|
|
4510
|
+
"responseHeader",
|
|
4511
|
+
"results",
|
|
4512
4512
|
"diagnosticInfos"
|
|
4513
4513
|
];
|
|
4514
4514
|
public static dataTypeNodeId = makeExpandedNodeId(534, 0);
|
|
@@ -4592,7 +4592,7 @@ export interface BrowsePathOptions {
|
|
|
4592
4592
|
export class BrowsePath extends ExtensionObject {
|
|
4593
4593
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePath; }
|
|
4594
4594
|
public static possibleFields: string[] = [
|
|
4595
|
-
"startingNode",
|
|
4595
|
+
"startingNode",
|
|
4596
4596
|
"relativePath"
|
|
4597
4597
|
];
|
|
4598
4598
|
public static dataTypeNodeId = makeExpandedNodeId(543, 0);
|
|
@@ -4663,7 +4663,7 @@ export interface BrowsePathTargetOptions {
|
|
|
4663
4663
|
export class BrowsePathTarget extends ExtensionObject {
|
|
4664
4664
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePathTarget; }
|
|
4665
4665
|
public static possibleFields: string[] = [
|
|
4666
|
-
"targetId",
|
|
4666
|
+
"targetId",
|
|
4667
4667
|
"remainingPathIndex"
|
|
4668
4668
|
];
|
|
4669
4669
|
public static dataTypeNodeId = makeExpandedNodeId(546, 0);
|
|
@@ -4735,7 +4735,7 @@ export interface BrowsePathResultOptions {
|
|
|
4735
4735
|
export class BrowsePathResult extends ExtensionObject {
|
|
4736
4736
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePathResult; }
|
|
4737
4737
|
public static possibleFields: string[] = [
|
|
4738
|
-
"statusCode",
|
|
4738
|
+
"statusCode",
|
|
4739
4739
|
"targets"
|
|
4740
4740
|
];
|
|
4741
4741
|
public static dataTypeNodeId = makeExpandedNodeId(549, 0);
|
|
@@ -4820,8 +4820,8 @@ export interface ViewDescriptionOptions {
|
|
|
4820
4820
|
export class ViewDescription extends ExtensionObject {
|
|
4821
4821
|
public static get schema(): IStructuredTypeSchema { return schemaViewDescription; }
|
|
4822
4822
|
public static possibleFields: string[] = [
|
|
4823
|
-
"viewId",
|
|
4824
|
-
"timestamp",
|
|
4823
|
+
"viewId",
|
|
4824
|
+
"timestamp",
|
|
4825
4825
|
"viewVersion"
|
|
4826
4826
|
];
|
|
4827
4827
|
public static dataTypeNodeId = makeExpandedNodeId(511, 0);
|
|
@@ -4910,9 +4910,9 @@ export interface BrowseRequestOptions {
|
|
|
4910
4910
|
export class BrowseRequest extends ExtensionObject {
|
|
4911
4911
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseRequest; }
|
|
4912
4912
|
public static possibleFields: string[] = [
|
|
4913
|
-
"requestHeader",
|
|
4914
|
-
"view",
|
|
4915
|
-
"requestedMaxReferencesPerNode",
|
|
4913
|
+
"requestHeader",
|
|
4914
|
+
"view",
|
|
4915
|
+
"requestedMaxReferencesPerNode",
|
|
4916
4916
|
"nodesToBrowse"
|
|
4917
4917
|
];
|
|
4918
4918
|
public static dataTypeNodeId = makeExpandedNodeId(525, 0);
|
|
@@ -5009,8 +5009,8 @@ export interface BrowseResponseOptions {
|
|
|
5009
5009
|
export class BrowseResponse extends ExtensionObject {
|
|
5010
5010
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseResponse; }
|
|
5011
5011
|
public static possibleFields: string[] = [
|
|
5012
|
-
"responseHeader",
|
|
5013
|
-
"results",
|
|
5012
|
+
"responseHeader",
|
|
5013
|
+
"results",
|
|
5014
5014
|
"diagnosticInfos"
|
|
5015
5015
|
];
|
|
5016
5016
|
public static dataTypeNodeId = makeExpandedNodeId(528, 0);
|
|
@@ -5118,11 +5118,11 @@ export interface BuildInfoOptions {
|
|
|
5118
5118
|
export class BuildInfo extends ExtensionObject {
|
|
5119
5119
|
public static get schema(): IStructuredTypeSchema { return schemaBuildInfo; }
|
|
5120
5120
|
public static possibleFields: string[] = [
|
|
5121
|
-
"productUri",
|
|
5122
|
-
"manufacturerName",
|
|
5123
|
-
"productName",
|
|
5124
|
-
"softwareVersion",
|
|
5125
|
-
"buildNumber",
|
|
5121
|
+
"productUri",
|
|
5122
|
+
"manufacturerName",
|
|
5123
|
+
"productName",
|
|
5124
|
+
"softwareVersion",
|
|
5125
|
+
"buildNumber",
|
|
5126
5126
|
"buildDate"
|
|
5127
5127
|
];
|
|
5128
5128
|
public static dataTypeNodeId = makeExpandedNodeId(338, 0);
|
|
@@ -5220,8 +5220,8 @@ export interface CallMethodRequestOptions {
|
|
|
5220
5220
|
export class CallMethodRequest extends ExtensionObject {
|
|
5221
5221
|
public static get schema(): IStructuredTypeSchema { return schemaCallMethodRequest; }
|
|
5222
5222
|
public static possibleFields: string[] = [
|
|
5223
|
-
"objectId",
|
|
5224
|
-
"methodId",
|
|
5223
|
+
"objectId",
|
|
5224
|
+
"methodId",
|
|
5225
5225
|
"inputArguments"
|
|
5226
5226
|
];
|
|
5227
5227
|
public static dataTypeNodeId = makeExpandedNodeId(704, 0);
|
|
@@ -5312,9 +5312,9 @@ export interface CallMethodResultOptions {
|
|
|
5312
5312
|
export class CallMethodResult extends ExtensionObject {
|
|
5313
5313
|
public static get schema(): IStructuredTypeSchema { return schemaCallMethodResult; }
|
|
5314
5314
|
public static possibleFields: string[] = [
|
|
5315
|
-
"statusCode",
|
|
5316
|
-
"inputArgumentResults",
|
|
5317
|
-
"inputArgumentDiagnosticInfos",
|
|
5315
|
+
"statusCode",
|
|
5316
|
+
"inputArgumentResults",
|
|
5317
|
+
"inputArgumentDiagnosticInfos",
|
|
5318
5318
|
"outputArguments"
|
|
5319
5319
|
];
|
|
5320
5320
|
public static dataTypeNodeId = makeExpandedNodeId(707, 0);
|
|
@@ -5396,7 +5396,7 @@ export interface CallRequestOptions {
|
|
|
5396
5396
|
export class CallRequest extends ExtensionObject {
|
|
5397
5397
|
public static get schema(): IStructuredTypeSchema { return schemaCallRequest; }
|
|
5398
5398
|
public static possibleFields: string[] = [
|
|
5399
|
-
"requestHeader",
|
|
5399
|
+
"requestHeader",
|
|
5400
5400
|
"methodsToCall"
|
|
5401
5401
|
];
|
|
5402
5402
|
public static dataTypeNodeId = makeExpandedNodeId(710, 0);
|
|
@@ -5483,8 +5483,8 @@ export interface CallResponseOptions {
|
|
|
5483
5483
|
export class CallResponse extends ExtensionObject {
|
|
5484
5484
|
public static get schema(): IStructuredTypeSchema { return schemaCallResponse; }
|
|
5485
5485
|
public static possibleFields: string[] = [
|
|
5486
|
-
"responseHeader",
|
|
5487
|
-
"results",
|
|
5486
|
+
"responseHeader",
|
|
5487
|
+
"results",
|
|
5488
5488
|
"diagnosticInfos"
|
|
5489
5489
|
];
|
|
5490
5490
|
public static dataTypeNodeId = makeExpandedNodeId(713, 0);
|
|
@@ -5568,7 +5568,7 @@ export interface CancelRequestOptions {
|
|
|
5568
5568
|
export class CancelRequest extends ExtensionObject {
|
|
5569
5569
|
public static get schema(): IStructuredTypeSchema { return schemaCancelRequest; }
|
|
5570
5570
|
public static possibleFields: string[] = [
|
|
5571
|
-
"requestHeader",
|
|
5571
|
+
"requestHeader",
|
|
5572
5572
|
"requestHandle"
|
|
5573
5573
|
];
|
|
5574
5574
|
public static dataTypeNodeId = makeExpandedNodeId(477, 0);
|
|
@@ -5639,7 +5639,7 @@ export interface CancelResponseOptions {
|
|
|
5639
5639
|
export class CancelResponse extends ExtensionObject {
|
|
5640
5640
|
public static get schema(): IStructuredTypeSchema { return schemaCancelResponse; }
|
|
5641
5641
|
public static possibleFields: string[] = [
|
|
5642
|
-
"responseHeader",
|
|
5642
|
+
"responseHeader",
|
|
5643
5643
|
"cancelCount"
|
|
5644
5644
|
];
|
|
5645
5645
|
public static dataTypeNodeId = makeExpandedNodeId(480, 0);
|
|
@@ -5770,9 +5770,9 @@ export interface ChannelSecurityTokenOptions {
|
|
|
5770
5770
|
export class ChannelSecurityToken extends ExtensionObject {
|
|
5771
5771
|
public static get schema(): IStructuredTypeSchema { return schemaChannelSecurityToken; }
|
|
5772
5772
|
public static possibleFields: string[] = [
|
|
5773
|
-
"channelId",
|
|
5774
|
-
"tokenId",
|
|
5775
|
-
"createdAt",
|
|
5773
|
+
"channelId",
|
|
5774
|
+
"tokenId",
|
|
5775
|
+
"createdAt",
|
|
5776
5776
|
"revisedLifetime"
|
|
5777
5777
|
];
|
|
5778
5778
|
public static dataTypeNodeId = makeExpandedNodeId(441, 0);
|
|
@@ -5971,7 +5971,7 @@ export interface CloseSessionRequestOptions {
|
|
|
5971
5971
|
export class CloseSessionRequest extends ExtensionObject {
|
|
5972
5972
|
public static get schema(): IStructuredTypeSchema { return schemaCloseSessionRequest; }
|
|
5973
5973
|
public static possibleFields: string[] = [
|
|
5974
|
-
"requestHeader",
|
|
5974
|
+
"requestHeader",
|
|
5975
5975
|
"deleteSubscriptions"
|
|
5976
5976
|
];
|
|
5977
5977
|
public static dataTypeNodeId = makeExpandedNodeId(471, 0);
|
|
@@ -6101,7 +6101,7 @@ export interface ComplexNumberTypeOptions {
|
|
|
6101
6101
|
export class ComplexNumberType extends ExtensionObject {
|
|
6102
6102
|
public static get schema(): IStructuredTypeSchema { return schemaComplexNumberType; }
|
|
6103
6103
|
public static possibleFields: string[] = [
|
|
6104
|
-
"real",
|
|
6104
|
+
"real",
|
|
6105
6105
|
"imaginary"
|
|
6106
6106
|
];
|
|
6107
6107
|
public static dataTypeNodeId = makeExpandedNodeId(12171, 0);
|
|
@@ -6172,7 +6172,7 @@ export interface ConfigurationVersionDataTypeOptions {
|
|
|
6172
6172
|
export class ConfigurationVersionDataType extends ExtensionObject {
|
|
6173
6173
|
public static get schema(): IStructuredTypeSchema { return schemaConfigurationVersionDataType; }
|
|
6174
6174
|
public static possibleFields: string[] = [
|
|
6175
|
-
"majorVersion",
|
|
6175
|
+
"majorVersion",
|
|
6176
6176
|
"minorVersion"
|
|
6177
6177
|
];
|
|
6178
6178
|
public static dataTypeNodeId = makeExpandedNodeId(14593, 0);
|
|
@@ -6284,7 +6284,7 @@ export interface ContentFilterElementOptions {
|
|
|
6284
6284
|
export class ContentFilterElement extends ExtensionObject {
|
|
6285
6285
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterElement; }
|
|
6286
6286
|
public static possibleFields: string[] = [
|
|
6287
|
-
"filterOperator",
|
|
6287
|
+
"filterOperator",
|
|
6288
6288
|
"filterOperands"
|
|
6289
6289
|
];
|
|
6290
6290
|
public static dataTypeNodeId = makeExpandedNodeId(583, 0);
|
|
@@ -6442,8 +6442,8 @@ export interface ContentFilterElementResultOptions {
|
|
|
6442
6442
|
export class ContentFilterElementResult extends ExtensionObject {
|
|
6443
6443
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterElementResult; }
|
|
6444
6444
|
public static possibleFields: string[] = [
|
|
6445
|
-
"statusCode",
|
|
6446
|
-
"operandStatusCodes",
|
|
6445
|
+
"statusCode",
|
|
6446
|
+
"operandStatusCodes",
|
|
6447
6447
|
"operandDiagnosticInfos"
|
|
6448
6448
|
];
|
|
6449
6449
|
public static dataTypeNodeId = makeExpandedNodeId(604, 0);
|
|
@@ -6521,7 +6521,7 @@ export interface ContentFilterResultOptions {
|
|
|
6521
6521
|
export class ContentFilterResult extends ExtensionObject {
|
|
6522
6522
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterResult; }
|
|
6523
6523
|
public static possibleFields: string[] = [
|
|
6524
|
-
"elementResults",
|
|
6524
|
+
"elementResults",
|
|
6525
6525
|
"elementDiagnosticInfos"
|
|
6526
6526
|
];
|
|
6527
6527
|
public static dataTypeNodeId = makeExpandedNodeId(607, 0);
|
|
@@ -6612,9 +6612,9 @@ export interface ReadValueIdOptions {
|
|
|
6612
6612
|
export class ReadValueId extends ExtensionObject {
|
|
6613
6613
|
public static get schema(): IStructuredTypeSchema { return schemaReadValueId; }
|
|
6614
6614
|
public static possibleFields: string[] = [
|
|
6615
|
-
"nodeId",
|
|
6616
|
-
"attributeId",
|
|
6617
|
-
"indexRange",
|
|
6615
|
+
"nodeId",
|
|
6616
|
+
"attributeId",
|
|
6617
|
+
"indexRange",
|
|
6618
6618
|
"dataEncoding"
|
|
6619
6619
|
];
|
|
6620
6620
|
public static dataTypeNodeId = makeExpandedNodeId(626, 0);
|
|
@@ -6738,10 +6738,10 @@ export interface MonitoringParametersOptions {
|
|
|
6738
6738
|
export class MonitoringParameters extends ExtensionObject {
|
|
6739
6739
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoringParameters; }
|
|
6740
6740
|
public static possibleFields: string[] = [
|
|
6741
|
-
"clientHandle",
|
|
6742
|
-
"samplingInterval",
|
|
6743
|
-
"filter",
|
|
6744
|
-
"queueSize",
|
|
6741
|
+
"clientHandle",
|
|
6742
|
+
"samplingInterval",
|
|
6743
|
+
"filter",
|
|
6744
|
+
"queueSize",
|
|
6745
6745
|
"discardOldest"
|
|
6746
6746
|
];
|
|
6747
6747
|
public static dataTypeNodeId = makeExpandedNodeId(740, 0);
|
|
@@ -6833,8 +6833,8 @@ export interface MonitoredItemCreateRequestOptions {
|
|
|
6833
6833
|
export class MonitoredItemCreateRequest extends ExtensionObject {
|
|
6834
6834
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemCreateRequest; }
|
|
6835
6835
|
public static possibleFields: string[] = [
|
|
6836
|
-
"itemToMonitor",
|
|
6837
|
-
"monitoringMode",
|
|
6836
|
+
"itemToMonitor",
|
|
6837
|
+
"monitoringMode",
|
|
6838
6838
|
"requestedParameters"
|
|
6839
6839
|
];
|
|
6840
6840
|
public static dataTypeNodeId = makeExpandedNodeId(743, 0);
|
|
@@ -6934,9 +6934,9 @@ export interface CreateMonitoredItemsRequestOptions {
|
|
|
6934
6934
|
export class CreateMonitoredItemsRequest extends ExtensionObject {
|
|
6935
6935
|
public static get schema(): IStructuredTypeSchema { return schemaCreateMonitoredItemsRequest; }
|
|
6936
6936
|
public static possibleFields: string[] = [
|
|
6937
|
-
"requestHeader",
|
|
6938
|
-
"subscriptionId",
|
|
6939
|
-
"timestampsToReturn",
|
|
6937
|
+
"requestHeader",
|
|
6938
|
+
"subscriptionId",
|
|
6939
|
+
"timestampsToReturn",
|
|
6940
6940
|
"itemsToCreate"
|
|
6941
6941
|
];
|
|
6942
6942
|
public static dataTypeNodeId = makeExpandedNodeId(749, 0);
|
|
@@ -7054,10 +7054,10 @@ export interface MonitoredItemCreateResultOptions {
|
|
|
7054
7054
|
export class MonitoredItemCreateResult extends ExtensionObject {
|
|
7055
7055
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemCreateResult; }
|
|
7056
7056
|
public static possibleFields: string[] = [
|
|
7057
|
-
"statusCode",
|
|
7058
|
-
"monitoredItemId",
|
|
7059
|
-
"revisedSamplingInterval",
|
|
7060
|
-
"revisedQueueSize",
|
|
7057
|
+
"statusCode",
|
|
7058
|
+
"monitoredItemId",
|
|
7059
|
+
"revisedSamplingInterval",
|
|
7060
|
+
"revisedQueueSize",
|
|
7061
7061
|
"filterResult"
|
|
7062
7062
|
];
|
|
7063
7063
|
public static dataTypeNodeId = makeExpandedNodeId(746, 0);
|
|
@@ -7151,8 +7151,8 @@ export interface CreateMonitoredItemsResponseOptions {
|
|
|
7151
7151
|
export class CreateMonitoredItemsResponse extends ExtensionObject {
|
|
7152
7152
|
public static get schema(): IStructuredTypeSchema { return schemaCreateMonitoredItemsResponse; }
|
|
7153
7153
|
public static possibleFields: string[] = [
|
|
7154
|
-
"responseHeader",
|
|
7155
|
-
"results",
|
|
7154
|
+
"responseHeader",
|
|
7155
|
+
"results",
|
|
7156
7156
|
"diagnosticInfos"
|
|
7157
7157
|
];
|
|
7158
7158
|
public static dataTypeNodeId = makeExpandedNodeId(752, 0);
|
|
@@ -7278,14 +7278,14 @@ export interface CreateSessionRequestOptions {
|
|
|
7278
7278
|
export class CreateSessionRequest extends ExtensionObject {
|
|
7279
7279
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSessionRequest; }
|
|
7280
7280
|
public static possibleFields: string[] = [
|
|
7281
|
-
"requestHeader",
|
|
7282
|
-
"clientDescription",
|
|
7283
|
-
"serverUri",
|
|
7284
|
-
"endpointUrl",
|
|
7285
|
-
"sessionName",
|
|
7286
|
-
"clientNonce",
|
|
7287
|
-
"clientCertificate",
|
|
7288
|
-
"requestedSessionTimeout",
|
|
7281
|
+
"requestHeader",
|
|
7282
|
+
"clientDescription",
|
|
7283
|
+
"serverUri",
|
|
7284
|
+
"endpointUrl",
|
|
7285
|
+
"sessionName",
|
|
7286
|
+
"clientNonce",
|
|
7287
|
+
"clientCertificate",
|
|
7288
|
+
"requestedSessionTimeout",
|
|
7289
7289
|
"maxResponseMessageSize"
|
|
7290
7290
|
];
|
|
7291
7291
|
public static dataTypeNodeId = makeExpandedNodeId(459, 0);
|
|
@@ -7460,10 +7460,10 @@ export interface UserTokenPolicyOptions {
|
|
|
7460
7460
|
export class UserTokenPolicy extends ExtensionObject {
|
|
7461
7461
|
public static get schema(): IStructuredTypeSchema { return schemaUserTokenPolicy; }
|
|
7462
7462
|
public static possibleFields: string[] = [
|
|
7463
|
-
"policyId",
|
|
7464
|
-
"tokenType",
|
|
7465
|
-
"issuedTokenType",
|
|
7466
|
-
"issuerEndpointUrl",
|
|
7463
|
+
"policyId",
|
|
7464
|
+
"tokenType",
|
|
7465
|
+
"issuedTokenType",
|
|
7466
|
+
"issuerEndpointUrl",
|
|
7467
7467
|
"securityPolicyUri"
|
|
7468
7468
|
];
|
|
7469
7469
|
public static dataTypeNodeId = makeExpandedNodeId(304, 0);
|
|
@@ -7597,13 +7597,13 @@ export interface EndpointDescriptionOptions {
|
|
|
7597
7597
|
export class EndpointDescription extends ExtensionObject {
|
|
7598
7598
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointDescription; }
|
|
7599
7599
|
public static possibleFields: string[] = [
|
|
7600
|
-
"endpointUrl",
|
|
7601
|
-
"server",
|
|
7602
|
-
"serverCertificate",
|
|
7603
|
-
"securityMode",
|
|
7604
|
-
"securityPolicyUri",
|
|
7605
|
-
"userIdentityTokens",
|
|
7606
|
-
"transportProfileUri",
|
|
7600
|
+
"endpointUrl",
|
|
7601
|
+
"server",
|
|
7602
|
+
"serverCertificate",
|
|
7603
|
+
"securityMode",
|
|
7604
|
+
"securityPolicyUri",
|
|
7605
|
+
"userIdentityTokens",
|
|
7606
|
+
"transportProfileUri",
|
|
7607
7607
|
"securityLevel"
|
|
7608
7608
|
];
|
|
7609
7609
|
public static dataTypeNodeId = makeExpandedNodeId(312, 0);
|
|
@@ -7773,15 +7773,15 @@ export interface CreateSessionResponseOptions {
|
|
|
7773
7773
|
export class CreateSessionResponse extends ExtensionObject {
|
|
7774
7774
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSessionResponse; }
|
|
7775
7775
|
public static possibleFields: string[] = [
|
|
7776
|
-
"responseHeader",
|
|
7777
|
-
"sessionId",
|
|
7778
|
-
"authenticationToken",
|
|
7779
|
-
"revisedSessionTimeout",
|
|
7780
|
-
"serverNonce",
|
|
7781
|
-
"serverCertificate",
|
|
7782
|
-
"serverEndpoints",
|
|
7783
|
-
"serverSoftwareCertificates",
|
|
7784
|
-
"serverSignature",
|
|
7776
|
+
"responseHeader",
|
|
7777
|
+
"sessionId",
|
|
7778
|
+
"authenticationToken",
|
|
7779
|
+
"revisedSessionTimeout",
|
|
7780
|
+
"serverNonce",
|
|
7781
|
+
"serverCertificate",
|
|
7782
|
+
"serverEndpoints",
|
|
7783
|
+
"serverSoftwareCertificates",
|
|
7784
|
+
"serverSignature",
|
|
7785
7785
|
"maxRequestMessageSize"
|
|
7786
7786
|
];
|
|
7787
7787
|
public static dataTypeNodeId = makeExpandedNodeId(462, 0);
|
|
@@ -7938,12 +7938,12 @@ export interface CreateSubscriptionRequestOptions {
|
|
|
7938
7938
|
export class CreateSubscriptionRequest extends ExtensionObject {
|
|
7939
7939
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSubscriptionRequest; }
|
|
7940
7940
|
public static possibleFields: string[] = [
|
|
7941
|
-
"requestHeader",
|
|
7942
|
-
"requestedPublishingInterval",
|
|
7943
|
-
"requestedLifetimeCount",
|
|
7944
|
-
"requestedMaxKeepAliveCount",
|
|
7945
|
-
"maxNotificationsPerPublish",
|
|
7946
|
-
"publishingEnabled",
|
|
7941
|
+
"requestHeader",
|
|
7942
|
+
"requestedPublishingInterval",
|
|
7943
|
+
"requestedLifetimeCount",
|
|
7944
|
+
"requestedMaxKeepAliveCount",
|
|
7945
|
+
"maxNotificationsPerPublish",
|
|
7946
|
+
"publishingEnabled",
|
|
7947
7947
|
"priority"
|
|
7948
7948
|
];
|
|
7949
7949
|
public static dataTypeNodeId = makeExpandedNodeId(785, 0);
|
|
@@ -8057,10 +8057,10 @@ export interface CreateSubscriptionResponseOptions {
|
|
|
8057
8057
|
export class CreateSubscriptionResponse extends ExtensionObject {
|
|
8058
8058
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSubscriptionResponse; }
|
|
8059
8059
|
public static possibleFields: string[] = [
|
|
8060
|
-
"responseHeader",
|
|
8061
|
-
"subscriptionId",
|
|
8062
|
-
"revisedPublishingInterval",
|
|
8063
|
-
"revisedLifetimeCount",
|
|
8060
|
+
"responseHeader",
|
|
8061
|
+
"subscriptionId",
|
|
8062
|
+
"revisedPublishingInterval",
|
|
8063
|
+
"revisedLifetimeCount",
|
|
8064
8064
|
"revisedMaxKeepAliveCount"
|
|
8065
8065
|
];
|
|
8066
8066
|
public static dataTypeNodeId = makeExpandedNodeId(788, 0);
|
|
@@ -8158,9 +8158,9 @@ export interface CurrencyUnitTypeOptions {
|
|
|
8158
8158
|
export class CurrencyUnitType extends ExtensionObject {
|
|
8159
8159
|
public static get schema(): IStructuredTypeSchema { return schemaCurrencyUnitType; }
|
|
8160
8160
|
public static possibleFields: string[] = [
|
|
8161
|
-
"numericCode",
|
|
8162
|
-
"exponent",
|
|
8163
|
-
"alphabeticCode",
|
|
8161
|
+
"numericCode",
|
|
8162
|
+
"exponent",
|
|
8163
|
+
"alphabeticCode",
|
|
8164
8164
|
"currency"
|
|
8165
8165
|
];
|
|
8166
8166
|
public static dataTypeNodeId = makeExpandedNodeId(23498, 0);
|
|
@@ -8272,8 +8272,8 @@ export interface DataChangeFilterOptions extends MonitoringFilterOptions {
|
|
|
8272
8272
|
export class DataChangeFilter extends MonitoringFilter {
|
|
8273
8273
|
public static get schema(): IStructuredTypeSchema { return schemaDataChangeFilter; }
|
|
8274
8274
|
public static possibleFields: string[] = [
|
|
8275
|
-
"trigger",
|
|
8276
|
-
"deadbandType",
|
|
8275
|
+
"trigger",
|
|
8276
|
+
"deadbandType",
|
|
8277
8277
|
"deadbandValue"
|
|
8278
8278
|
];
|
|
8279
8279
|
public static dataTypeNodeId = makeExpandedNodeId(722, 0);
|
|
@@ -8408,7 +8408,7 @@ export interface MonitoredItemNotificationOptions {
|
|
|
8408
8408
|
export class MonitoredItemNotification extends ExtensionObject {
|
|
8409
8409
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemNotification; }
|
|
8410
8410
|
public static possibleFields: string[] = [
|
|
8411
|
-
"clientHandle",
|
|
8411
|
+
"clientHandle",
|
|
8412
8412
|
"value"
|
|
8413
8413
|
];
|
|
8414
8414
|
public static dataTypeNodeId = makeExpandedNodeId(806, 0);
|
|
@@ -8481,7 +8481,7 @@ export interface DataChangeNotificationOptions extends NotificationDataOptions {
|
|
|
8481
8481
|
export class DataChangeNotification extends NotificationData {
|
|
8482
8482
|
public static get schema(): IStructuredTypeSchema { return schemaDataChangeNotification; }
|
|
8483
8483
|
public static possibleFields: string[] = [
|
|
8484
|
-
"monitoredItems",
|
|
8484
|
+
"monitoredItems",
|
|
8485
8485
|
"diagnosticInfos"
|
|
8486
8486
|
];
|
|
8487
8487
|
public static dataTypeNodeId = makeExpandedNodeId(809, 0);
|
|
@@ -8560,7 +8560,7 @@ export interface DataTypeDescriptionOptions {
|
|
|
8560
8560
|
export class DataTypeDescription extends ExtensionObject {
|
|
8561
8561
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeDescription; }
|
|
8562
8562
|
public static possibleFields: string[] = [
|
|
8563
|
-
"dataTypeId",
|
|
8563
|
+
"dataTypeId",
|
|
8564
8564
|
"name"
|
|
8565
8565
|
];
|
|
8566
8566
|
public static dataTypeNodeId = makeExpandedNodeId(14525, 0);
|
|
@@ -8737,12 +8737,12 @@ export interface StructureFieldOptions {
|
|
|
8737
8737
|
export class StructureField extends ExtensionObject {
|
|
8738
8738
|
public static get schema(): IStructuredTypeSchema { return schemaStructureField; }
|
|
8739
8739
|
public static possibleFields: string[] = [
|
|
8740
|
-
"name",
|
|
8741
|
-
"description",
|
|
8742
|
-
"dataType",
|
|
8743
|
-
"valueRank",
|
|
8744
|
-
"arrayDimensions",
|
|
8745
|
-
"maxStringLength",
|
|
8740
|
+
"name",
|
|
8741
|
+
"description",
|
|
8742
|
+
"dataType",
|
|
8743
|
+
"valueRank",
|
|
8744
|
+
"arrayDimensions",
|
|
8745
|
+
"maxStringLength",
|
|
8746
8746
|
"isOptional"
|
|
8747
8747
|
];
|
|
8748
8748
|
public static dataTypeNodeId = makeExpandedNodeId(101, 0);
|
|
@@ -8851,9 +8851,9 @@ export interface StructureDefinitionOptions {
|
|
|
8851
8851
|
export class StructureDefinition extends DataTypeDefinition {
|
|
8852
8852
|
public static get schema(): IStructuredTypeSchema { return schemaStructureDefinition; }
|
|
8853
8853
|
public static possibleFields: string[] = [
|
|
8854
|
-
"defaultEncodingId",
|
|
8855
|
-
"baseDataType",
|
|
8856
|
-
"structureType",
|
|
8854
|
+
"defaultEncodingId",
|
|
8855
|
+
"baseDataType",
|
|
8856
|
+
"structureType",
|
|
8857
8857
|
"fields"
|
|
8858
8858
|
];
|
|
8859
8859
|
public static dataTypeNodeId = makeExpandedNodeId(99, 0);
|
|
@@ -8947,8 +8947,8 @@ export interface StructureDescriptionOptions extends DataTypeDescriptionOptions
|
|
|
8947
8947
|
export class StructureDescription extends DataTypeDescription {
|
|
8948
8948
|
public static get schema(): IStructuredTypeSchema { return schemaStructureDescription; }
|
|
8949
8949
|
public static possibleFields: string[] = [
|
|
8950
|
-
"dataTypeId",
|
|
8951
|
-
"name",
|
|
8950
|
+
"dataTypeId",
|
|
8951
|
+
"name",
|
|
8952
8952
|
"structureDefinition"
|
|
8953
8953
|
];
|
|
8954
8954
|
public static dataTypeNodeId = makeExpandedNodeId(15487, 0);
|
|
@@ -9020,8 +9020,8 @@ export interface EnumValueTypeOptions {
|
|
|
9020
9020
|
export class EnumValueType extends ExtensionObject {
|
|
9021
9021
|
public static get schema(): IStructuredTypeSchema { return schemaEnumValueType; }
|
|
9022
9022
|
public static possibleFields: string[] = [
|
|
9023
|
-
"value",
|
|
9024
|
-
"displayName",
|
|
9023
|
+
"value",
|
|
9024
|
+
"displayName",
|
|
9025
9025
|
"description"
|
|
9026
9026
|
];
|
|
9027
9027
|
public static dataTypeNodeId = makeExpandedNodeId(7594, 0);
|
|
@@ -9091,9 +9091,9 @@ export interface EnumFieldOptions extends EnumValueTypeOptions {
|
|
|
9091
9091
|
export class EnumField extends EnumValueType {
|
|
9092
9092
|
public static get schema(): IStructuredTypeSchema { return schemaEnumField; }
|
|
9093
9093
|
public static possibleFields: string[] = [
|
|
9094
|
-
"value",
|
|
9095
|
-
"displayName",
|
|
9096
|
-
"description",
|
|
9094
|
+
"value",
|
|
9095
|
+
"displayName",
|
|
9096
|
+
"description",
|
|
9097
9097
|
"name"
|
|
9098
9098
|
];
|
|
9099
9099
|
public static dataTypeNodeId = makeExpandedNodeId(102, 0);
|
|
@@ -9227,9 +9227,9 @@ export interface EnumDescriptionOptions extends DataTypeDescriptionOptions {
|
|
|
9227
9227
|
export class EnumDescription extends DataTypeDescription {
|
|
9228
9228
|
public static get schema(): IStructuredTypeSchema { return schemaEnumDescription; }
|
|
9229
9229
|
public static possibleFields: string[] = [
|
|
9230
|
-
"dataTypeId",
|
|
9231
|
-
"name",
|
|
9232
|
-
"enumDefinition",
|
|
9230
|
+
"dataTypeId",
|
|
9231
|
+
"name",
|
|
9232
|
+
"enumDefinition",
|
|
9233
9233
|
"builtInType"
|
|
9234
9234
|
];
|
|
9235
9235
|
public static dataTypeNodeId = makeExpandedNodeId(15488, 0);
|
|
@@ -9300,9 +9300,9 @@ export interface SimpleTypeDescriptionOptions extends DataTypeDescriptionOptions
|
|
|
9300
9300
|
export class SimpleTypeDescription extends DataTypeDescription {
|
|
9301
9301
|
public static get schema(): IStructuredTypeSchema { return schemaSimpleTypeDescription; }
|
|
9302
9302
|
public static possibleFields: string[] = [
|
|
9303
|
-
"dataTypeId",
|
|
9304
|
-
"name",
|
|
9305
|
-
"baseDataType",
|
|
9303
|
+
"dataTypeId",
|
|
9304
|
+
"name",
|
|
9305
|
+
"baseDataType",
|
|
9306
9306
|
"builtInType"
|
|
9307
9307
|
];
|
|
9308
9308
|
public static dataTypeNodeId = makeExpandedNodeId(15005, 0);
|
|
@@ -9389,9 +9389,9 @@ export interface DataTypeSchemaHeaderOptions {
|
|
|
9389
9389
|
export class DataTypeSchemaHeader extends ExtensionObject {
|
|
9390
9390
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeSchemaHeader; }
|
|
9391
9391
|
public static possibleFields: string[] = [
|
|
9392
|
-
"namespaces",
|
|
9393
|
-
"structureDataTypes",
|
|
9394
|
-
"enumDataTypes",
|
|
9392
|
+
"namespaces",
|
|
9393
|
+
"structureDataTypes",
|
|
9394
|
+
"enumDataTypes",
|
|
9395
9395
|
"simpleDataTypes"
|
|
9396
9396
|
];
|
|
9397
9397
|
public static dataTypeNodeId = makeExpandedNodeId(15534, 0);
|
|
@@ -9570,15 +9570,15 @@ export interface FieldMetaDataOptions {
|
|
|
9570
9570
|
export class FieldMetaData extends ExtensionObject {
|
|
9571
9571
|
public static get schema(): IStructuredTypeSchema { return schemaFieldMetaData; }
|
|
9572
9572
|
public static possibleFields: string[] = [
|
|
9573
|
-
"name",
|
|
9574
|
-
"description",
|
|
9575
|
-
"fieldFlags",
|
|
9576
|
-
"builtInType",
|
|
9577
|
-
"dataType",
|
|
9578
|
-
"valueRank",
|
|
9579
|
-
"arrayDimensions",
|
|
9580
|
-
"maxStringLength",
|
|
9581
|
-
"dataSetFieldId",
|
|
9573
|
+
"name",
|
|
9574
|
+
"description",
|
|
9575
|
+
"fieldFlags",
|
|
9576
|
+
"builtInType",
|
|
9577
|
+
"dataType",
|
|
9578
|
+
"valueRank",
|
|
9579
|
+
"arrayDimensions",
|
|
9580
|
+
"maxStringLength",
|
|
9581
|
+
"dataSetFieldId",
|
|
9582
9582
|
"properties"
|
|
9583
9583
|
];
|
|
9584
9584
|
public static dataTypeNodeId = makeExpandedNodeId(14524, 0);
|
|
@@ -9727,14 +9727,14 @@ export interface DataSetMetaDataTypeOptions extends DataTypeSchemaHeaderOptions
|
|
|
9727
9727
|
export class DataSetMetaDataType extends DataTypeSchemaHeader {
|
|
9728
9728
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetMetaDataType; }
|
|
9729
9729
|
public static possibleFields: string[] = [
|
|
9730
|
-
"namespaces",
|
|
9731
|
-
"structureDataTypes",
|
|
9732
|
-
"enumDataTypes",
|
|
9733
|
-
"simpleDataTypes",
|
|
9734
|
-
"name",
|
|
9735
|
-
"description",
|
|
9736
|
-
"fields",
|
|
9737
|
-
"dataSetClassId",
|
|
9730
|
+
"namespaces",
|
|
9731
|
+
"structureDataTypes",
|
|
9732
|
+
"enumDataTypes",
|
|
9733
|
+
"simpleDataTypes",
|
|
9734
|
+
"name",
|
|
9735
|
+
"description",
|
|
9736
|
+
"fields",
|
|
9737
|
+
"dataSetClassId",
|
|
9738
9738
|
"configurationVersion"
|
|
9739
9739
|
];
|
|
9740
9740
|
public static dataTypeNodeId = makeExpandedNodeId(14523, 0);
|
|
@@ -9944,22 +9944,22 @@ export interface DataSetReaderDataTypeOptions {
|
|
|
9944
9944
|
export class DataSetReaderDataType extends ExtensionObject {
|
|
9945
9945
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetReaderDataType; }
|
|
9946
9946
|
public static possibleFields: string[] = [
|
|
9947
|
-
"name",
|
|
9948
|
-
"enabled",
|
|
9949
|
-
"publisherId",
|
|
9950
|
-
"writerGroupId",
|
|
9951
|
-
"dataSetWriterId",
|
|
9952
|
-
"dataSetMetaData",
|
|
9953
|
-
"dataSetFieldContentMask",
|
|
9954
|
-
"messageReceiveTimeout",
|
|
9955
|
-
"keyFrameCount",
|
|
9956
|
-
"headerLayoutUri",
|
|
9957
|
-
"securityMode",
|
|
9958
|
-
"securityGroupId",
|
|
9959
|
-
"securityKeyServices",
|
|
9960
|
-
"dataSetReaderProperties",
|
|
9961
|
-
"transportSettings",
|
|
9962
|
-
"messageSettings",
|
|
9947
|
+
"name",
|
|
9948
|
+
"enabled",
|
|
9949
|
+
"publisherId",
|
|
9950
|
+
"writerGroupId",
|
|
9951
|
+
"dataSetWriterId",
|
|
9952
|
+
"dataSetMetaData",
|
|
9953
|
+
"dataSetFieldContentMask",
|
|
9954
|
+
"messageReceiveTimeout",
|
|
9955
|
+
"keyFrameCount",
|
|
9956
|
+
"headerLayoutUri",
|
|
9957
|
+
"securityMode",
|
|
9958
|
+
"securityGroupId",
|
|
9959
|
+
"securityKeyServices",
|
|
9960
|
+
"dataSetReaderProperties",
|
|
9961
|
+
"transportSettings",
|
|
9962
|
+
"messageSettings",
|
|
9963
9963
|
"subscribedDataSet"
|
|
9964
9964
|
];
|
|
9965
9965
|
public static dataTypeNodeId = makeExpandedNodeId(15623, 0);
|
|
@@ -10232,14 +10232,14 @@ export interface DataSetWriterDataTypeOptions {
|
|
|
10232
10232
|
export class DataSetWriterDataType extends ExtensionObject {
|
|
10233
10233
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetWriterDataType; }
|
|
10234
10234
|
public static possibleFields: string[] = [
|
|
10235
|
-
"name",
|
|
10236
|
-
"enabled",
|
|
10237
|
-
"dataSetWriterId",
|
|
10238
|
-
"dataSetFieldContentMask",
|
|
10239
|
-
"keyFrameCount",
|
|
10240
|
-
"dataSetName",
|
|
10241
|
-
"dataSetWriterProperties",
|
|
10242
|
-
"transportSettings",
|
|
10235
|
+
"name",
|
|
10236
|
+
"enabled",
|
|
10237
|
+
"dataSetWriterId",
|
|
10238
|
+
"dataSetFieldContentMask",
|
|
10239
|
+
"keyFrameCount",
|
|
10240
|
+
"dataSetName",
|
|
10241
|
+
"dataSetWriterProperties",
|
|
10242
|
+
"transportSettings",
|
|
10243
10243
|
"messageSettings"
|
|
10244
10244
|
];
|
|
10245
10245
|
public static dataTypeNodeId = makeExpandedNodeId(15597, 0);
|
|
@@ -10430,10 +10430,10 @@ export interface NodeAttributesOptions {
|
|
|
10430
10430
|
export class NodeAttributes extends ExtensionObject {
|
|
10431
10431
|
public static get schema(): IStructuredTypeSchema { return schemaNodeAttributes; }
|
|
10432
10432
|
public static possibleFields: string[] = [
|
|
10433
|
-
"specifiedAttributes",
|
|
10434
|
-
"displayName",
|
|
10435
|
-
"description",
|
|
10436
|
-
"writeMask",
|
|
10433
|
+
"specifiedAttributes",
|
|
10434
|
+
"displayName",
|
|
10435
|
+
"description",
|
|
10436
|
+
"writeMask",
|
|
10437
10437
|
"userWriteMask"
|
|
10438
10438
|
];
|
|
10439
10439
|
public static dataTypeNodeId = makeExpandedNodeId(349, 0);
|
|
@@ -10513,11 +10513,11 @@ export interface DataTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
10513
10513
|
export class DataTypeAttributes extends NodeAttributes {
|
|
10514
10514
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeAttributes; }
|
|
10515
10515
|
public static possibleFields: string[] = [
|
|
10516
|
-
"specifiedAttributes",
|
|
10517
|
-
"displayName",
|
|
10518
|
-
"description",
|
|
10519
|
-
"writeMask",
|
|
10520
|
-
"userWriteMask",
|
|
10516
|
+
"specifiedAttributes",
|
|
10517
|
+
"displayName",
|
|
10518
|
+
"description",
|
|
10519
|
+
"writeMask",
|
|
10520
|
+
"userWriteMask",
|
|
10521
10521
|
"isAbstract"
|
|
10522
10522
|
];
|
|
10523
10523
|
public static dataTypeNodeId = makeExpandedNodeId(370, 0);
|
|
@@ -10655,10 +10655,10 @@ export interface DatagramConnectionTransport2DataTypeOptions extends DatagramCon
|
|
|
10655
10655
|
export class DatagramConnectionTransport2DataType extends DatagramConnectionTransportDataType {
|
|
10656
10656
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramConnectionTransport2DataType; }
|
|
10657
10657
|
public static possibleFields: string[] = [
|
|
10658
|
-
"discoveryAddress",
|
|
10659
|
-
"discoveryAnnounceRate",
|
|
10660
|
-
"discoveryMaxMessageSize",
|
|
10661
|
-
"qosCategory",
|
|
10658
|
+
"discoveryAddress",
|
|
10659
|
+
"discoveryAnnounceRate",
|
|
10660
|
+
"discoveryMaxMessageSize",
|
|
10661
|
+
"qosCategory",
|
|
10662
10662
|
"datagramQos"
|
|
10663
10663
|
];
|
|
10664
10664
|
public static dataTypeNodeId = makeExpandedNodeId(23612, 0);
|
|
@@ -10752,9 +10752,9 @@ export interface DatagramDataSetReaderTransportDataTypeOptions extends DataSetRe
|
|
|
10752
10752
|
export class DatagramDataSetReaderTransportDataType extends DataSetReaderTransportDataType {
|
|
10753
10753
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramDataSetReaderTransportDataType; }
|
|
10754
10754
|
public static possibleFields: string[] = [
|
|
10755
|
-
"address",
|
|
10756
|
-
"qosCategory",
|
|
10757
|
-
"datagramQos",
|
|
10755
|
+
"address",
|
|
10756
|
+
"qosCategory",
|
|
10757
|
+
"datagramQos",
|
|
10758
10758
|
"topic"
|
|
10759
10759
|
];
|
|
10760
10760
|
public static dataTypeNodeId = makeExpandedNodeId(23614, 0);
|
|
@@ -10835,7 +10835,7 @@ export interface DatagramWriterGroupTransportDataTypeOptions extends WriterGroup
|
|
|
10835
10835
|
export class DatagramWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
10836
10836
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramWriterGroupTransportDataType; }
|
|
10837
10837
|
public static possibleFields: string[] = [
|
|
10838
|
-
"messageRepeatCount",
|
|
10838
|
+
"messageRepeatCount",
|
|
10839
10839
|
"messageRepeatDelay"
|
|
10840
10840
|
];
|
|
10841
10841
|
public static dataTypeNodeId = makeExpandedNodeId(15532, 0);
|
|
@@ -10925,12 +10925,12 @@ export interface DatagramWriterGroupTransport2DataTypeOptions extends DatagramWr
|
|
|
10925
10925
|
export class DatagramWriterGroupTransport2DataType extends DatagramWriterGroupTransportDataType {
|
|
10926
10926
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramWriterGroupTransport2DataType; }
|
|
10927
10927
|
public static possibleFields: string[] = [
|
|
10928
|
-
"messageRepeatCount",
|
|
10929
|
-
"messageRepeatDelay",
|
|
10930
|
-
"address",
|
|
10931
|
-
"qosCategory",
|
|
10932
|
-
"datagramQos",
|
|
10933
|
-
"discoveryAnnounceRate",
|
|
10928
|
+
"messageRepeatCount",
|
|
10929
|
+
"messageRepeatDelay",
|
|
10930
|
+
"address",
|
|
10931
|
+
"qosCategory",
|
|
10932
|
+
"datagramQos",
|
|
10933
|
+
"discoveryAnnounceRate",
|
|
10934
10934
|
"topic"
|
|
10935
10935
|
];
|
|
10936
10936
|
public static dataTypeNodeId = makeExpandedNodeId(23613, 0);
|
|
@@ -11065,7 +11065,7 @@ export interface DeleteAtTimeDetailsOptions extends HistoryUpdateDetailsOptions
|
|
|
11065
11065
|
export class DeleteAtTimeDetails extends HistoryUpdateDetails {
|
|
11066
11066
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteAtTimeDetails; }
|
|
11067
11067
|
public static possibleFields: string[] = [
|
|
11068
|
-
"nodeId",
|
|
11068
|
+
"nodeId",
|
|
11069
11069
|
"reqTimes"
|
|
11070
11070
|
];
|
|
11071
11071
|
public static dataTypeNodeId = makeExpandedNodeId(689, 0);
|
|
@@ -11137,7 +11137,7 @@ export interface DeleteEventDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
11137
11137
|
export class DeleteEventDetails extends HistoryUpdateDetails {
|
|
11138
11138
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteEventDetails; }
|
|
11139
11139
|
public static possibleFields: string[] = [
|
|
11140
|
-
"nodeId",
|
|
11140
|
+
"nodeId",
|
|
11141
11141
|
"eventIds"
|
|
11142
11142
|
];
|
|
11143
11143
|
public static dataTypeNodeId = makeExpandedNodeId(692, 0);
|
|
@@ -11215,8 +11215,8 @@ export interface DeleteMonitoredItemsRequestOptions {
|
|
|
11215
11215
|
export class DeleteMonitoredItemsRequest extends ExtensionObject {
|
|
11216
11216
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteMonitoredItemsRequest; }
|
|
11217
11217
|
public static possibleFields: string[] = [
|
|
11218
|
-
"requestHeader",
|
|
11219
|
-
"subscriptionId",
|
|
11218
|
+
"requestHeader",
|
|
11219
|
+
"subscriptionId",
|
|
11220
11220
|
"monitoredItemIds"
|
|
11221
11221
|
];
|
|
11222
11222
|
public static dataTypeNodeId = makeExpandedNodeId(779, 0);
|
|
@@ -11300,8 +11300,8 @@ export interface DeleteMonitoredItemsResponseOptions {
|
|
|
11300
11300
|
export class DeleteMonitoredItemsResponse extends ExtensionObject {
|
|
11301
11301
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteMonitoredItemsResponse; }
|
|
11302
11302
|
public static possibleFields: string[] = [
|
|
11303
|
-
"responseHeader",
|
|
11304
|
-
"results",
|
|
11303
|
+
"responseHeader",
|
|
11304
|
+
"results",
|
|
11305
11305
|
"diagnosticInfos"
|
|
11306
11306
|
];
|
|
11307
11307
|
public static dataTypeNodeId = makeExpandedNodeId(782, 0);
|
|
@@ -11377,7 +11377,7 @@ export interface DeleteNodesItemOptions {
|
|
|
11377
11377
|
export class DeleteNodesItem extends ExtensionObject {
|
|
11378
11378
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesItem; }
|
|
11379
11379
|
public static possibleFields: string[] = [
|
|
11380
|
-
"nodeId",
|
|
11380
|
+
"nodeId",
|
|
11381
11381
|
"deleteTargetReferences"
|
|
11382
11382
|
];
|
|
11383
11383
|
public static dataTypeNodeId = makeExpandedNodeId(382, 0);
|
|
@@ -11449,7 +11449,7 @@ export interface DeleteNodesRequestOptions {
|
|
|
11449
11449
|
export class DeleteNodesRequest extends ExtensionObject {
|
|
11450
11450
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesRequest; }
|
|
11451
11451
|
public static possibleFields: string[] = [
|
|
11452
|
-
"requestHeader",
|
|
11452
|
+
"requestHeader",
|
|
11453
11453
|
"nodesToDelete"
|
|
11454
11454
|
];
|
|
11455
11455
|
public static dataTypeNodeId = makeExpandedNodeId(498, 0);
|
|
@@ -11536,8 +11536,8 @@ export interface DeleteNodesResponseOptions {
|
|
|
11536
11536
|
export class DeleteNodesResponse extends ExtensionObject {
|
|
11537
11537
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesResponse; }
|
|
11538
11538
|
public static possibleFields: string[] = [
|
|
11539
|
-
"responseHeader",
|
|
11540
|
-
"results",
|
|
11539
|
+
"responseHeader",
|
|
11540
|
+
"results",
|
|
11541
11541
|
"diagnosticInfos"
|
|
11542
11542
|
];
|
|
11543
11543
|
public static dataTypeNodeId = makeExpandedNodeId(501, 0);
|
|
@@ -11625,9 +11625,9 @@ export interface DeleteRawModifiedDetailsOptions extends HistoryUpdateDetailsOpt
|
|
|
11625
11625
|
export class DeleteRawModifiedDetails extends HistoryUpdateDetails {
|
|
11626
11626
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteRawModifiedDetails; }
|
|
11627
11627
|
public static possibleFields: string[] = [
|
|
11628
|
-
"nodeId",
|
|
11629
|
-
"isDeleteModified",
|
|
11630
|
-
"startTime",
|
|
11628
|
+
"nodeId",
|
|
11629
|
+
"isDeleteModified",
|
|
11630
|
+
"startTime",
|
|
11631
11631
|
"endTime"
|
|
11632
11632
|
];
|
|
11633
11633
|
public static dataTypeNodeId = makeExpandedNodeId(686, 0);
|
|
@@ -11726,10 +11726,10 @@ export interface DeleteReferencesItemOptions {
|
|
|
11726
11726
|
export class DeleteReferencesItem extends ExtensionObject {
|
|
11727
11727
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesItem; }
|
|
11728
11728
|
public static possibleFields: string[] = [
|
|
11729
|
-
"sourceNodeId",
|
|
11730
|
-
"referenceTypeId",
|
|
11731
|
-
"isForward",
|
|
11732
|
-
"targetNodeId",
|
|
11729
|
+
"sourceNodeId",
|
|
11730
|
+
"referenceTypeId",
|
|
11731
|
+
"isForward",
|
|
11732
|
+
"targetNodeId",
|
|
11733
11733
|
"deleteBidirectional"
|
|
11734
11734
|
];
|
|
11735
11735
|
public static dataTypeNodeId = makeExpandedNodeId(385, 0);
|
|
@@ -11816,7 +11816,7 @@ export interface DeleteReferencesRequestOptions {
|
|
|
11816
11816
|
export class DeleteReferencesRequest extends ExtensionObject {
|
|
11817
11817
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesRequest; }
|
|
11818
11818
|
public static possibleFields: string[] = [
|
|
11819
|
-
"requestHeader",
|
|
11819
|
+
"requestHeader",
|
|
11820
11820
|
"referencesToDelete"
|
|
11821
11821
|
];
|
|
11822
11822
|
public static dataTypeNodeId = makeExpandedNodeId(504, 0);
|
|
@@ -11903,8 +11903,8 @@ export interface DeleteReferencesResponseOptions {
|
|
|
11903
11903
|
export class DeleteReferencesResponse extends ExtensionObject {
|
|
11904
11904
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesResponse; }
|
|
11905
11905
|
public static possibleFields: string[] = [
|
|
11906
|
-
"responseHeader",
|
|
11907
|
-
"results",
|
|
11906
|
+
"responseHeader",
|
|
11907
|
+
"results",
|
|
11908
11908
|
"diagnosticInfos"
|
|
11909
11909
|
];
|
|
11910
11910
|
public static dataTypeNodeId = makeExpandedNodeId(507, 0);
|
|
@@ -11981,7 +11981,7 @@ export interface DeleteSubscriptionsRequestOptions {
|
|
|
11981
11981
|
export class DeleteSubscriptionsRequest extends ExtensionObject {
|
|
11982
11982
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteSubscriptionsRequest; }
|
|
11983
11983
|
public static possibleFields: string[] = [
|
|
11984
|
-
"requestHeader",
|
|
11984
|
+
"requestHeader",
|
|
11985
11985
|
"subscriptionIds"
|
|
11986
11986
|
];
|
|
11987
11987
|
public static dataTypeNodeId = makeExpandedNodeId(845, 0);
|
|
@@ -12060,8 +12060,8 @@ export interface DeleteSubscriptionsResponseOptions {
|
|
|
12060
12060
|
export class DeleteSubscriptionsResponse extends ExtensionObject {
|
|
12061
12061
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteSubscriptionsResponse; }
|
|
12062
12062
|
public static possibleFields: string[] = [
|
|
12063
|
-
"responseHeader",
|
|
12064
|
-
"results",
|
|
12063
|
+
"responseHeader",
|
|
12064
|
+
"results",
|
|
12065
12065
|
"diagnosticInfos"
|
|
12066
12066
|
];
|
|
12067
12067
|
public static dataTypeNodeId = makeExpandedNodeId(848, 0);
|
|
@@ -12185,7 +12185,7 @@ export interface DoubleComplexNumberTypeOptions {
|
|
|
12185
12185
|
export class DoubleComplexNumberType extends ExtensionObject {
|
|
12186
12186
|
public static get schema(): IStructuredTypeSchema { return schemaDoubleComplexNumberType; }
|
|
12187
12187
|
public static possibleFields: string[] = [
|
|
12188
|
-
"real",
|
|
12188
|
+
"real",
|
|
12189
12189
|
"imaginary"
|
|
12190
12190
|
];
|
|
12191
12191
|
public static dataTypeNodeId = makeExpandedNodeId(12172, 0);
|
|
@@ -12357,14 +12357,14 @@ export interface EndpointConfigurationOptions {
|
|
|
12357
12357
|
export class EndpointConfiguration extends ExtensionObject {
|
|
12358
12358
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointConfiguration; }
|
|
12359
12359
|
public static possibleFields: string[] = [
|
|
12360
|
-
"operationTimeout",
|
|
12361
|
-
"useBinaryEncoding",
|
|
12362
|
-
"maxStringLength",
|
|
12363
|
-
"maxByteStringLength",
|
|
12364
|
-
"maxArrayLength",
|
|
12365
|
-
"maxMessageSize",
|
|
12366
|
-
"maxBufferSize",
|
|
12367
|
-
"channelLifetime",
|
|
12360
|
+
"operationTimeout",
|
|
12361
|
+
"useBinaryEncoding",
|
|
12362
|
+
"maxStringLength",
|
|
12363
|
+
"maxByteStringLength",
|
|
12364
|
+
"maxArrayLength",
|
|
12365
|
+
"maxMessageSize",
|
|
12366
|
+
"maxBufferSize",
|
|
12367
|
+
"channelLifetime",
|
|
12368
12368
|
"securityTokenLifetime"
|
|
12369
12369
|
];
|
|
12370
12370
|
public static dataTypeNodeId = makeExpandedNodeId(331, 0);
|
|
@@ -12482,9 +12482,9 @@ export interface EndpointTypeOptions {
|
|
|
12482
12482
|
export class EndpointType extends ExtensionObject {
|
|
12483
12483
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointType; }
|
|
12484
12484
|
public static possibleFields: string[] = [
|
|
12485
|
-
"endpointUrl",
|
|
12486
|
-
"securityMode",
|
|
12487
|
-
"securityPolicyUri",
|
|
12485
|
+
"endpointUrl",
|
|
12486
|
+
"securityMode",
|
|
12487
|
+
"securityPolicyUri",
|
|
12488
12488
|
"transportProfileUri"
|
|
12489
12489
|
];
|
|
12490
12490
|
public static dataTypeNodeId = makeExpandedNodeId(15528, 0);
|
|
@@ -12636,7 +12636,7 @@ export interface EphemeralKeyTypeOptions {
|
|
|
12636
12636
|
export class EphemeralKeyType extends ExtensionObject {
|
|
12637
12637
|
public static get schema(): IStructuredTypeSchema { return schemaEphemeralKeyType; }
|
|
12638
12638
|
public static possibleFields: string[] = [
|
|
12639
|
-
"publicKey",
|
|
12639
|
+
"publicKey",
|
|
12640
12640
|
"signature"
|
|
12641
12641
|
];
|
|
12642
12642
|
public static dataTypeNodeId = makeExpandedNodeId(17548, 0);
|
|
@@ -12708,7 +12708,7 @@ export interface EventFieldListOptions {
|
|
|
12708
12708
|
export class EventFieldList extends ExtensionObject {
|
|
12709
12709
|
public static get schema(): IStructuredTypeSchema { return schemaEventFieldList; }
|
|
12710
12710
|
public static possibleFields: string[] = [
|
|
12711
|
-
"clientHandle",
|
|
12711
|
+
"clientHandle",
|
|
12712
12712
|
"eventFields"
|
|
12713
12713
|
];
|
|
12714
12714
|
public static dataTypeNodeId = makeExpandedNodeId(917, 0);
|
|
@@ -12780,7 +12780,7 @@ export interface EventFilterOptions extends MonitoringFilterOptions {
|
|
|
12780
12780
|
export class EventFilter extends MonitoringFilter {
|
|
12781
12781
|
public static get schema(): IStructuredTypeSchema { return schemaEventFilter; }
|
|
12782
12782
|
public static possibleFields: string[] = [
|
|
12783
|
-
"selectClauses",
|
|
12783
|
+
"selectClauses",
|
|
12784
12784
|
"whereClause"
|
|
12785
12785
|
];
|
|
12786
12786
|
public static dataTypeNodeId = makeExpandedNodeId(725, 0);
|
|
@@ -12867,8 +12867,8 @@ export interface EventFilterResultOptions extends MonitoringFilterResultOptions
|
|
|
12867
12867
|
export class EventFilterResult extends MonitoringFilterResult {
|
|
12868
12868
|
public static get schema(): IStructuredTypeSchema { return schemaEventFilterResult; }
|
|
12869
12869
|
public static possibleFields: string[] = [
|
|
12870
|
-
"selectClauseResults",
|
|
12871
|
-
"selectClauseDiagnosticInfos",
|
|
12870
|
+
"selectClauseResults",
|
|
12871
|
+
"selectClauseDiagnosticInfos",
|
|
12872
12872
|
"whereClauseResult"
|
|
12873
12873
|
];
|
|
12874
12874
|
public static dataTypeNodeId = makeExpandedNodeId(734, 0);
|
|
@@ -13067,12 +13067,12 @@ export interface FieldTargetDataTypeOptions {
|
|
|
13067
13067
|
export class FieldTargetDataType extends ExtensionObject {
|
|
13068
13068
|
public static get schema(): IStructuredTypeSchema { return schemaFieldTargetDataType; }
|
|
13069
13069
|
public static possibleFields: string[] = [
|
|
13070
|
-
"dataSetFieldId",
|
|
13071
|
-
"receiverIndexRange",
|
|
13072
|
-
"targetNodeId",
|
|
13073
|
-
"attributeId",
|
|
13074
|
-
"writeIndexRange",
|
|
13075
|
-
"overrideValueHandling",
|
|
13070
|
+
"dataSetFieldId",
|
|
13071
|
+
"receiverIndexRange",
|
|
13072
|
+
"targetNodeId",
|
|
13073
|
+
"attributeId",
|
|
13074
|
+
"writeIndexRange",
|
|
13075
|
+
"overrideValueHandling",
|
|
13076
13076
|
"overrideValue"
|
|
13077
13077
|
];
|
|
13078
13078
|
public static dataTypeNodeId = makeExpandedNodeId(14744, 0);
|
|
@@ -13192,9 +13192,9 @@ export interface FindServersOnNetworkRequestOptions {
|
|
|
13192
13192
|
export class FindServersOnNetworkRequest extends ExtensionObject {
|
|
13193
13193
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersOnNetworkRequest; }
|
|
13194
13194
|
public static possibleFields: string[] = [
|
|
13195
|
-
"requestHeader",
|
|
13196
|
-
"startingRecordId",
|
|
13197
|
-
"maxRecordsToReturn",
|
|
13195
|
+
"requestHeader",
|
|
13196
|
+
"startingRecordId",
|
|
13197
|
+
"maxRecordsToReturn",
|
|
13198
13198
|
"serverCapabilityFilter"
|
|
13199
13199
|
];
|
|
13200
13200
|
public static dataTypeNodeId = makeExpandedNodeId(12190, 0);
|
|
@@ -13288,9 +13288,9 @@ export interface ServerOnNetworkOptions {
|
|
|
13288
13288
|
export class ServerOnNetwork extends ExtensionObject {
|
|
13289
13289
|
public static get schema(): IStructuredTypeSchema { return schemaServerOnNetwork; }
|
|
13290
13290
|
public static possibleFields: string[] = [
|
|
13291
|
-
"recordId",
|
|
13292
|
-
"serverName",
|
|
13293
|
-
"discoveryUrl",
|
|
13291
|
+
"recordId",
|
|
13292
|
+
"serverName",
|
|
13293
|
+
"discoveryUrl",
|
|
13294
13294
|
"serverCapabilities"
|
|
13295
13295
|
];
|
|
13296
13296
|
public static dataTypeNodeId = makeExpandedNodeId(12189, 0);
|
|
@@ -13378,8 +13378,8 @@ export interface FindServersOnNetworkResponseOptions {
|
|
|
13378
13378
|
export class FindServersOnNetworkResponse extends ExtensionObject {
|
|
13379
13379
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersOnNetworkResponse; }
|
|
13380
13380
|
public static possibleFields: string[] = [
|
|
13381
|
-
"responseHeader",
|
|
13382
|
-
"lastCounterResetTime",
|
|
13381
|
+
"responseHeader",
|
|
13382
|
+
"lastCounterResetTime",
|
|
13383
13383
|
"servers"
|
|
13384
13384
|
];
|
|
13385
13385
|
public static dataTypeNodeId = makeExpandedNodeId(12191, 0);
|
|
@@ -13477,9 +13477,9 @@ export interface FindServersRequestOptions {
|
|
|
13477
13477
|
export class FindServersRequest extends ExtensionObject {
|
|
13478
13478
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersRequest; }
|
|
13479
13479
|
public static possibleFields: string[] = [
|
|
13480
|
-
"requestHeader",
|
|
13481
|
-
"endpointUrl",
|
|
13482
|
-
"localeIds",
|
|
13480
|
+
"requestHeader",
|
|
13481
|
+
"endpointUrl",
|
|
13482
|
+
"localeIds",
|
|
13483
13483
|
"serverUris"
|
|
13484
13484
|
];
|
|
13485
13485
|
public static dataTypeNodeId = makeExpandedNodeId(420, 0);
|
|
@@ -13561,7 +13561,7 @@ export interface FindServersResponseOptions {
|
|
|
13561
13561
|
export class FindServersResponse extends ExtensionObject {
|
|
13562
13562
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersResponse; }
|
|
13563
13563
|
public static possibleFields: string[] = [
|
|
13564
|
-
"responseHeader",
|
|
13564
|
+
"responseHeader",
|
|
13565
13565
|
"servers"
|
|
13566
13566
|
];
|
|
13567
13567
|
public static dataTypeNodeId = makeExpandedNodeId(423, 0);
|
|
@@ -13688,7 +13688,7 @@ export interface GenericAttributeValueOptions {
|
|
|
13688
13688
|
export class GenericAttributeValue extends ExtensionObject {
|
|
13689
13689
|
public static get schema(): IStructuredTypeSchema { return schemaGenericAttributeValue; }
|
|
13690
13690
|
public static possibleFields: string[] = [
|
|
13691
|
-
"attributeId",
|
|
13691
|
+
"attributeId",
|
|
13692
13692
|
"value"
|
|
13693
13693
|
];
|
|
13694
13694
|
public static dataTypeNodeId = makeExpandedNodeId(17606, 0);
|
|
@@ -13754,11 +13754,11 @@ export interface GenericAttributesOptions extends NodeAttributesOptions {
|
|
|
13754
13754
|
export class GenericAttributes extends NodeAttributes {
|
|
13755
13755
|
public static get schema(): IStructuredTypeSchema { return schemaGenericAttributes; }
|
|
13756
13756
|
public static possibleFields: string[] = [
|
|
13757
|
-
"specifiedAttributes",
|
|
13758
|
-
"displayName",
|
|
13759
|
-
"description",
|
|
13760
|
-
"writeMask",
|
|
13761
|
-
"userWriteMask",
|
|
13757
|
+
"specifiedAttributes",
|
|
13758
|
+
"displayName",
|
|
13759
|
+
"description",
|
|
13760
|
+
"writeMask",
|
|
13761
|
+
"userWriteMask",
|
|
13762
13762
|
"attributeValues"
|
|
13763
13763
|
];
|
|
13764
13764
|
public static dataTypeNodeId = makeExpandedNodeId(17607, 0);
|
|
@@ -13846,9 +13846,9 @@ export interface GetEndpointsRequestOptions {
|
|
|
13846
13846
|
export class GetEndpointsRequest extends ExtensionObject {
|
|
13847
13847
|
public static get schema(): IStructuredTypeSchema { return schemaGetEndpointsRequest; }
|
|
13848
13848
|
public static possibleFields: string[] = [
|
|
13849
|
-
"requestHeader",
|
|
13850
|
-
"endpointUrl",
|
|
13851
|
-
"localeIds",
|
|
13849
|
+
"requestHeader",
|
|
13850
|
+
"endpointUrl",
|
|
13851
|
+
"localeIds",
|
|
13852
13852
|
"profileUris"
|
|
13853
13853
|
];
|
|
13854
13854
|
public static dataTypeNodeId = makeExpandedNodeId(426, 0);
|
|
@@ -13930,7 +13930,7 @@ export interface GetEndpointsResponseOptions {
|
|
|
13930
13930
|
export class GetEndpointsResponse extends ExtensionObject {
|
|
13931
13931
|
public static get schema(): IStructuredTypeSchema { return schemaGetEndpointsResponse; }
|
|
13932
13932
|
public static possibleFields: string[] = [
|
|
13933
|
-
"responseHeader",
|
|
13933
|
+
"responseHeader",
|
|
13934
13934
|
"endpoints"
|
|
13935
13935
|
];
|
|
13936
13936
|
public static dataTypeNodeId = makeExpandedNodeId(429, 0);
|
|
@@ -14229,8 +14229,8 @@ export interface ModificationInfoOptions {
|
|
|
14229
14229
|
export class ModificationInfo extends ExtensionObject {
|
|
14230
14230
|
public static get schema(): IStructuredTypeSchema { return schemaModificationInfo; }
|
|
14231
14231
|
public static possibleFields: string[] = [
|
|
14232
|
-
"modificationTime",
|
|
14233
|
-
"updateType",
|
|
14232
|
+
"modificationTime",
|
|
14233
|
+
"updateType",
|
|
14234
14234
|
"userName"
|
|
14235
14235
|
];
|
|
14236
14236
|
public static dataTypeNodeId = makeExpandedNodeId(11216, 0);
|
|
@@ -14312,7 +14312,7 @@ export interface HistoryModifiedDataOptions extends HistoryDataOptions {
|
|
|
14312
14312
|
export class HistoryModifiedData extends HistoryData {
|
|
14313
14313
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryModifiedData; }
|
|
14314
14314
|
public static possibleFields: string[] = [
|
|
14315
|
-
"dataValues",
|
|
14315
|
+
"dataValues",
|
|
14316
14316
|
"modificationInfos"
|
|
14317
14317
|
];
|
|
14318
14318
|
public static dataTypeNodeId = makeExpandedNodeId(11217, 0);
|
|
@@ -14381,7 +14381,7 @@ export interface HistoryModifiedEventOptions extends HistoryEventOptions {
|
|
|
14381
14381
|
export class HistoryModifiedEvent extends HistoryEvent {
|
|
14382
14382
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryModifiedEvent; }
|
|
14383
14383
|
public static possibleFields: string[] = [
|
|
14384
|
-
"events",
|
|
14384
|
+
"events",
|
|
14385
14385
|
"modificationInfos"
|
|
14386
14386
|
];
|
|
14387
14387
|
public static dataTypeNodeId = makeExpandedNodeId(32824, 0);
|
|
@@ -14515,9 +14515,9 @@ export interface HistoryReadValueIdOptions {
|
|
|
14515
14515
|
export class HistoryReadValueId extends ExtensionObject {
|
|
14516
14516
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadValueId; }
|
|
14517
14517
|
public static possibleFields: string[] = [
|
|
14518
|
-
"nodeId",
|
|
14519
|
-
"indexRange",
|
|
14520
|
-
"dataEncoding",
|
|
14518
|
+
"nodeId",
|
|
14519
|
+
"indexRange",
|
|
14520
|
+
"dataEncoding",
|
|
14521
14521
|
"continuationPoint"
|
|
14522
14522
|
];
|
|
14523
14523
|
public static dataTypeNodeId = makeExpandedNodeId(635, 0);
|
|
@@ -14617,10 +14617,10 @@ export interface HistoryReadRequestOptions {
|
|
|
14617
14617
|
export class HistoryReadRequest extends ExtensionObject {
|
|
14618
14618
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadRequest; }
|
|
14619
14619
|
public static possibleFields: string[] = [
|
|
14620
|
-
"requestHeader",
|
|
14621
|
-
"historyReadDetails",
|
|
14622
|
-
"timestampsToReturn",
|
|
14623
|
-
"releaseContinuationPoints",
|
|
14620
|
+
"requestHeader",
|
|
14621
|
+
"historyReadDetails",
|
|
14622
|
+
"timestampsToReturn",
|
|
14623
|
+
"releaseContinuationPoints",
|
|
14624
14624
|
"nodesToRead"
|
|
14625
14625
|
];
|
|
14626
14626
|
public static dataTypeNodeId = makeExpandedNodeId(662, 0);
|
|
@@ -14731,8 +14731,8 @@ export interface HistoryReadResultOptions {
|
|
|
14731
14731
|
export class HistoryReadResult extends ExtensionObject {
|
|
14732
14732
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadResult; }
|
|
14733
14733
|
public static possibleFields: string[] = [
|
|
14734
|
-
"statusCode",
|
|
14735
|
-
"continuationPoint",
|
|
14734
|
+
"statusCode",
|
|
14735
|
+
"continuationPoint",
|
|
14736
14736
|
"historyData"
|
|
14737
14737
|
];
|
|
14738
14738
|
public static dataTypeNodeId = makeExpandedNodeId(638, 0);
|
|
@@ -14816,8 +14816,8 @@ export interface HistoryReadResponseOptions {
|
|
|
14816
14816
|
export class HistoryReadResponse extends ExtensionObject {
|
|
14817
14817
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadResponse; }
|
|
14818
14818
|
public static possibleFields: string[] = [
|
|
14819
|
-
"responseHeader",
|
|
14820
|
-
"results",
|
|
14819
|
+
"responseHeader",
|
|
14820
|
+
"results",
|
|
14821
14821
|
"diagnosticInfos"
|
|
14822
14822
|
];
|
|
14823
14823
|
public static dataTypeNodeId = makeExpandedNodeId(665, 0);
|
|
@@ -14902,7 +14902,7 @@ export interface HistoryUpdateRequestOptions {
|
|
|
14902
14902
|
export class HistoryUpdateRequest extends ExtensionObject {
|
|
14903
14903
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateRequest; }
|
|
14904
14904
|
public static possibleFields: string[] = [
|
|
14905
|
-
"requestHeader",
|
|
14905
|
+
"requestHeader",
|
|
14906
14906
|
"historyUpdateDetails"
|
|
14907
14907
|
];
|
|
14908
14908
|
public static dataTypeNodeId = makeExpandedNodeId(698, 0);
|
|
@@ -14981,8 +14981,8 @@ export interface HistoryUpdateResultOptions {
|
|
|
14981
14981
|
export class HistoryUpdateResult extends ExtensionObject {
|
|
14982
14982
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateResult; }
|
|
14983
14983
|
public static possibleFields: string[] = [
|
|
14984
|
-
"statusCode",
|
|
14985
|
-
"operationResults",
|
|
14984
|
+
"statusCode",
|
|
14985
|
+
"operationResults",
|
|
14986
14986
|
"diagnosticInfos"
|
|
14987
14987
|
];
|
|
14988
14988
|
public static dataTypeNodeId = makeExpandedNodeId(695, 0);
|
|
@@ -15066,8 +15066,8 @@ export interface HistoryUpdateResponseOptions {
|
|
|
15066
15066
|
export class HistoryUpdateResponse extends ExtensionObject {
|
|
15067
15067
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateResponse; }
|
|
15068
15068
|
public static possibleFields: string[] = [
|
|
15069
|
-
"responseHeader",
|
|
15070
|
-
"results",
|
|
15069
|
+
"responseHeader",
|
|
15070
|
+
"results",
|
|
15071
15071
|
"diagnosticInfos"
|
|
15072
15072
|
];
|
|
15073
15073
|
public static dataTypeNodeId = makeExpandedNodeId(701, 0);
|
|
@@ -15181,7 +15181,7 @@ export interface IdentityMappingRuleTypeOptions {
|
|
|
15181
15181
|
export class IdentityMappingRuleType extends ExtensionObject {
|
|
15182
15182
|
public static get schema(): IStructuredTypeSchema { return schemaIdentityMappingRuleType; }
|
|
15183
15183
|
public static possibleFields: string[] = [
|
|
15184
|
-
"criteriaType",
|
|
15184
|
+
"criteriaType",
|
|
15185
15185
|
"criteria"
|
|
15186
15186
|
];
|
|
15187
15187
|
public static dataTypeNodeId = makeExpandedNodeId(15634, 0);
|
|
@@ -15263,8 +15263,8 @@ export interface IssuedIdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
15263
15263
|
export class IssuedIdentityToken extends UserIdentityToken {
|
|
15264
15264
|
public static get schema(): IStructuredTypeSchema { return schemaIssuedIdentityToken; }
|
|
15265
15265
|
public static possibleFields: string[] = [
|
|
15266
|
-
"policyId",
|
|
15267
|
-
"tokenData",
|
|
15266
|
+
"policyId",
|
|
15267
|
+
"tokenData",
|
|
15268
15268
|
"encryptionAlgorithm"
|
|
15269
15269
|
];
|
|
15270
15270
|
public static dataTypeNodeId = makeExpandedNodeId(938, 0);
|
|
@@ -15389,7 +15389,7 @@ export interface JsonDataSetReaderMessageDataTypeOptions extends DataSetReaderMe
|
|
|
15389
15389
|
export class JsonDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
15390
15390
|
public static get schema(): IStructuredTypeSchema { return schemaJsonDataSetReaderMessageDataType; }
|
|
15391
15391
|
public static possibleFields: string[] = [
|
|
15392
|
-
"networkMessageContentMask",
|
|
15392
|
+
"networkMessageContentMask",
|
|
15393
15393
|
"dataSetMessageContentMask"
|
|
15394
15394
|
];
|
|
15395
15395
|
public static dataTypeNodeId = makeExpandedNodeId(15665, 0);
|
|
@@ -15680,9 +15680,9 @@ export interface LinearConversionDataTypeOptions {
|
|
|
15680
15680
|
export class LinearConversionDataType extends ExtensionObject {
|
|
15681
15681
|
public static get schema(): IStructuredTypeSchema { return schemaLinearConversionDataType; }
|
|
15682
15682
|
public static possibleFields: string[] = [
|
|
15683
|
-
"initialAddend",
|
|
15684
|
-
"multiplicand",
|
|
15685
|
-
"divisor",
|
|
15683
|
+
"initialAddend",
|
|
15684
|
+
"multiplicand",
|
|
15685
|
+
"divisor",
|
|
15686
15686
|
"finalAddend"
|
|
15687
15687
|
];
|
|
15688
15688
|
public static dataTypeNodeId = makeExpandedNodeId(32435, 0);
|
|
@@ -15823,7 +15823,7 @@ export interface MdnsDiscoveryConfigurationOptions extends DiscoveryConfiguratio
|
|
|
15823
15823
|
export class MdnsDiscoveryConfiguration extends DiscoveryConfiguration {
|
|
15824
15824
|
public static get schema(): IStructuredTypeSchema { return schemaMdnsDiscoveryConfiguration; }
|
|
15825
15825
|
public static possibleFields: string[] = [
|
|
15826
|
-
"mdnsServerName",
|
|
15826
|
+
"mdnsServerName",
|
|
15827
15827
|
"serverCapabilities"
|
|
15828
15828
|
];
|
|
15829
15829
|
public static dataTypeNodeId = makeExpandedNodeId(12891, 0);
|
|
@@ -15894,12 +15894,12 @@ export interface MethodAttributesOptions extends NodeAttributesOptions {
|
|
|
15894
15894
|
export class MethodAttributes extends NodeAttributes {
|
|
15895
15895
|
public static get schema(): IStructuredTypeSchema { return schemaMethodAttributes; }
|
|
15896
15896
|
public static possibleFields: string[] = [
|
|
15897
|
-
"specifiedAttributes",
|
|
15898
|
-
"displayName",
|
|
15899
|
-
"description",
|
|
15900
|
-
"writeMask",
|
|
15901
|
-
"userWriteMask",
|
|
15902
|
-
"executable",
|
|
15897
|
+
"specifiedAttributes",
|
|
15898
|
+
"displayName",
|
|
15899
|
+
"description",
|
|
15900
|
+
"writeMask",
|
|
15901
|
+
"userWriteMask",
|
|
15902
|
+
"executable",
|
|
15903
15903
|
"userExecutable"
|
|
15904
15904
|
];
|
|
15905
15905
|
public static dataTypeNodeId = makeExpandedNodeId(358, 0);
|
|
@@ -15976,8 +15976,8 @@ export interface ModelChangeStructureDataTypeOptions {
|
|
|
15976
15976
|
export class ModelChangeStructureDataType extends ExtensionObject {
|
|
15977
15977
|
public static get schema(): IStructuredTypeSchema { return schemaModelChangeStructureDataType; }
|
|
15978
15978
|
public static possibleFields: string[] = [
|
|
15979
|
-
"affected",
|
|
15980
|
-
"affectedType",
|
|
15979
|
+
"affected",
|
|
15980
|
+
"affectedType",
|
|
15981
15981
|
"verb"
|
|
15982
15982
|
];
|
|
15983
15983
|
public static dataTypeNodeId = makeExpandedNodeId(877, 0);
|
|
@@ -16053,7 +16053,7 @@ export interface MonitoredItemModifyRequestOptions {
|
|
|
16053
16053
|
export class MonitoredItemModifyRequest extends ExtensionObject {
|
|
16054
16054
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemModifyRequest; }
|
|
16055
16055
|
public static possibleFields: string[] = [
|
|
16056
|
-
"monitoredItemId",
|
|
16056
|
+
"monitoredItemId",
|
|
16057
16057
|
"requestedParameters"
|
|
16058
16058
|
];
|
|
16059
16059
|
public static dataTypeNodeId = makeExpandedNodeId(755, 0);
|
|
@@ -16137,9 +16137,9 @@ export interface ModifyMonitoredItemsRequestOptions {
|
|
|
16137
16137
|
export class ModifyMonitoredItemsRequest extends ExtensionObject {
|
|
16138
16138
|
public static get schema(): IStructuredTypeSchema { return schemaModifyMonitoredItemsRequest; }
|
|
16139
16139
|
public static possibleFields: string[] = [
|
|
16140
|
-
"requestHeader",
|
|
16141
|
-
"subscriptionId",
|
|
16142
|
-
"timestampsToReturn",
|
|
16140
|
+
"requestHeader",
|
|
16141
|
+
"subscriptionId",
|
|
16142
|
+
"timestampsToReturn",
|
|
16143
16143
|
"itemsToModify"
|
|
16144
16144
|
];
|
|
16145
16145
|
public static dataTypeNodeId = makeExpandedNodeId(761, 0);
|
|
@@ -16251,9 +16251,9 @@ export interface MonitoredItemModifyResultOptions {
|
|
|
16251
16251
|
export class MonitoredItemModifyResult extends ExtensionObject {
|
|
16252
16252
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemModifyResult; }
|
|
16253
16253
|
public static possibleFields: string[] = [
|
|
16254
|
-
"statusCode",
|
|
16255
|
-
"revisedSamplingInterval",
|
|
16256
|
-
"revisedQueueSize",
|
|
16254
|
+
"statusCode",
|
|
16255
|
+
"revisedSamplingInterval",
|
|
16256
|
+
"revisedQueueSize",
|
|
16257
16257
|
"filterResult"
|
|
16258
16258
|
];
|
|
16259
16259
|
public static dataTypeNodeId = makeExpandedNodeId(758, 0);
|
|
@@ -16342,8 +16342,8 @@ export interface ModifyMonitoredItemsResponseOptions {
|
|
|
16342
16342
|
export class ModifyMonitoredItemsResponse extends ExtensionObject {
|
|
16343
16343
|
public static get schema(): IStructuredTypeSchema { return schemaModifyMonitoredItemsResponse; }
|
|
16344
16344
|
public static possibleFields: string[] = [
|
|
16345
|
-
"responseHeader",
|
|
16346
|
-
"results",
|
|
16345
|
+
"responseHeader",
|
|
16346
|
+
"results",
|
|
16347
16347
|
"diagnosticInfos"
|
|
16348
16348
|
];
|
|
16349
16349
|
public static dataTypeNodeId = makeExpandedNodeId(764, 0);
|
|
@@ -16457,12 +16457,12 @@ export interface ModifySubscriptionRequestOptions {
|
|
|
16457
16457
|
export class ModifySubscriptionRequest extends ExtensionObject {
|
|
16458
16458
|
public static get schema(): IStructuredTypeSchema { return schemaModifySubscriptionRequest; }
|
|
16459
16459
|
public static possibleFields: string[] = [
|
|
16460
|
-
"requestHeader",
|
|
16461
|
-
"subscriptionId",
|
|
16462
|
-
"requestedPublishingInterval",
|
|
16463
|
-
"requestedLifetimeCount",
|
|
16464
|
-
"requestedMaxKeepAliveCount",
|
|
16465
|
-
"maxNotificationsPerPublish",
|
|
16460
|
+
"requestHeader",
|
|
16461
|
+
"subscriptionId",
|
|
16462
|
+
"requestedPublishingInterval",
|
|
16463
|
+
"requestedLifetimeCount",
|
|
16464
|
+
"requestedMaxKeepAliveCount",
|
|
16465
|
+
"maxNotificationsPerPublish",
|
|
16466
16466
|
"priority"
|
|
16467
16467
|
];
|
|
16468
16468
|
public static dataTypeNodeId = makeExpandedNodeId(791, 0);
|
|
@@ -16570,9 +16570,9 @@ export interface ModifySubscriptionResponseOptions {
|
|
|
16570
16570
|
export class ModifySubscriptionResponse extends ExtensionObject {
|
|
16571
16571
|
public static get schema(): IStructuredTypeSchema { return schemaModifySubscriptionResponse; }
|
|
16572
16572
|
public static possibleFields: string[] = [
|
|
16573
|
-
"responseHeader",
|
|
16574
|
-
"revisedPublishingInterval",
|
|
16575
|
-
"revisedLifetimeCount",
|
|
16573
|
+
"responseHeader",
|
|
16574
|
+
"revisedPublishingInterval",
|
|
16575
|
+
"revisedLifetimeCount",
|
|
16576
16576
|
"revisedMaxKeepAliveCount"
|
|
16577
16577
|
];
|
|
16578
16578
|
public static dataTypeNodeId = makeExpandedNodeId(794, 0);
|
|
@@ -16706,7 +16706,7 @@ export interface NetworkAddressUrlDataTypeOptions extends NetworkAddressDataType
|
|
|
16706
16706
|
export class NetworkAddressUrlDataType extends NetworkAddressDataType {
|
|
16707
16707
|
public static get schema(): IStructuredTypeSchema { return schemaNetworkAddressUrlDataType; }
|
|
16708
16708
|
public static possibleFields: string[] = [
|
|
16709
|
-
"networkInterface",
|
|
16709
|
+
"networkInterface",
|
|
16710
16710
|
"url"
|
|
16711
16711
|
];
|
|
16712
16712
|
public static dataTypeNodeId = makeExpandedNodeId(15510, 0);
|
|
@@ -16773,7 +16773,7 @@ export interface NetworkGroupDataTypeOptions {
|
|
|
16773
16773
|
export class NetworkGroupDataType extends ExtensionObject {
|
|
16774
16774
|
public static get schema(): IStructuredTypeSchema { return schemaNetworkGroupDataType; }
|
|
16775
16775
|
public static possibleFields: string[] = [
|
|
16776
|
-
"serverUri",
|
|
16776
|
+
"serverUri",
|
|
16777
16777
|
"networkPaths"
|
|
16778
16778
|
];
|
|
16779
16779
|
public static dataTypeNodeId = makeExpandedNodeId(11944, 0);
|
|
@@ -16865,9 +16865,9 @@ export interface NodeReferenceOptions {
|
|
|
16865
16865
|
export class NodeReference extends ExtensionObject {
|
|
16866
16866
|
public static get schema(): IStructuredTypeSchema { return schemaNodeReference; }
|
|
16867
16867
|
public static possibleFields: string[] = [
|
|
16868
|
-
"nodeId",
|
|
16869
|
-
"referenceTypeId",
|
|
16870
|
-
"isForward",
|
|
16868
|
+
"nodeId",
|
|
16869
|
+
"referenceTypeId",
|
|
16870
|
+
"isForward",
|
|
16871
16871
|
"referencedNodeIds"
|
|
16872
16872
|
];
|
|
16873
16873
|
public static dataTypeNodeId = makeExpandedNodeId(580, 0);
|
|
@@ -16954,8 +16954,8 @@ export interface QueryDataDescriptionOptions {
|
|
|
16954
16954
|
export class QueryDataDescription extends ExtensionObject {
|
|
16955
16955
|
public static get schema(): IStructuredTypeSchema { return schemaQueryDataDescription; }
|
|
16956
16956
|
public static possibleFields: string[] = [
|
|
16957
|
-
"relativePath",
|
|
16958
|
-
"attributeId",
|
|
16957
|
+
"relativePath",
|
|
16958
|
+
"attributeId",
|
|
16959
16959
|
"indexRange"
|
|
16960
16960
|
];
|
|
16961
16961
|
public static dataTypeNodeId = makeExpandedNodeId(570, 0);
|
|
@@ -17038,8 +17038,8 @@ export interface NodeTypeDescriptionOptions {
|
|
|
17038
17038
|
export class NodeTypeDescription extends ExtensionObject {
|
|
17039
17039
|
public static get schema(): IStructuredTypeSchema { return schemaNodeTypeDescription; }
|
|
17040
17040
|
public static possibleFields: string[] = [
|
|
17041
|
-
"typeDefinitionNode",
|
|
17042
|
-
"includeSubTypes",
|
|
17041
|
+
"typeDefinitionNode",
|
|
17042
|
+
"includeSubTypes",
|
|
17043
17043
|
"dataToReturn"
|
|
17044
17044
|
];
|
|
17045
17045
|
public static dataTypeNodeId = makeExpandedNodeId(573, 0);
|
|
@@ -17130,8 +17130,8 @@ export interface NotificationMessageOptions {
|
|
|
17130
17130
|
export class NotificationMessage extends ExtensionObject {
|
|
17131
17131
|
public static get schema(): IStructuredTypeSchema { return schemaNotificationMessage; }
|
|
17132
17132
|
public static possibleFields: string[] = [
|
|
17133
|
-
"sequenceNumber",
|
|
17134
|
-
"publishTime",
|
|
17133
|
+
"sequenceNumber",
|
|
17134
|
+
"publishTime",
|
|
17135
17135
|
"notificationData"
|
|
17136
17136
|
];
|
|
17137
17137
|
public static dataTypeNodeId = makeExpandedNodeId(803, 0);
|
|
@@ -17201,11 +17201,11 @@ export interface ObjectAttributesOptions extends NodeAttributesOptions {
|
|
|
17201
17201
|
export class ObjectAttributes extends NodeAttributes {
|
|
17202
17202
|
public static get schema(): IStructuredTypeSchema { return schemaObjectAttributes; }
|
|
17203
17203
|
public static possibleFields: string[] = [
|
|
17204
|
-
"specifiedAttributes",
|
|
17205
|
-
"displayName",
|
|
17206
|
-
"description",
|
|
17207
|
-
"writeMask",
|
|
17208
|
-
"userWriteMask",
|
|
17204
|
+
"specifiedAttributes",
|
|
17205
|
+
"displayName",
|
|
17206
|
+
"description",
|
|
17207
|
+
"writeMask",
|
|
17208
|
+
"userWriteMask",
|
|
17209
17209
|
"eventNotifier"
|
|
17210
17210
|
];
|
|
17211
17211
|
public static dataTypeNodeId = makeExpandedNodeId(352, 0);
|
|
@@ -17265,11 +17265,11 @@ export interface ObjectTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
17265
17265
|
export class ObjectTypeAttributes extends NodeAttributes {
|
|
17266
17266
|
public static get schema(): IStructuredTypeSchema { return schemaObjectTypeAttributes; }
|
|
17267
17267
|
public static possibleFields: string[] = [
|
|
17268
|
-
"specifiedAttributes",
|
|
17269
|
-
"displayName",
|
|
17270
|
-
"description",
|
|
17271
|
-
"writeMask",
|
|
17272
|
-
"userWriteMask",
|
|
17268
|
+
"specifiedAttributes",
|
|
17269
|
+
"displayName",
|
|
17270
|
+
"description",
|
|
17271
|
+
"writeMask",
|
|
17272
|
+
"userWriteMask",
|
|
17273
17273
|
"isAbstract"
|
|
17274
17274
|
];
|
|
17275
17275
|
public static dataTypeNodeId = makeExpandedNodeId(361, 0);
|
|
@@ -17383,11 +17383,11 @@ export interface OpenSecureChannelRequestOptions {
|
|
|
17383
17383
|
export class OpenSecureChannelRequest extends ExtensionObject {
|
|
17384
17384
|
public static get schema(): IStructuredTypeSchema { return schemaOpenSecureChannelRequest; }
|
|
17385
17385
|
public static possibleFields: string[] = [
|
|
17386
|
-
"requestHeader",
|
|
17387
|
-
"clientProtocolVersion",
|
|
17388
|
-
"requestType",
|
|
17389
|
-
"securityMode",
|
|
17390
|
-
"clientNonce",
|
|
17386
|
+
"requestHeader",
|
|
17387
|
+
"clientProtocolVersion",
|
|
17388
|
+
"requestType",
|
|
17389
|
+
"securityMode",
|
|
17390
|
+
"clientNonce",
|
|
17391
17391
|
"requestedLifetime"
|
|
17392
17392
|
];
|
|
17393
17393
|
public static dataTypeNodeId = makeExpandedNodeId(444, 0);
|
|
@@ -17510,9 +17510,9 @@ export interface OpenSecureChannelResponseOptions {
|
|
|
17510
17510
|
export class OpenSecureChannelResponse extends ExtensionObject {
|
|
17511
17511
|
public static get schema(): IStructuredTypeSchema { return schemaOpenSecureChannelResponse; }
|
|
17512
17512
|
public static possibleFields: string[] = [
|
|
17513
|
-
"responseHeader",
|
|
17514
|
-
"serverProtocolVersion",
|
|
17515
|
-
"securityToken",
|
|
17513
|
+
"responseHeader",
|
|
17514
|
+
"serverProtocolVersion",
|
|
17515
|
+
"securityToken",
|
|
17516
17516
|
"serverNonce"
|
|
17517
17517
|
];
|
|
17518
17518
|
public static dataTypeNodeId = makeExpandedNodeId(447, 0);
|
|
@@ -17593,7 +17593,7 @@ export interface OptionSetOptions {
|
|
|
17593
17593
|
export class OptionSet extends ExtensionObject {
|
|
17594
17594
|
public static get schema(): IStructuredTypeSchema { return schemaOptionSet; }
|
|
17595
17595
|
public static possibleFields: string[] = [
|
|
17596
|
-
"value",
|
|
17596
|
+
"value",
|
|
17597
17597
|
"validBits"
|
|
17598
17598
|
];
|
|
17599
17599
|
public static dataTypeNodeId = makeExpandedNodeId(12755, 0);
|
|
@@ -17720,8 +17720,8 @@ export interface ParsingResultOptions {
|
|
|
17720
17720
|
export class ParsingResult extends ExtensionObject {
|
|
17721
17721
|
public static get schema(): IStructuredTypeSchema { return schemaParsingResult; }
|
|
17722
17722
|
public static possibleFields: string[] = [
|
|
17723
|
-
"statusCode",
|
|
17724
|
-
"dataStatusCodes",
|
|
17723
|
+
"statusCode",
|
|
17724
|
+
"dataStatusCodes",
|
|
17725
17725
|
"dataDiagnosticInfos"
|
|
17726
17726
|
];
|
|
17727
17727
|
public static dataTypeNodeId = makeExpandedNodeId(610, 0);
|
|
@@ -17797,7 +17797,7 @@ export interface PortableNodeIdOptions {
|
|
|
17797
17797
|
export class PortableNodeId extends ExtensionObject {
|
|
17798
17798
|
public static get schema(): IStructuredTypeSchema { return schemaPortableNodeId; }
|
|
17799
17799
|
public static possibleFields: string[] = [
|
|
17800
|
-
"namespaceUri",
|
|
17800
|
+
"namespaceUri",
|
|
17801
17801
|
"identifier"
|
|
17802
17802
|
];
|
|
17803
17803
|
public static dataTypeNodeId = makeExpandedNodeId(24106, 0);
|
|
@@ -17868,7 +17868,7 @@ export interface PortableQualifiedNameOptions {
|
|
|
17868
17868
|
export class PortableQualifiedName extends ExtensionObject {
|
|
17869
17869
|
public static get schema(): IStructuredTypeSchema { return schemaPortableQualifiedName; }
|
|
17870
17870
|
public static possibleFields: string[] = [
|
|
17871
|
-
"namespaceUri",
|
|
17871
|
+
"namespaceUri",
|
|
17872
17872
|
"name"
|
|
17873
17873
|
];
|
|
17874
17874
|
public static dataTypeNodeId = makeExpandedNodeId(24105, 0);
|
|
@@ -17951,9 +17951,9 @@ export interface PriorityMappingEntryTypeOptions {
|
|
|
17951
17951
|
export class PriorityMappingEntryType extends ExtensionObject {
|
|
17952
17952
|
public static get schema(): IStructuredTypeSchema { return schemaPriorityMappingEntryType; }
|
|
17953
17953
|
public static possibleFields: string[] = [
|
|
17954
|
-
"mappingUri",
|
|
17955
|
-
"priorityLabel",
|
|
17956
|
-
"priorityValue_PCP",
|
|
17954
|
+
"mappingUri",
|
|
17955
|
+
"priorityLabel",
|
|
17956
|
+
"priorityValue_PCP",
|
|
17957
17957
|
"priorityValue_DSCP"
|
|
17958
17958
|
];
|
|
17959
17959
|
public static dataTypeNodeId = makeExpandedNodeId(25220, 0);
|
|
@@ -18098,17 +18098,17 @@ export interface ProgramDiagnostic2DataTypeOptions {
|
|
|
18098
18098
|
export class ProgramDiagnostic2DataType extends ExtensionObject {
|
|
18099
18099
|
public static get schema(): IStructuredTypeSchema { return schemaProgramDiagnostic2DataType; }
|
|
18100
18100
|
public static possibleFields: string[] = [
|
|
18101
|
-
"createSessionId",
|
|
18102
|
-
"createClientName",
|
|
18103
|
-
"invocationCreationTime",
|
|
18104
|
-
"lastTransitionTime",
|
|
18105
|
-
"lastMethodCall",
|
|
18106
|
-
"lastMethodSessionId",
|
|
18107
|
-
"lastMethodInputArguments",
|
|
18108
|
-
"lastMethodOutputArguments",
|
|
18109
|
-
"lastMethodInputValues",
|
|
18110
|
-
"lastMethodOutputValues",
|
|
18111
|
-
"lastMethodCallTime",
|
|
18101
|
+
"createSessionId",
|
|
18102
|
+
"createClientName",
|
|
18103
|
+
"invocationCreationTime",
|
|
18104
|
+
"lastTransitionTime",
|
|
18105
|
+
"lastMethodCall",
|
|
18106
|
+
"lastMethodSessionId",
|
|
18107
|
+
"lastMethodInputArguments",
|
|
18108
|
+
"lastMethodOutputArguments",
|
|
18109
|
+
"lastMethodInputValues",
|
|
18110
|
+
"lastMethodOutputValues",
|
|
18111
|
+
"lastMethodCallTime",
|
|
18112
18112
|
"lastMethodReturnStatus"
|
|
18113
18113
|
];
|
|
18114
18114
|
public static dataTypeNodeId = makeExpandedNodeId(24033, 0);
|
|
@@ -18245,7 +18245,7 @@ export interface StatusResultOptions {
|
|
|
18245
18245
|
export class StatusResult extends ExtensionObject {
|
|
18246
18246
|
public static get schema(): IStructuredTypeSchema { return schemaStatusResult; }
|
|
18247
18247
|
public static possibleFields: string[] = [
|
|
18248
|
-
"statusCode",
|
|
18248
|
+
"statusCode",
|
|
18249
18249
|
"diagnosticInfo"
|
|
18250
18250
|
];
|
|
18251
18251
|
public static dataTypeNodeId = makeExpandedNodeId(299, 0);
|
|
@@ -18366,15 +18366,15 @@ export interface ProgramDiagnosticDataTypeOptions {
|
|
|
18366
18366
|
export class ProgramDiagnosticDataType extends ExtensionObject {
|
|
18367
18367
|
public static get schema(): IStructuredTypeSchema { return schemaProgramDiagnosticDataType; }
|
|
18368
18368
|
public static possibleFields: string[] = [
|
|
18369
|
-
"createSessionId",
|
|
18370
|
-
"createClientName",
|
|
18371
|
-
"invocationCreationTime",
|
|
18372
|
-
"lastTransitionTime",
|
|
18373
|
-
"lastMethodCall",
|
|
18374
|
-
"lastMethodSessionId",
|
|
18375
|
-
"lastMethodInputArguments",
|
|
18376
|
-
"lastMethodOutputArguments",
|
|
18377
|
-
"lastMethodCallTime",
|
|
18369
|
+
"createSessionId",
|
|
18370
|
+
"createClientName",
|
|
18371
|
+
"invocationCreationTime",
|
|
18372
|
+
"lastTransitionTime",
|
|
18373
|
+
"lastMethodCall",
|
|
18374
|
+
"lastMethodSessionId",
|
|
18375
|
+
"lastMethodInputArguments",
|
|
18376
|
+
"lastMethodOutputArguments",
|
|
18377
|
+
"lastMethodCallTime",
|
|
18378
18378
|
"lastMethodReturnStatus"
|
|
18379
18379
|
];
|
|
18380
18380
|
public static dataTypeNodeId = makeExpandedNodeId(894, 0);
|
|
@@ -18521,10 +18521,10 @@ export interface PublishedDataSetDataTypeOptions {
|
|
|
18521
18521
|
export class PublishedDataSetDataType extends ExtensionObject {
|
|
18522
18522
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedDataSetDataType; }
|
|
18523
18523
|
public static possibleFields: string[] = [
|
|
18524
|
-
"name",
|
|
18525
|
-
"dataSetFolder",
|
|
18526
|
-
"dataSetMetaData",
|
|
18527
|
-
"extensionFields",
|
|
18524
|
+
"name",
|
|
18525
|
+
"dataSetFolder",
|
|
18526
|
+
"dataSetMetaData",
|
|
18527
|
+
"extensionFields",
|
|
18528
18528
|
"dataSetSource"
|
|
18529
18529
|
];
|
|
18530
18530
|
public static dataTypeNodeId = makeExpandedNodeId(15578, 0);
|
|
@@ -18650,12 +18650,12 @@ export interface PubSubGroupDataTypeOptions {
|
|
|
18650
18650
|
export class PubSubGroupDataType extends ExtensionObject {
|
|
18651
18651
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubGroupDataType; }
|
|
18652
18652
|
public static possibleFields: string[] = [
|
|
18653
|
-
"name",
|
|
18654
|
-
"enabled",
|
|
18655
|
-
"securityMode",
|
|
18656
|
-
"securityGroupId",
|
|
18657
|
-
"securityKeyServices",
|
|
18658
|
-
"maxNetworkMessageSize",
|
|
18653
|
+
"name",
|
|
18654
|
+
"enabled",
|
|
18655
|
+
"securityMode",
|
|
18656
|
+
"securityGroupId",
|
|
18657
|
+
"securityKeyServices",
|
|
18658
|
+
"maxNetworkMessageSize",
|
|
18659
18659
|
"groupProperties"
|
|
18660
18660
|
];
|
|
18661
18661
|
public static dataTypeNodeId = makeExpandedNodeId(15609, 0);
|
|
@@ -18822,21 +18822,21 @@ export interface WriterGroupDataTypeOptions extends PubSubGroupDataTypeOptions {
|
|
|
18822
18822
|
export class WriterGroupDataType extends PubSubGroupDataType {
|
|
18823
18823
|
public static get schema(): IStructuredTypeSchema { return schemaWriterGroupDataType; }
|
|
18824
18824
|
public static possibleFields: string[] = [
|
|
18825
|
-
"name",
|
|
18826
|
-
"enabled",
|
|
18827
|
-
"securityMode",
|
|
18828
|
-
"securityGroupId",
|
|
18829
|
-
"securityKeyServices",
|
|
18830
|
-
"maxNetworkMessageSize",
|
|
18831
|
-
"groupProperties",
|
|
18832
|
-
"writerGroupId",
|
|
18833
|
-
"publishingInterval",
|
|
18834
|
-
"keepAliveTime",
|
|
18835
|
-
"priority",
|
|
18836
|
-
"localeIds",
|
|
18837
|
-
"headerLayoutUri",
|
|
18838
|
-
"transportSettings",
|
|
18839
|
-
"messageSettings",
|
|
18825
|
+
"name",
|
|
18826
|
+
"enabled",
|
|
18827
|
+
"securityMode",
|
|
18828
|
+
"securityGroupId",
|
|
18829
|
+
"securityKeyServices",
|
|
18830
|
+
"maxNetworkMessageSize",
|
|
18831
|
+
"groupProperties",
|
|
18832
|
+
"writerGroupId",
|
|
18833
|
+
"publishingInterval",
|
|
18834
|
+
"keepAliveTime",
|
|
18835
|
+
"priority",
|
|
18836
|
+
"localeIds",
|
|
18837
|
+
"headerLayoutUri",
|
|
18838
|
+
"transportSettings",
|
|
18839
|
+
"messageSettings",
|
|
18840
18840
|
"dataSetWriters"
|
|
18841
18841
|
];
|
|
18842
18842
|
public static dataTypeNodeId = makeExpandedNodeId(15480, 0);
|
|
@@ -18957,15 +18957,15 @@ export interface ReaderGroupDataTypeOptions extends PubSubGroupDataTypeOptions {
|
|
|
18957
18957
|
export class ReaderGroupDataType extends PubSubGroupDataType {
|
|
18958
18958
|
public static get schema(): IStructuredTypeSchema { return schemaReaderGroupDataType; }
|
|
18959
18959
|
public static possibleFields: string[] = [
|
|
18960
|
-
"name",
|
|
18961
|
-
"enabled",
|
|
18962
|
-
"securityMode",
|
|
18963
|
-
"securityGroupId",
|
|
18964
|
-
"securityKeyServices",
|
|
18965
|
-
"maxNetworkMessageSize",
|
|
18966
|
-
"groupProperties",
|
|
18967
|
-
"transportSettings",
|
|
18968
|
-
"messageSettings",
|
|
18960
|
+
"name",
|
|
18961
|
+
"enabled",
|
|
18962
|
+
"securityMode",
|
|
18963
|
+
"securityGroupId",
|
|
18964
|
+
"securityKeyServices",
|
|
18965
|
+
"maxNetworkMessageSize",
|
|
18966
|
+
"groupProperties",
|
|
18967
|
+
"transportSettings",
|
|
18968
|
+
"messageSettings",
|
|
18969
18969
|
"dataSetReaders"
|
|
18970
18970
|
];
|
|
18971
18971
|
public static dataTypeNodeId = makeExpandedNodeId(15520, 0);
|
|
@@ -19094,14 +19094,14 @@ export interface PubSubConnectionDataTypeOptions {
|
|
|
19094
19094
|
export class PubSubConnectionDataType extends ExtensionObject {
|
|
19095
19095
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConnectionDataType; }
|
|
19096
19096
|
public static possibleFields: string[] = [
|
|
19097
|
-
"name",
|
|
19098
|
-
"enabled",
|
|
19099
|
-
"publisherId",
|
|
19100
|
-
"transportProfileUri",
|
|
19101
|
-
"address",
|
|
19102
|
-
"connectionProperties",
|
|
19103
|
-
"transportSettings",
|
|
19104
|
-
"writerGroups",
|
|
19097
|
+
"name",
|
|
19098
|
+
"enabled",
|
|
19099
|
+
"publisherId",
|
|
19100
|
+
"transportProfileUri",
|
|
19101
|
+
"address",
|
|
19102
|
+
"connectionProperties",
|
|
19103
|
+
"transportSettings",
|
|
19104
|
+
"writerGroups",
|
|
19105
19105
|
"readerGroups"
|
|
19106
19106
|
];
|
|
19107
19107
|
public static dataTypeNodeId = makeExpandedNodeId(15617, 0);
|
|
@@ -19239,8 +19239,8 @@ export interface PubSubConfigurationDataTypeOptions {
|
|
|
19239
19239
|
export class PubSubConfigurationDataType extends ExtensionObject {
|
|
19240
19240
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationDataType; }
|
|
19241
19241
|
public static possibleFields: string[] = [
|
|
19242
|
-
"publishedDataSets",
|
|
19243
|
-
"connections",
|
|
19242
|
+
"publishedDataSets",
|
|
19243
|
+
"connections",
|
|
19244
19244
|
"enabled"
|
|
19245
19245
|
];
|
|
19246
19246
|
public static dataTypeNodeId = makeExpandedNodeId(15530, 0);
|
|
@@ -19393,9 +19393,9 @@ export interface StandaloneSubscribedDataSetDataTypeOptions extends SubscribedDa
|
|
|
19393
19393
|
export class StandaloneSubscribedDataSetDataType extends SubscribedDataSetDataType {
|
|
19394
19394
|
public static get schema(): IStructuredTypeSchema { return schemaStandaloneSubscribedDataSetDataType; }
|
|
19395
19395
|
public static possibleFields: string[] = [
|
|
19396
|
-
"name",
|
|
19397
|
-
"dataSetFolder",
|
|
19398
|
-
"dataSetMetaData",
|
|
19396
|
+
"name",
|
|
19397
|
+
"dataSetFolder",
|
|
19398
|
+
"dataSetMetaData",
|
|
19399
19399
|
"subscribedDataSet"
|
|
19400
19400
|
];
|
|
19401
19401
|
public static dataTypeNodeId = makeExpandedNodeId(23600, 0);
|
|
@@ -19511,7 +19511,7 @@ export interface RolePermissionTypeOptions {
|
|
|
19511
19511
|
export class RolePermissionType extends ExtensionObject {
|
|
19512
19512
|
public static get schema(): IStructuredTypeSchema { return schemaRolePermissionType; }
|
|
19513
19513
|
public static possibleFields: string[] = [
|
|
19514
|
-
"roleId",
|
|
19514
|
+
"roleId",
|
|
19515
19515
|
"permissions"
|
|
19516
19516
|
];
|
|
19517
19517
|
public static dataTypeNodeId = makeExpandedNodeId(96, 0);
|
|
@@ -19638,14 +19638,14 @@ export interface SecurityGroupDataTypeOptions {
|
|
|
19638
19638
|
export class SecurityGroupDataType extends ExtensionObject {
|
|
19639
19639
|
public static get schema(): IStructuredTypeSchema { return schemaSecurityGroupDataType; }
|
|
19640
19640
|
public static possibleFields: string[] = [
|
|
19641
|
-
"name",
|
|
19642
|
-
"securityGroupFolder",
|
|
19643
|
-
"keyLifetime",
|
|
19644
|
-
"securityPolicyUri",
|
|
19645
|
-
"maxFutureKeyCount",
|
|
19646
|
-
"maxPastKeyCount",
|
|
19647
|
-
"securityGroupId",
|
|
19648
|
-
"rolePermissions",
|
|
19641
|
+
"name",
|
|
19642
|
+
"securityGroupFolder",
|
|
19643
|
+
"keyLifetime",
|
|
19644
|
+
"securityPolicyUri",
|
|
19645
|
+
"maxFutureKeyCount",
|
|
19646
|
+
"maxPastKeyCount",
|
|
19647
|
+
"securityGroupId",
|
|
19648
|
+
"rolePermissions",
|
|
19649
19649
|
"groupProperties"
|
|
19650
19650
|
];
|
|
19651
19651
|
public static dataTypeNodeId = makeExpandedNodeId(23601, 0);
|
|
@@ -19812,14 +19812,14 @@ export interface PubSubKeyPushTargetDataTypeOptions {
|
|
|
19812
19812
|
export class PubSubKeyPushTargetDataType extends ExtensionObject {
|
|
19813
19813
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubKeyPushTargetDataType; }
|
|
19814
19814
|
public static possibleFields: string[] = [
|
|
19815
|
-
"applicationUri",
|
|
19816
|
-
"pushTargetFolder",
|
|
19817
|
-
"endpointUrl",
|
|
19818
|
-
"securityPolicyUri",
|
|
19819
|
-
"userTokenType",
|
|
19820
|
-
"requestedKeyCount",
|
|
19821
|
-
"retryInterval",
|
|
19822
|
-
"pushTargetProperties",
|
|
19815
|
+
"applicationUri",
|
|
19816
|
+
"pushTargetFolder",
|
|
19817
|
+
"endpointUrl",
|
|
19818
|
+
"securityPolicyUri",
|
|
19819
|
+
"userTokenType",
|
|
19820
|
+
"requestedKeyCount",
|
|
19821
|
+
"retryInterval",
|
|
19822
|
+
"pushTargetProperties",
|
|
19823
19823
|
"securityGroups"
|
|
19824
19824
|
];
|
|
19825
19825
|
public static dataTypeNodeId = makeExpandedNodeId(25270, 0);
|
|
@@ -19969,15 +19969,15 @@ export interface PubSubConfiguration2DataTypeOptions extends PubSubConfiguration
|
|
|
19969
19969
|
export class PubSubConfiguration2DataType extends PubSubConfigurationDataType {
|
|
19970
19970
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfiguration2DataType; }
|
|
19971
19971
|
public static possibleFields: string[] = [
|
|
19972
|
-
"publishedDataSets",
|
|
19973
|
-
"connections",
|
|
19974
|
-
"enabled",
|
|
19975
|
-
"subscribedDataSets",
|
|
19976
|
-
"dataSetClasses",
|
|
19977
|
-
"defaultSecurityKeyServices",
|
|
19978
|
-
"securityGroups",
|
|
19979
|
-
"pubSubKeyPushTargets",
|
|
19980
|
-
"configurationVersion",
|
|
19972
|
+
"publishedDataSets",
|
|
19973
|
+
"connections",
|
|
19974
|
+
"enabled",
|
|
19975
|
+
"subscribedDataSets",
|
|
19976
|
+
"dataSetClasses",
|
|
19977
|
+
"defaultSecurityKeyServices",
|
|
19978
|
+
"securityGroups",
|
|
19979
|
+
"pubSubKeyPushTargets",
|
|
19980
|
+
"configurationVersion",
|
|
19981
19981
|
"configurationProperties"
|
|
19982
19982
|
];
|
|
19983
19983
|
public static dataTypeNodeId = makeExpandedNodeId(23602, 0);
|
|
@@ -20164,9 +20164,9 @@ export interface PubSubConfigurationRefDataTypeOptions {
|
|
|
20164
20164
|
export class PubSubConfigurationRefDataType extends ExtensionObject {
|
|
20165
20165
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationRefDataType; }
|
|
20166
20166
|
public static possibleFields: string[] = [
|
|
20167
|
-
"configurationMask",
|
|
20168
|
-
"elementIndex",
|
|
20169
|
-
"connectionIndex",
|
|
20167
|
+
"configurationMask",
|
|
20168
|
+
"elementIndex",
|
|
20169
|
+
"connectionIndex",
|
|
20170
20170
|
"groupIndex"
|
|
20171
20171
|
];
|
|
20172
20172
|
public static dataTypeNodeId = makeExpandedNodeId(25519, 0);
|
|
@@ -20264,8 +20264,8 @@ export interface PubSubConfigurationValueDataTypeOptions {
|
|
|
20264
20264
|
export class PubSubConfigurationValueDataType extends ExtensionObject {
|
|
20265
20265
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationValueDataType; }
|
|
20266
20266
|
public static possibleFields: string[] = [
|
|
20267
|
-
"configurationElement",
|
|
20268
|
-
"name",
|
|
20267
|
+
"configurationElement",
|
|
20268
|
+
"name",
|
|
20269
20269
|
"identifier"
|
|
20270
20270
|
];
|
|
20271
20271
|
public static dataTypeNodeId = makeExpandedNodeId(25520, 0);
|
|
@@ -20341,7 +20341,7 @@ export interface SubscriptionAcknowledgementOptions {
|
|
|
20341
20341
|
export class SubscriptionAcknowledgement extends ExtensionObject {
|
|
20342
20342
|
public static get schema(): IStructuredTypeSchema { return schemaSubscriptionAcknowledgement; }
|
|
20343
20343
|
public static possibleFields: string[] = [
|
|
20344
|
-
"subscriptionId",
|
|
20344
|
+
"subscriptionId",
|
|
20345
20345
|
"sequenceNumber"
|
|
20346
20346
|
];
|
|
20347
20347
|
public static dataTypeNodeId = makeExpandedNodeId(821, 0);
|
|
@@ -20413,7 +20413,7 @@ export interface PublishRequestOptions {
|
|
|
20413
20413
|
export class PublishRequest extends ExtensionObject {
|
|
20414
20414
|
public static get schema(): IStructuredTypeSchema { return schemaPublishRequest; }
|
|
20415
20415
|
public static possibleFields: string[] = [
|
|
20416
|
-
"requestHeader",
|
|
20416
|
+
"requestHeader",
|
|
20417
20417
|
"subscriptionAcknowledgements"
|
|
20418
20418
|
];
|
|
20419
20419
|
public static dataTypeNodeId = makeExpandedNodeId(824, 0);
|
|
@@ -20525,12 +20525,12 @@ export interface PublishResponseOptions {
|
|
|
20525
20525
|
export class PublishResponse extends ExtensionObject {
|
|
20526
20526
|
public static get schema(): IStructuredTypeSchema { return schemaPublishResponse; }
|
|
20527
20527
|
public static possibleFields: string[] = [
|
|
20528
|
-
"responseHeader",
|
|
20529
|
-
"subscriptionId",
|
|
20530
|
-
"availableSequenceNumbers",
|
|
20531
|
-
"moreNotifications",
|
|
20532
|
-
"notificationMessage",
|
|
20533
|
-
"results",
|
|
20528
|
+
"responseHeader",
|
|
20529
|
+
"subscriptionId",
|
|
20530
|
+
"availableSequenceNumbers",
|
|
20531
|
+
"moreNotifications",
|
|
20532
|
+
"notificationMessage",
|
|
20533
|
+
"results",
|
|
20534
20534
|
"diagnosticInfos"
|
|
20535
20535
|
];
|
|
20536
20536
|
public static dataTypeNodeId = makeExpandedNodeId(827, 0);
|
|
@@ -20711,13 +20711,13 @@ export interface PublishedVariableDataTypeOptions {
|
|
|
20711
20711
|
export class PublishedVariableDataType extends ExtensionObject {
|
|
20712
20712
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedVariableDataType; }
|
|
20713
20713
|
public static possibleFields: string[] = [
|
|
20714
|
-
"publishedVariable",
|
|
20715
|
-
"attributeId",
|
|
20716
|
-
"samplingIntervalHint",
|
|
20717
|
-
"deadbandType",
|
|
20718
|
-
"deadbandValue",
|
|
20719
|
-
"indexRange",
|
|
20720
|
-
"substituteValue",
|
|
20714
|
+
"publishedVariable",
|
|
20715
|
+
"attributeId",
|
|
20716
|
+
"samplingIntervalHint",
|
|
20717
|
+
"deadbandType",
|
|
20718
|
+
"deadbandValue",
|
|
20719
|
+
"indexRange",
|
|
20720
|
+
"substituteValue",
|
|
20721
20721
|
"metaDataProperties"
|
|
20722
20722
|
];
|
|
20723
20723
|
public static dataTypeNodeId = makeExpandedNodeId(14273, 0);
|
|
@@ -20952,8 +20952,8 @@ export interface PublishedEventsDataTypeOptions extends PublishedDataSetSourceDa
|
|
|
20952
20952
|
export class PublishedEventsDataType extends PublishedDataSetSourceDataType {
|
|
20953
20953
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedEventsDataType; }
|
|
20954
20954
|
public static possibleFields: string[] = [
|
|
20955
|
-
"eventNotifier",
|
|
20956
|
-
"selectedFields",
|
|
20955
|
+
"eventNotifier",
|
|
20956
|
+
"selectedFields",
|
|
20957
20957
|
"filter"
|
|
20958
20958
|
];
|
|
20959
20959
|
public static dataTypeNodeId = makeExpandedNodeId(15582, 0);
|
|
@@ -21121,13 +21121,13 @@ export interface QuantityDimensionOptions {
|
|
|
21121
21121
|
export class QuantityDimension extends ExtensionObject {
|
|
21122
21122
|
public static get schema(): IStructuredTypeSchema { return schemaQuantityDimension; }
|
|
21123
21123
|
public static possibleFields: string[] = [
|
|
21124
|
-
"massExponent",
|
|
21125
|
-
"lengthExponent",
|
|
21126
|
-
"timeExponent",
|
|
21127
|
-
"electricCurrentExponent",
|
|
21128
|
-
"amountOfSubstanceExponent",
|
|
21129
|
-
"luminousIntensityExponent",
|
|
21130
|
-
"absoluteTemperatureExponent",
|
|
21124
|
+
"massExponent",
|
|
21125
|
+
"lengthExponent",
|
|
21126
|
+
"timeExponent",
|
|
21127
|
+
"electricCurrentExponent",
|
|
21128
|
+
"amountOfSubstanceExponent",
|
|
21129
|
+
"luminousIntensityExponent",
|
|
21130
|
+
"absoluteTemperatureExponent",
|
|
21131
21131
|
"dimensionlessExponent"
|
|
21132
21132
|
];
|
|
21133
21133
|
public static dataTypeNodeId = makeExpandedNodeId(32438, 0);
|
|
@@ -21235,8 +21235,8 @@ export interface QueryDataSetOptions {
|
|
|
21235
21235
|
export class QueryDataSet extends ExtensionObject {
|
|
21236
21236
|
public static get schema(): IStructuredTypeSchema { return schemaQueryDataSet; }
|
|
21237
21237
|
public static possibleFields: string[] = [
|
|
21238
|
-
"nodeId",
|
|
21239
|
-
"typeDefinitionNode",
|
|
21238
|
+
"nodeId",
|
|
21239
|
+
"typeDefinitionNode",
|
|
21240
21240
|
"values"
|
|
21241
21241
|
];
|
|
21242
21242
|
public static dataTypeNodeId = makeExpandedNodeId(577, 0);
|
|
@@ -21337,11 +21337,11 @@ export interface QueryFirstRequestOptions {
|
|
|
21337
21337
|
export class QueryFirstRequest extends ExtensionObject {
|
|
21338
21338
|
public static get schema(): IStructuredTypeSchema { return schemaQueryFirstRequest; }
|
|
21339
21339
|
public static possibleFields: string[] = [
|
|
21340
|
-
"requestHeader",
|
|
21341
|
-
"view",
|
|
21342
|
-
"nodeTypes",
|
|
21343
|
-
"filter",
|
|
21344
|
-
"maxDataSetsToReturn",
|
|
21340
|
+
"requestHeader",
|
|
21341
|
+
"view",
|
|
21342
|
+
"nodeTypes",
|
|
21343
|
+
"filter",
|
|
21344
|
+
"maxDataSetsToReturn",
|
|
21345
21345
|
"maxReferencesToReturn"
|
|
21346
21346
|
];
|
|
21347
21347
|
public static dataTypeNodeId = makeExpandedNodeId(613, 0);
|
|
@@ -21467,11 +21467,11 @@ export interface QueryFirstResponseOptions {
|
|
|
21467
21467
|
export class QueryFirstResponse extends ExtensionObject {
|
|
21468
21468
|
public static get schema(): IStructuredTypeSchema { return schemaQueryFirstResponse; }
|
|
21469
21469
|
public static possibleFields: string[] = [
|
|
21470
|
-
"responseHeader",
|
|
21471
|
-
"queryDataSets",
|
|
21472
|
-
"continuationPoint",
|
|
21473
|
-
"parsingResults",
|
|
21474
|
-
"diagnosticInfos",
|
|
21470
|
+
"responseHeader",
|
|
21471
|
+
"queryDataSets",
|
|
21472
|
+
"continuationPoint",
|
|
21473
|
+
"parsingResults",
|
|
21474
|
+
"diagnosticInfos",
|
|
21475
21475
|
"filterResult"
|
|
21476
21476
|
];
|
|
21477
21477
|
public static dataTypeNodeId = makeExpandedNodeId(616, 0);
|
|
@@ -21584,8 +21584,8 @@ export interface QueryNextRequestOptions {
|
|
|
21584
21584
|
export class QueryNextRequest extends ExtensionObject {
|
|
21585
21585
|
public static get schema(): IStructuredTypeSchema { return schemaQueryNextRequest; }
|
|
21586
21586
|
public static possibleFields: string[] = [
|
|
21587
|
-
"requestHeader",
|
|
21588
|
-
"releaseContinuationPoint",
|
|
21587
|
+
"requestHeader",
|
|
21588
|
+
"releaseContinuationPoint",
|
|
21589
21589
|
"continuationPoint"
|
|
21590
21590
|
];
|
|
21591
21591
|
public static dataTypeNodeId = makeExpandedNodeId(619, 0);
|
|
@@ -21668,8 +21668,8 @@ export interface QueryNextResponseOptions {
|
|
|
21668
21668
|
export class QueryNextResponse extends ExtensionObject {
|
|
21669
21669
|
public static get schema(): IStructuredTypeSchema { return schemaQueryNextResponse; }
|
|
21670
21670
|
public static possibleFields: string[] = [
|
|
21671
|
-
"responseHeader",
|
|
21672
|
-
"queryDataSets",
|
|
21671
|
+
"responseHeader",
|
|
21672
|
+
"queryDataSets",
|
|
21673
21673
|
"revisedContinuationPoint"
|
|
21674
21674
|
];
|
|
21675
21675
|
public static dataTypeNodeId = makeExpandedNodeId(622, 0);
|
|
@@ -21753,7 +21753,7 @@ export interface RationalNumberOptions {
|
|
|
21753
21753
|
export class RationalNumber extends ExtensionObject {
|
|
21754
21754
|
public static get schema(): IStructuredTypeSchema { return schemaRationalNumber; }
|
|
21755
21755
|
public static possibleFields: string[] = [
|
|
21756
|
-
"numerator",
|
|
21756
|
+
"numerator",
|
|
21757
21757
|
"denominator"
|
|
21758
21758
|
];
|
|
21759
21759
|
public static dataTypeNodeId = makeExpandedNodeId(18806, 0);
|
|
@@ -21885,7 +21885,7 @@ export interface ReadAtTimeDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
21885
21885
|
export class ReadAtTimeDetails extends HistoryReadDetails {
|
|
21886
21886
|
public static get schema(): IStructuredTypeSchema { return schemaReadAtTimeDetails; }
|
|
21887
21887
|
public static possibleFields: string[] = [
|
|
21888
|
-
"reqTimes",
|
|
21888
|
+
"reqTimes",
|
|
21889
21889
|
"useSimpleBounds"
|
|
21890
21890
|
];
|
|
21891
21891
|
public static dataTypeNodeId = makeExpandedNodeId(653, 0);
|
|
@@ -21968,9 +21968,9 @@ export interface ReadEventDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
21968
21968
|
export class ReadEventDetails extends HistoryReadDetails {
|
|
21969
21969
|
public static get schema(): IStructuredTypeSchema { return schemaReadEventDetails; }
|
|
21970
21970
|
public static possibleFields: string[] = [
|
|
21971
|
-
"numValuesPerNode",
|
|
21972
|
-
"startTime",
|
|
21973
|
-
"endTime",
|
|
21971
|
+
"numValuesPerNode",
|
|
21972
|
+
"startTime",
|
|
21973
|
+
"endTime",
|
|
21974
21974
|
"filter"
|
|
21975
21975
|
];
|
|
21976
21976
|
public static dataTypeNodeId = makeExpandedNodeId(644, 0);
|
|
@@ -22045,10 +22045,10 @@ export interface ReadEventDetails2Options extends ReadEventDetailsOptions {
|
|
|
22045
22045
|
export class ReadEventDetails2 extends ReadEventDetails {
|
|
22046
22046
|
public static get schema(): IStructuredTypeSchema { return schemaReadEventDetails2; }
|
|
22047
22047
|
public static possibleFields: string[] = [
|
|
22048
|
-
"numValuesPerNode",
|
|
22049
|
-
"startTime",
|
|
22050
|
-
"endTime",
|
|
22051
|
-
"filter",
|
|
22048
|
+
"numValuesPerNode",
|
|
22049
|
+
"startTime",
|
|
22050
|
+
"endTime",
|
|
22051
|
+
"filter",
|
|
22052
22052
|
"readModified"
|
|
22053
22053
|
];
|
|
22054
22054
|
public static dataTypeNodeId = makeExpandedNodeId(32799, 0);
|
|
@@ -22133,10 +22133,10 @@ export interface ReadProcessedDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
22133
22133
|
export class ReadProcessedDetails extends HistoryReadDetails {
|
|
22134
22134
|
public static get schema(): IStructuredTypeSchema { return schemaReadProcessedDetails; }
|
|
22135
22135
|
public static possibleFields: string[] = [
|
|
22136
|
-
"startTime",
|
|
22137
|
-
"endTime",
|
|
22138
|
-
"processingInterval",
|
|
22139
|
-
"aggregateType",
|
|
22136
|
+
"startTime",
|
|
22137
|
+
"endTime",
|
|
22138
|
+
"processingInterval",
|
|
22139
|
+
"aggregateType",
|
|
22140
22140
|
"aggregateConfiguration"
|
|
22141
22141
|
];
|
|
22142
22142
|
public static dataTypeNodeId = makeExpandedNodeId(650, 0);
|
|
@@ -22240,10 +22240,10 @@ export interface ReadRawModifiedDetailsOptions extends HistoryReadDetailsOptions
|
|
|
22240
22240
|
export class ReadRawModifiedDetails extends HistoryReadDetails {
|
|
22241
22241
|
public static get schema(): IStructuredTypeSchema { return schemaReadRawModifiedDetails; }
|
|
22242
22242
|
public static possibleFields: string[] = [
|
|
22243
|
-
"isReadModified",
|
|
22244
|
-
"startTime",
|
|
22245
|
-
"endTime",
|
|
22246
|
-
"numValuesPerNode",
|
|
22243
|
+
"isReadModified",
|
|
22244
|
+
"startTime",
|
|
22245
|
+
"endTime",
|
|
22246
|
+
"numValuesPerNode",
|
|
22247
22247
|
"returnBounds"
|
|
22248
22248
|
];
|
|
22249
22249
|
public static dataTypeNodeId = makeExpandedNodeId(647, 0);
|
|
@@ -22342,9 +22342,9 @@ export interface ReadRequestOptions {
|
|
|
22342
22342
|
export class ReadRequest extends ExtensionObject {
|
|
22343
22343
|
public static get schema(): IStructuredTypeSchema { return schemaReadRequest; }
|
|
22344
22344
|
public static possibleFields: string[] = [
|
|
22345
|
-
"requestHeader",
|
|
22346
|
-
"maxAge",
|
|
22347
|
-
"timestampsToReturn",
|
|
22345
|
+
"requestHeader",
|
|
22346
|
+
"maxAge",
|
|
22347
|
+
"timestampsToReturn",
|
|
22348
22348
|
"nodesToRead"
|
|
22349
22349
|
];
|
|
22350
22350
|
public static dataTypeNodeId = makeExpandedNodeId(629, 0);
|
|
@@ -22452,8 +22452,8 @@ export interface ReadResponseOptions {
|
|
|
22452
22452
|
export class ReadResponse extends ExtensionObject {
|
|
22453
22453
|
public static get schema(): IStructuredTypeSchema { return schemaReadResponse; }
|
|
22454
22454
|
public static possibleFields: string[] = [
|
|
22455
|
-
"responseHeader",
|
|
22456
|
-
"results",
|
|
22455
|
+
"responseHeader",
|
|
22456
|
+
"results",
|
|
22457
22457
|
"diagnosticInfos"
|
|
22458
22458
|
];
|
|
22459
22459
|
public static dataTypeNodeId = makeExpandedNodeId(632, 0);
|
|
@@ -22768,8 +22768,8 @@ export interface RedundantServerDataTypeOptions {
|
|
|
22768
22768
|
export class RedundantServerDataType extends ExtensionObject {
|
|
22769
22769
|
public static get schema(): IStructuredTypeSchema { return schemaRedundantServerDataType; }
|
|
22770
22770
|
public static possibleFields: string[] = [
|
|
22771
|
-
"serverId",
|
|
22772
|
-
"serviceLevel",
|
|
22771
|
+
"serverId",
|
|
22772
|
+
"serviceLevel",
|
|
22773
22773
|
"serverState"
|
|
22774
22774
|
];
|
|
22775
22775
|
public static dataTypeNodeId = makeExpandedNodeId(853, 0);
|
|
@@ -22868,9 +22868,9 @@ export interface ReferenceDescriptionDataTypeOptions {
|
|
|
22868
22868
|
export class ReferenceDescriptionDataType extends ExtensionObject {
|
|
22869
22869
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceDescriptionDataType; }
|
|
22870
22870
|
public static possibleFields: string[] = [
|
|
22871
|
-
"sourceNode",
|
|
22872
|
-
"referenceType",
|
|
22873
|
-
"isForward",
|
|
22871
|
+
"sourceNode",
|
|
22872
|
+
"referenceType",
|
|
22873
|
+
"isForward",
|
|
22874
22874
|
"targetNode"
|
|
22875
22875
|
];
|
|
22876
22876
|
public static dataTypeNodeId = makeExpandedNodeId(32659, 0);
|
|
@@ -22957,8 +22957,8 @@ export interface ReferenceListEntryDataTypeOptions {
|
|
|
22957
22957
|
export class ReferenceListEntryDataType extends ExtensionObject {
|
|
22958
22958
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceListEntryDataType; }
|
|
22959
22959
|
public static possibleFields: string[] = [
|
|
22960
|
-
"referenceType",
|
|
22961
|
-
"isForward",
|
|
22960
|
+
"referenceType",
|
|
22961
|
+
"isForward",
|
|
22962
22962
|
"targetNode"
|
|
22963
22963
|
];
|
|
22964
22964
|
public static dataTypeNodeId = makeExpandedNodeId(32660, 0);
|
|
@@ -23040,13 +23040,13 @@ export interface ReferenceTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
23040
23040
|
export class ReferenceTypeAttributes extends NodeAttributes {
|
|
23041
23041
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceTypeAttributes; }
|
|
23042
23042
|
public static possibleFields: string[] = [
|
|
23043
|
-
"specifiedAttributes",
|
|
23044
|
-
"displayName",
|
|
23045
|
-
"description",
|
|
23046
|
-
"writeMask",
|
|
23047
|
-
"userWriteMask",
|
|
23048
|
-
"isAbstract",
|
|
23049
|
-
"symmetric",
|
|
23043
|
+
"specifiedAttributes",
|
|
23044
|
+
"displayName",
|
|
23045
|
+
"description",
|
|
23046
|
+
"writeMask",
|
|
23047
|
+
"userWriteMask",
|
|
23048
|
+
"isAbstract",
|
|
23049
|
+
"symmetric",
|
|
23050
23050
|
"inverseName"
|
|
23051
23051
|
];
|
|
23052
23052
|
public static dataTypeNodeId = makeExpandedNodeId(367, 0);
|
|
@@ -23123,7 +23123,7 @@ export interface RegisterNodesRequestOptions {
|
|
|
23123
23123
|
export class RegisterNodesRequest extends ExtensionObject {
|
|
23124
23124
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterNodesRequest; }
|
|
23125
23125
|
public static possibleFields: string[] = [
|
|
23126
|
-
"requestHeader",
|
|
23126
|
+
"requestHeader",
|
|
23127
23127
|
"nodesToRegister"
|
|
23128
23128
|
];
|
|
23129
23129
|
public static dataTypeNodeId = makeExpandedNodeId(558, 0);
|
|
@@ -23195,7 +23195,7 @@ export interface RegisterNodesResponseOptions {
|
|
|
23195
23195
|
export class RegisterNodesResponse extends ExtensionObject {
|
|
23196
23196
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterNodesResponse; }
|
|
23197
23197
|
public static possibleFields: string[] = [
|
|
23198
|
-
"responseHeader",
|
|
23198
|
+
"responseHeader",
|
|
23199
23199
|
"registeredNodeIds"
|
|
23200
23200
|
];
|
|
23201
23201
|
public static dataTypeNodeId = makeExpandedNodeId(561, 0);
|
|
@@ -23304,13 +23304,13 @@ export interface RegisteredServerOptions {
|
|
|
23304
23304
|
export class RegisteredServer extends ExtensionObject {
|
|
23305
23305
|
public static get schema(): IStructuredTypeSchema { return schemaRegisteredServer; }
|
|
23306
23306
|
public static possibleFields: string[] = [
|
|
23307
|
-
"serverUri",
|
|
23308
|
-
"productUri",
|
|
23309
|
-
"serverNames",
|
|
23310
|
-
"serverType",
|
|
23311
|
-
"gatewayServerUri",
|
|
23312
|
-
"discoveryUrls",
|
|
23313
|
-
"semaphoreFilePath",
|
|
23307
|
+
"serverUri",
|
|
23308
|
+
"productUri",
|
|
23309
|
+
"serverNames",
|
|
23310
|
+
"serverType",
|
|
23311
|
+
"gatewayServerUri",
|
|
23312
|
+
"discoveryUrls",
|
|
23313
|
+
"semaphoreFilePath",
|
|
23314
23314
|
"isOnline"
|
|
23315
23315
|
];
|
|
23316
23316
|
public static dataTypeNodeId = makeExpandedNodeId(432, 0);
|
|
@@ -23429,8 +23429,8 @@ export interface RegisterServer2RequestOptions {
|
|
|
23429
23429
|
export class RegisterServer2Request extends ExtensionObject {
|
|
23430
23430
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServer2Request; }
|
|
23431
23431
|
public static possibleFields: string[] = [
|
|
23432
|
-
"requestHeader",
|
|
23433
|
-
"server",
|
|
23432
|
+
"requestHeader",
|
|
23433
|
+
"server",
|
|
23434
23434
|
"discoveryConfiguration"
|
|
23435
23435
|
];
|
|
23436
23436
|
public static dataTypeNodeId = makeExpandedNodeId(12193, 0);
|
|
@@ -23514,8 +23514,8 @@ export interface RegisterServer2ResponseOptions {
|
|
|
23514
23514
|
export class RegisterServer2Response extends ExtensionObject {
|
|
23515
23515
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServer2Response; }
|
|
23516
23516
|
public static possibleFields: string[] = [
|
|
23517
|
-
"responseHeader",
|
|
23518
|
-
"configurationResults",
|
|
23517
|
+
"responseHeader",
|
|
23518
|
+
"configurationResults",
|
|
23519
23519
|
"diagnosticInfos"
|
|
23520
23520
|
];
|
|
23521
23521
|
public static dataTypeNodeId = makeExpandedNodeId(12194, 0);
|
|
@@ -23591,7 +23591,7 @@ export interface RegisterServerRequestOptions {
|
|
|
23591
23591
|
export class RegisterServerRequest extends ExtensionObject {
|
|
23592
23592
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServerRequest; }
|
|
23593
23593
|
public static possibleFields: string[] = [
|
|
23594
|
-
"requestHeader",
|
|
23594
|
+
"requestHeader",
|
|
23595
23595
|
"server"
|
|
23596
23596
|
];
|
|
23597
23597
|
public static dataTypeNodeId = makeExpandedNodeId(435, 0);
|
|
@@ -23727,8 +23727,8 @@ export interface RepublishRequestOptions {
|
|
|
23727
23727
|
export class RepublishRequest extends ExtensionObject {
|
|
23728
23728
|
public static get schema(): IStructuredTypeSchema { return schemaRepublishRequest; }
|
|
23729
23729
|
public static possibleFields: string[] = [
|
|
23730
|
-
"requestHeader",
|
|
23731
|
-
"subscriptionId",
|
|
23730
|
+
"requestHeader",
|
|
23731
|
+
"subscriptionId",
|
|
23732
23732
|
"retransmitSequenceNumber"
|
|
23733
23733
|
];
|
|
23734
23734
|
public static dataTypeNodeId = makeExpandedNodeId(830, 0);
|
|
@@ -23804,7 +23804,7 @@ export interface RepublishResponseOptions {
|
|
|
23804
23804
|
export class RepublishResponse extends ExtensionObject {
|
|
23805
23805
|
public static get schema(): IStructuredTypeSchema { return schemaRepublishResponse; }
|
|
23806
23806
|
public static possibleFields: string[] = [
|
|
23807
|
-
"responseHeader",
|
|
23807
|
+
"responseHeader",
|
|
23808
23808
|
"notificationMessage"
|
|
23809
23809
|
];
|
|
23810
23810
|
public static dataTypeNodeId = makeExpandedNodeId(833, 0);
|
|
@@ -23887,9 +23887,9 @@ export interface SamplingIntervalDiagnosticsDataTypeOptions {
|
|
|
23887
23887
|
export class SamplingIntervalDiagnosticsDataType extends ExtensionObject {
|
|
23888
23888
|
public static get schema(): IStructuredTypeSchema { return schemaSamplingIntervalDiagnosticsDataType; }
|
|
23889
23889
|
public static possibleFields: string[] = [
|
|
23890
|
-
"samplingInterval",
|
|
23891
|
-
"monitoredItemCount",
|
|
23892
|
-
"maxMonitoredItemCount",
|
|
23890
|
+
"samplingInterval",
|
|
23891
|
+
"monitoredItemCount",
|
|
23892
|
+
"maxMonitoredItemCount",
|
|
23893
23893
|
"disabledMonitoredItemCount"
|
|
23894
23894
|
];
|
|
23895
23895
|
public static dataTypeNodeId = makeExpandedNodeId(856, 0);
|
|
@@ -23970,7 +23970,7 @@ export interface SemanticChangeStructureDataTypeOptions {
|
|
|
23970
23970
|
export class SemanticChangeStructureDataType extends ExtensionObject {
|
|
23971
23971
|
public static get schema(): IStructuredTypeSchema { return schemaSemanticChangeStructureDataType; }
|
|
23972
23972
|
public static possibleFields: string[] = [
|
|
23973
|
-
"affected",
|
|
23973
|
+
"affected",
|
|
23974
23974
|
"affectedType"
|
|
23975
23975
|
];
|
|
23976
23976
|
public static dataTypeNodeId = makeExpandedNodeId(897, 0);
|
|
@@ -24101,17 +24101,17 @@ export interface ServerDiagnosticsSummaryDataTypeOptions {
|
|
|
24101
24101
|
export class ServerDiagnosticsSummaryDataType extends ExtensionObject {
|
|
24102
24102
|
public static get schema(): IStructuredTypeSchema { return schemaServerDiagnosticsSummaryDataType; }
|
|
24103
24103
|
public static possibleFields: string[] = [
|
|
24104
|
-
"serverViewCount",
|
|
24105
|
-
"currentSessionCount",
|
|
24106
|
-
"cumulatedSessionCount",
|
|
24107
|
-
"securityRejectedSessionCount",
|
|
24108
|
-
"rejectedSessionCount",
|
|
24109
|
-
"sessionTimeoutCount",
|
|
24110
|
-
"sessionAbortCount",
|
|
24111
|
-
"currentSubscriptionCount",
|
|
24112
|
-
"cumulatedSubscriptionCount",
|
|
24113
|
-
"publishingIntervalCount",
|
|
24114
|
-
"securityRejectedRequestsCount",
|
|
24104
|
+
"serverViewCount",
|
|
24105
|
+
"currentSessionCount",
|
|
24106
|
+
"cumulatedSessionCount",
|
|
24107
|
+
"securityRejectedSessionCount",
|
|
24108
|
+
"rejectedSessionCount",
|
|
24109
|
+
"sessionTimeoutCount",
|
|
24110
|
+
"sessionAbortCount",
|
|
24111
|
+
"currentSubscriptionCount",
|
|
24112
|
+
"cumulatedSubscriptionCount",
|
|
24113
|
+
"publishingIntervalCount",
|
|
24114
|
+
"securityRejectedRequestsCount",
|
|
24115
24115
|
"rejectedRequestsCount"
|
|
24116
24116
|
];
|
|
24117
24117
|
public static dataTypeNodeId = makeExpandedNodeId(859, 0);
|
|
@@ -24256,11 +24256,11 @@ export interface ServerStatusDataTypeOptions {
|
|
|
24256
24256
|
export class ServerStatusDataType extends ExtensionObject {
|
|
24257
24257
|
public static get schema(): IStructuredTypeSchema { return schemaServerStatusDataType; }
|
|
24258
24258
|
public static possibleFields: string[] = [
|
|
24259
|
-
"startTime",
|
|
24260
|
-
"currentTime",
|
|
24261
|
-
"state",
|
|
24262
|
-
"buildInfo",
|
|
24263
|
-
"secondsTillShutdown",
|
|
24259
|
+
"startTime",
|
|
24260
|
+
"currentTime",
|
|
24261
|
+
"state",
|
|
24262
|
+
"buildInfo",
|
|
24263
|
+
"secondsTillShutdown",
|
|
24264
24264
|
"shutdownReason"
|
|
24265
24265
|
];
|
|
24266
24266
|
public static dataTypeNodeId = makeExpandedNodeId(862, 0);
|
|
@@ -24362,7 +24362,7 @@ export interface ServiceCounterDataTypeOptions {
|
|
|
24362
24362
|
export class ServiceCounterDataType extends ExtensionObject {
|
|
24363
24363
|
public static get schema(): IStructuredTypeSchema { return schemaServiceCounterDataType; }
|
|
24364
24364
|
public static possibleFields: string[] = [
|
|
24365
|
-
"totalCount",
|
|
24365
|
+
"totalCount",
|
|
24366
24366
|
"errorCount"
|
|
24367
24367
|
];
|
|
24368
24368
|
public static dataTypeNodeId = makeExpandedNodeId(871, 0);
|
|
@@ -24739,48 +24739,48 @@ export interface SessionDiagnosticsDataTypeOptions {
|
|
|
24739
24739
|
export class SessionDiagnosticsDataType extends ExtensionObject {
|
|
24740
24740
|
public static get schema(): IStructuredTypeSchema { return schemaSessionDiagnosticsDataType; }
|
|
24741
24741
|
public static possibleFields: string[] = [
|
|
24742
|
-
"sessionId",
|
|
24743
|
-
"sessionName",
|
|
24744
|
-
"clientDescription",
|
|
24745
|
-
"serverUri",
|
|
24746
|
-
"endpointUrl",
|
|
24747
|
-
"localeIds",
|
|
24748
|
-
"actualSessionTimeout",
|
|
24749
|
-
"maxResponseMessageSize",
|
|
24750
|
-
"clientConnectionTime",
|
|
24751
|
-
"clientLastContactTime",
|
|
24752
|
-
"currentSubscriptionsCount",
|
|
24753
|
-
"currentMonitoredItemsCount",
|
|
24754
|
-
"currentPublishRequestsInQueue",
|
|
24755
|
-
"totalRequestCount",
|
|
24756
|
-
"unauthorizedRequestCount",
|
|
24757
|
-
"readCount",
|
|
24758
|
-
"historyReadCount",
|
|
24759
|
-
"writeCount",
|
|
24760
|
-
"historyUpdateCount",
|
|
24761
|
-
"callCount",
|
|
24762
|
-
"createMonitoredItemsCount",
|
|
24763
|
-
"modifyMonitoredItemsCount",
|
|
24764
|
-
"setMonitoringModeCount",
|
|
24765
|
-
"setTriggeringCount",
|
|
24766
|
-
"deleteMonitoredItemsCount",
|
|
24767
|
-
"createSubscriptionCount",
|
|
24768
|
-
"modifySubscriptionCount",
|
|
24769
|
-
"setPublishingModeCount",
|
|
24770
|
-
"publishCount",
|
|
24771
|
-
"republishCount",
|
|
24772
|
-
"transferSubscriptionsCount",
|
|
24773
|
-
"deleteSubscriptionsCount",
|
|
24774
|
-
"addNodesCount",
|
|
24775
|
-
"addReferencesCount",
|
|
24776
|
-
"deleteNodesCount",
|
|
24777
|
-
"deleteReferencesCount",
|
|
24778
|
-
"browseCount",
|
|
24779
|
-
"browseNextCount",
|
|
24780
|
-
"translateBrowsePathsToNodeIdsCount",
|
|
24781
|
-
"queryFirstCount",
|
|
24782
|
-
"queryNextCount",
|
|
24783
|
-
"registerNodesCount",
|
|
24742
|
+
"sessionId",
|
|
24743
|
+
"sessionName",
|
|
24744
|
+
"clientDescription",
|
|
24745
|
+
"serverUri",
|
|
24746
|
+
"endpointUrl",
|
|
24747
|
+
"localeIds",
|
|
24748
|
+
"actualSessionTimeout",
|
|
24749
|
+
"maxResponseMessageSize",
|
|
24750
|
+
"clientConnectionTime",
|
|
24751
|
+
"clientLastContactTime",
|
|
24752
|
+
"currentSubscriptionsCount",
|
|
24753
|
+
"currentMonitoredItemsCount",
|
|
24754
|
+
"currentPublishRequestsInQueue",
|
|
24755
|
+
"totalRequestCount",
|
|
24756
|
+
"unauthorizedRequestCount",
|
|
24757
|
+
"readCount",
|
|
24758
|
+
"historyReadCount",
|
|
24759
|
+
"writeCount",
|
|
24760
|
+
"historyUpdateCount",
|
|
24761
|
+
"callCount",
|
|
24762
|
+
"createMonitoredItemsCount",
|
|
24763
|
+
"modifyMonitoredItemsCount",
|
|
24764
|
+
"setMonitoringModeCount",
|
|
24765
|
+
"setTriggeringCount",
|
|
24766
|
+
"deleteMonitoredItemsCount",
|
|
24767
|
+
"createSubscriptionCount",
|
|
24768
|
+
"modifySubscriptionCount",
|
|
24769
|
+
"setPublishingModeCount",
|
|
24770
|
+
"publishCount",
|
|
24771
|
+
"republishCount",
|
|
24772
|
+
"transferSubscriptionsCount",
|
|
24773
|
+
"deleteSubscriptionsCount",
|
|
24774
|
+
"addNodesCount",
|
|
24775
|
+
"addReferencesCount",
|
|
24776
|
+
"deleteNodesCount",
|
|
24777
|
+
"deleteReferencesCount",
|
|
24778
|
+
"browseCount",
|
|
24779
|
+
"browseNextCount",
|
|
24780
|
+
"translateBrowsePathsToNodeIdsCount",
|
|
24781
|
+
"queryFirstCount",
|
|
24782
|
+
"queryNextCount",
|
|
24783
|
+
"registerNodesCount",
|
|
24784
24784
|
"unregisterNodesCount"
|
|
24785
24785
|
];
|
|
24786
24786
|
public static dataTypeNodeId = makeExpandedNodeId(865, 0);
|
|
@@ -25099,14 +25099,14 @@ export interface SessionSecurityDiagnosticsDataTypeOptions {
|
|
|
25099
25099
|
export class SessionSecurityDiagnosticsDataType extends ExtensionObject {
|
|
25100
25100
|
public static get schema(): IStructuredTypeSchema { return schemaSessionSecurityDiagnosticsDataType; }
|
|
25101
25101
|
public static possibleFields: string[] = [
|
|
25102
|
-
"sessionId",
|
|
25103
|
-
"clientUserIdOfSession",
|
|
25104
|
-
"clientUserIdHistory",
|
|
25105
|
-
"authenticationMechanism",
|
|
25106
|
-
"encoding",
|
|
25107
|
-
"transportProtocol",
|
|
25108
|
-
"securityMode",
|
|
25109
|
-
"securityPolicyUri",
|
|
25102
|
+
"sessionId",
|
|
25103
|
+
"clientUserIdOfSession",
|
|
25104
|
+
"clientUserIdHistory",
|
|
25105
|
+
"authenticationMechanism",
|
|
25106
|
+
"encoding",
|
|
25107
|
+
"transportProtocol",
|
|
25108
|
+
"securityMode",
|
|
25109
|
+
"securityPolicyUri",
|
|
25110
25110
|
"clientCertificate"
|
|
25111
25111
|
];
|
|
25112
25112
|
public static dataTypeNodeId = makeExpandedNodeId(868, 0);
|
|
@@ -25244,10 +25244,10 @@ export interface SessionlessInvokeRequestTypeOptions {
|
|
|
25244
25244
|
export class SessionlessInvokeRequestType extends ExtensionObject {
|
|
25245
25245
|
public static get schema(): IStructuredTypeSchema { return schemaSessionlessInvokeRequestType; }
|
|
25246
25246
|
public static possibleFields: string[] = [
|
|
25247
|
-
"urisVersion",
|
|
25248
|
-
"namespaceUris",
|
|
25249
|
-
"serverUris",
|
|
25250
|
-
"localeIds",
|
|
25247
|
+
"urisVersion",
|
|
25248
|
+
"namespaceUris",
|
|
25249
|
+
"serverUris",
|
|
25250
|
+
"localeIds",
|
|
25251
25251
|
"serviceId"
|
|
25252
25252
|
];
|
|
25253
25253
|
public static dataTypeNodeId = makeExpandedNodeId(15901, 0);
|
|
@@ -25341,8 +25341,8 @@ export interface SessionlessInvokeResponseTypeOptions {
|
|
|
25341
25341
|
export class SessionlessInvokeResponseType extends ExtensionObject {
|
|
25342
25342
|
public static get schema(): IStructuredTypeSchema { return schemaSessionlessInvokeResponseType; }
|
|
25343
25343
|
public static possibleFields: string[] = [
|
|
25344
|
-
"namespaceUris",
|
|
25345
|
-
"serverUris",
|
|
25344
|
+
"namespaceUris",
|
|
25345
|
+
"serverUris",
|
|
25346
25346
|
"serviceId"
|
|
25347
25347
|
];
|
|
25348
25348
|
public static dataTypeNodeId = makeExpandedNodeId(20999, 0);
|
|
@@ -25431,9 +25431,9 @@ export interface SetMonitoringModeRequestOptions {
|
|
|
25431
25431
|
export class SetMonitoringModeRequest extends ExtensionObject {
|
|
25432
25432
|
public static get schema(): IStructuredTypeSchema { return schemaSetMonitoringModeRequest; }
|
|
25433
25433
|
public static possibleFields: string[] = [
|
|
25434
|
-
"requestHeader",
|
|
25435
|
-
"subscriptionId",
|
|
25436
|
-
"monitoringMode",
|
|
25434
|
+
"requestHeader",
|
|
25435
|
+
"subscriptionId",
|
|
25436
|
+
"monitoringMode",
|
|
25437
25437
|
"monitoredItemIds"
|
|
25438
25438
|
];
|
|
25439
25439
|
public static dataTypeNodeId = makeExpandedNodeId(767, 0);
|
|
@@ -25533,8 +25533,8 @@ export interface SetMonitoringModeResponseOptions {
|
|
|
25533
25533
|
export class SetMonitoringModeResponse extends ExtensionObject {
|
|
25534
25534
|
public static get schema(): IStructuredTypeSchema { return schemaSetMonitoringModeResponse; }
|
|
25535
25535
|
public static possibleFields: string[] = [
|
|
25536
|
-
"responseHeader",
|
|
25537
|
-
"results",
|
|
25536
|
+
"responseHeader",
|
|
25537
|
+
"results",
|
|
25538
25538
|
"diagnosticInfos"
|
|
25539
25539
|
];
|
|
25540
25540
|
public static dataTypeNodeId = makeExpandedNodeId(770, 0);
|
|
@@ -25617,8 +25617,8 @@ export interface SetPublishingModeRequestOptions {
|
|
|
25617
25617
|
export class SetPublishingModeRequest extends ExtensionObject {
|
|
25618
25618
|
public static get schema(): IStructuredTypeSchema { return schemaSetPublishingModeRequest; }
|
|
25619
25619
|
public static possibleFields: string[] = [
|
|
25620
|
-
"requestHeader",
|
|
25621
|
-
"publishingEnabled",
|
|
25620
|
+
"requestHeader",
|
|
25621
|
+
"publishingEnabled",
|
|
25622
25622
|
"subscriptionIds"
|
|
25623
25623
|
];
|
|
25624
25624
|
public static dataTypeNodeId = makeExpandedNodeId(797, 0);
|
|
@@ -25702,8 +25702,8 @@ export interface SetPublishingModeResponseOptions {
|
|
|
25702
25702
|
export class SetPublishingModeResponse extends ExtensionObject {
|
|
25703
25703
|
public static get schema(): IStructuredTypeSchema { return schemaSetPublishingModeResponse; }
|
|
25704
25704
|
public static possibleFields: string[] = [
|
|
25705
|
-
"responseHeader",
|
|
25706
|
-
"results",
|
|
25705
|
+
"responseHeader",
|
|
25706
|
+
"results",
|
|
25707
25707
|
"diagnosticInfos"
|
|
25708
25708
|
];
|
|
25709
25709
|
public static dataTypeNodeId = makeExpandedNodeId(800, 0);
|
|
@@ -25799,10 +25799,10 @@ export interface SetTriggeringRequestOptions {
|
|
|
25799
25799
|
export class SetTriggeringRequest extends ExtensionObject {
|
|
25800
25800
|
public static get schema(): IStructuredTypeSchema { return schemaSetTriggeringRequest; }
|
|
25801
25801
|
public static possibleFields: string[] = [
|
|
25802
|
-
"requestHeader",
|
|
25803
|
-
"subscriptionId",
|
|
25804
|
-
"triggeringItemId",
|
|
25805
|
-
"linksToAdd",
|
|
25802
|
+
"requestHeader",
|
|
25803
|
+
"subscriptionId",
|
|
25804
|
+
"triggeringItemId",
|
|
25805
|
+
"linksToAdd",
|
|
25806
25806
|
"linksToRemove"
|
|
25807
25807
|
];
|
|
25808
25808
|
public static dataTypeNodeId = makeExpandedNodeId(773, 0);
|
|
@@ -25910,10 +25910,10 @@ export interface SetTriggeringResponseOptions {
|
|
|
25910
25910
|
export class SetTriggeringResponse extends ExtensionObject {
|
|
25911
25911
|
public static get schema(): IStructuredTypeSchema { return schemaSetTriggeringResponse; }
|
|
25912
25912
|
public static possibleFields: string[] = [
|
|
25913
|
-
"responseHeader",
|
|
25914
|
-
"addResults",
|
|
25915
|
-
"addDiagnosticInfos",
|
|
25916
|
-
"removeResults",
|
|
25913
|
+
"responseHeader",
|
|
25914
|
+
"addResults",
|
|
25915
|
+
"addDiagnosticInfos",
|
|
25916
|
+
"removeResults",
|
|
25917
25917
|
"removeDiagnosticInfos"
|
|
25918
25918
|
];
|
|
25919
25919
|
public static dataTypeNodeId = makeExpandedNodeId(776, 0);
|
|
@@ -26058,7 +26058,7 @@ export interface StatusChangeNotificationOptions extends NotificationDataOptions
|
|
|
26058
26058
|
export class StatusChangeNotification extends NotificationData {
|
|
26059
26059
|
public static get schema(): IStructuredTypeSchema { return schemaStatusChangeNotification; }
|
|
26060
26060
|
public static possibleFields: string[] = [
|
|
26061
|
-
"status",
|
|
26061
|
+
"status",
|
|
26062
26062
|
"diagnosticInfo"
|
|
26063
26063
|
];
|
|
26064
26064
|
public static dataTypeNodeId = makeExpandedNodeId(818, 0);
|
|
@@ -26130,7 +26130,7 @@ export interface SubscribedDataSetMirrorDataTypeOptions extends SubscribedDataSe
|
|
|
26130
26130
|
export class SubscribedDataSetMirrorDataType extends SubscribedDataSetDataType {
|
|
26131
26131
|
public static get schema(): IStructuredTypeSchema { return schemaSubscribedDataSetMirrorDataType; }
|
|
26132
26132
|
public static possibleFields: string[] = [
|
|
26133
|
-
"parentNodeName",
|
|
26133
|
+
"parentNodeName",
|
|
26134
26134
|
"rolePermissions"
|
|
26135
26135
|
];
|
|
26136
26136
|
public static dataTypeNodeId = makeExpandedNodeId(15635, 0);
|
|
@@ -26383,36 +26383,36 @@ export interface SubscriptionDiagnosticsDataTypeOptions {
|
|
|
26383
26383
|
export class SubscriptionDiagnosticsDataType extends ExtensionObject {
|
|
26384
26384
|
public static get schema(): IStructuredTypeSchema { return schemaSubscriptionDiagnosticsDataType; }
|
|
26385
26385
|
public static possibleFields: string[] = [
|
|
26386
|
-
"sessionId",
|
|
26387
|
-
"subscriptionId",
|
|
26388
|
-
"priority",
|
|
26389
|
-
"publishingInterval",
|
|
26390
|
-
"maxKeepAliveCount",
|
|
26391
|
-
"maxLifetimeCount",
|
|
26392
|
-
"maxNotificationsPerPublish",
|
|
26393
|
-
"publishingEnabled",
|
|
26394
|
-
"modifyCount",
|
|
26395
|
-
"enableCount",
|
|
26396
|
-
"disableCount",
|
|
26397
|
-
"republishRequestCount",
|
|
26398
|
-
"republishMessageRequestCount",
|
|
26399
|
-
"republishMessageCount",
|
|
26400
|
-
"transferRequestCount",
|
|
26401
|
-
"transferredToAltClientCount",
|
|
26402
|
-
"transferredToSameClientCount",
|
|
26403
|
-
"publishRequestCount",
|
|
26404
|
-
"dataChangeNotificationsCount",
|
|
26405
|
-
"eventNotificationsCount",
|
|
26406
|
-
"notificationsCount",
|
|
26407
|
-
"latePublishRequestCount",
|
|
26408
|
-
"currentKeepAliveCount",
|
|
26409
|
-
"currentLifetimeCount",
|
|
26410
|
-
"unacknowledgedMessageCount",
|
|
26411
|
-
"discardedMessageCount",
|
|
26412
|
-
"monitoredItemCount",
|
|
26413
|
-
"disabledMonitoredItemCount",
|
|
26414
|
-
"monitoringQueueOverflowCount",
|
|
26415
|
-
"nextSequenceNumber",
|
|
26386
|
+
"sessionId",
|
|
26387
|
+
"subscriptionId",
|
|
26388
|
+
"priority",
|
|
26389
|
+
"publishingInterval",
|
|
26390
|
+
"maxKeepAliveCount",
|
|
26391
|
+
"maxLifetimeCount",
|
|
26392
|
+
"maxNotificationsPerPublish",
|
|
26393
|
+
"publishingEnabled",
|
|
26394
|
+
"modifyCount",
|
|
26395
|
+
"enableCount",
|
|
26396
|
+
"disableCount",
|
|
26397
|
+
"republishRequestCount",
|
|
26398
|
+
"republishMessageRequestCount",
|
|
26399
|
+
"republishMessageCount",
|
|
26400
|
+
"transferRequestCount",
|
|
26401
|
+
"transferredToAltClientCount",
|
|
26402
|
+
"transferredToSameClientCount",
|
|
26403
|
+
"publishRequestCount",
|
|
26404
|
+
"dataChangeNotificationsCount",
|
|
26405
|
+
"eventNotificationsCount",
|
|
26406
|
+
"notificationsCount",
|
|
26407
|
+
"latePublishRequestCount",
|
|
26408
|
+
"currentKeepAliveCount",
|
|
26409
|
+
"currentLifetimeCount",
|
|
26410
|
+
"unacknowledgedMessageCount",
|
|
26411
|
+
"discardedMessageCount",
|
|
26412
|
+
"monitoredItemCount",
|
|
26413
|
+
"disabledMonitoredItemCount",
|
|
26414
|
+
"monitoringQueueOverflowCount",
|
|
26415
|
+
"nextSequenceNumber",
|
|
26416
26416
|
"eventQueueOverFlowCount"
|
|
26417
26417
|
];
|
|
26418
26418
|
public static dataTypeNodeId = makeExpandedNodeId(874, 0);
|
|
@@ -26702,8 +26702,8 @@ export interface ThreeDCartesianCoordinatesOptions extends CartesianCoordinatesO
|
|
|
26702
26702
|
export class ThreeDCartesianCoordinates extends CartesianCoordinates {
|
|
26703
26703
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDCartesianCoordinates; }
|
|
26704
26704
|
public static possibleFields: string[] = [
|
|
26705
|
-
"x",
|
|
26706
|
-
"y",
|
|
26705
|
+
"x",
|
|
26706
|
+
"y",
|
|
26707
26707
|
"z"
|
|
26708
26708
|
];
|
|
26709
26709
|
public static dataTypeNodeId = makeExpandedNodeId(18810, 0);
|
|
@@ -26785,8 +26785,8 @@ export interface ThreeDOrientationOptions extends OrientationOptions {
|
|
|
26785
26785
|
export class ThreeDOrientation extends Orientation {
|
|
26786
26786
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDOrientation; }
|
|
26787
26787
|
public static possibleFields: string[] = [
|
|
26788
|
-
"a",
|
|
26789
|
-
"b",
|
|
26788
|
+
"a",
|
|
26789
|
+
"b",
|
|
26790
26790
|
"c"
|
|
26791
26791
|
];
|
|
26792
26792
|
public static dataTypeNodeId = makeExpandedNodeId(18812, 0);
|
|
@@ -26862,7 +26862,7 @@ export interface ThreeDFrameOptions extends FrameOptions {
|
|
|
26862
26862
|
export class ThreeDFrame extends Frame {
|
|
26863
26863
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDFrame; }
|
|
26864
26864
|
public static possibleFields: string[] = [
|
|
26865
|
-
"cartesianCoordinates",
|
|
26865
|
+
"cartesianCoordinates",
|
|
26866
26866
|
"orientation"
|
|
26867
26867
|
];
|
|
26868
26868
|
public static dataTypeNodeId = makeExpandedNodeId(18814, 0);
|
|
@@ -26987,8 +26987,8 @@ export interface ThreeDVectorOptions extends VectorOptions {
|
|
|
26987
26987
|
export class ThreeDVector extends Vector {
|
|
26988
26988
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDVector; }
|
|
26989
26989
|
public static possibleFields: string[] = [
|
|
26990
|
-
"x",
|
|
26991
|
-
"y",
|
|
26990
|
+
"x",
|
|
26991
|
+
"y",
|
|
26992
26992
|
"z"
|
|
26993
26993
|
];
|
|
26994
26994
|
public static dataTypeNodeId = makeExpandedNodeId(18808, 0);
|
|
@@ -27064,7 +27064,7 @@ export interface TimeZoneDataTypeOptions {
|
|
|
27064
27064
|
export class TimeZoneDataType extends ExtensionObject {
|
|
27065
27065
|
public static get schema(): IStructuredTypeSchema { return schemaTimeZoneDataType; }
|
|
27066
27066
|
public static possibleFields: string[] = [
|
|
27067
|
-
"offset",
|
|
27067
|
+
"offset",
|
|
27068
27068
|
"daylightSavingInOffset"
|
|
27069
27069
|
];
|
|
27070
27070
|
public static dataTypeNodeId = makeExpandedNodeId(8912, 0);
|
|
@@ -27141,8 +27141,8 @@ export interface TransactionErrorTypeOptions {
|
|
|
27141
27141
|
export class TransactionErrorType extends ExtensionObject {
|
|
27142
27142
|
public static get schema(): IStructuredTypeSchema { return schemaTransactionErrorType; }
|
|
27143
27143
|
public static possibleFields: string[] = [
|
|
27144
|
-
"targetId",
|
|
27145
|
-
"error",
|
|
27144
|
+
"targetId",
|
|
27145
|
+
"error",
|
|
27146
27146
|
"message"
|
|
27147
27147
|
];
|
|
27148
27148
|
public static dataTypeNodeId = makeExpandedNodeId(32285, 0);
|
|
@@ -27219,7 +27219,7 @@ export interface TransferResultOptions {
|
|
|
27219
27219
|
export class TransferResult extends ExtensionObject {
|
|
27220
27220
|
public static get schema(): IStructuredTypeSchema { return schemaTransferResult; }
|
|
27221
27221
|
public static possibleFields: string[] = [
|
|
27222
|
-
"statusCode",
|
|
27222
|
+
"statusCode",
|
|
27223
27223
|
"availableSequenceNumbers"
|
|
27224
27224
|
];
|
|
27225
27225
|
public static dataTypeNodeId = makeExpandedNodeId(836, 0);
|
|
@@ -27297,8 +27297,8 @@ export interface TransferSubscriptionsRequestOptions {
|
|
|
27297
27297
|
export class TransferSubscriptionsRequest extends ExtensionObject {
|
|
27298
27298
|
public static get schema(): IStructuredTypeSchema { return schemaTransferSubscriptionsRequest; }
|
|
27299
27299
|
public static possibleFields: string[] = [
|
|
27300
|
-
"requestHeader",
|
|
27301
|
-
"subscriptionIds",
|
|
27300
|
+
"requestHeader",
|
|
27301
|
+
"subscriptionIds",
|
|
27302
27302
|
"sendInitialValues"
|
|
27303
27303
|
];
|
|
27304
27304
|
public static dataTypeNodeId = makeExpandedNodeId(839, 0);
|
|
@@ -27382,8 +27382,8 @@ export interface TransferSubscriptionsResponseOptions {
|
|
|
27382
27382
|
export class TransferSubscriptionsResponse extends ExtensionObject {
|
|
27383
27383
|
public static get schema(): IStructuredTypeSchema { return schemaTransferSubscriptionsResponse; }
|
|
27384
27384
|
public static possibleFields: string[] = [
|
|
27385
|
-
"responseHeader",
|
|
27386
|
-
"results",
|
|
27385
|
+
"responseHeader",
|
|
27386
|
+
"results",
|
|
27387
27387
|
"diagnosticInfos"
|
|
27388
27388
|
];
|
|
27389
27389
|
public static dataTypeNodeId = makeExpandedNodeId(842, 0);
|
|
@@ -27468,7 +27468,7 @@ export interface TranslateBrowsePathsToNodeIdsRequestOptions {
|
|
|
27468
27468
|
export class TranslateBrowsePathsToNodeIdsRequest extends ExtensionObject {
|
|
27469
27469
|
public static get schema(): IStructuredTypeSchema { return schemaTranslateBrowsePathsToNodeIdsRequest; }
|
|
27470
27470
|
public static possibleFields: string[] = [
|
|
27471
|
-
"requestHeader",
|
|
27471
|
+
"requestHeader",
|
|
27472
27472
|
"browsePaths"
|
|
27473
27473
|
];
|
|
27474
27474
|
public static dataTypeNodeId = makeExpandedNodeId(552, 0);
|
|
@@ -27555,8 +27555,8 @@ export interface TranslateBrowsePathsToNodeIdsResponseOptions {
|
|
|
27555
27555
|
export class TranslateBrowsePathsToNodeIdsResponse extends ExtensionObject {
|
|
27556
27556
|
public static get schema(): IStructuredTypeSchema { return schemaTranslateBrowsePathsToNodeIdsResponse; }
|
|
27557
27557
|
public static possibleFields: string[] = [
|
|
27558
|
-
"responseHeader",
|
|
27559
|
-
"results",
|
|
27558
|
+
"responseHeader",
|
|
27559
|
+
"results",
|
|
27560
27560
|
"diagnosticInfos"
|
|
27561
27561
|
];
|
|
27562
27562
|
public static dataTypeNodeId = makeExpandedNodeId(555, 0);
|
|
@@ -27769,10 +27769,10 @@ export interface TrustListDataTypeOptions {
|
|
|
27769
27769
|
export class TrustListDataType extends ExtensionObject {
|
|
27770
27770
|
public static get schema(): IStructuredTypeSchema { return schemaTrustListDataType; }
|
|
27771
27771
|
public static possibleFields: string[] = [
|
|
27772
|
-
"specifiedLists",
|
|
27773
|
-
"trustedCertificates",
|
|
27774
|
-
"trustedCrls",
|
|
27775
|
-
"issuerCertificates",
|
|
27772
|
+
"specifiedLists",
|
|
27773
|
+
"trustedCertificates",
|
|
27774
|
+
"trustedCrls",
|
|
27775
|
+
"issuerCertificates",
|
|
27776
27776
|
"issuerCrls"
|
|
27777
27777
|
];
|
|
27778
27778
|
public static dataTypeNodeId = makeExpandedNodeId(12554, 0);
|
|
@@ -27865,12 +27865,12 @@ export interface UABinaryFileDataTypeOptions extends DataTypeSchemaHeaderOptions
|
|
|
27865
27865
|
export class UABinaryFileDataType extends DataTypeSchemaHeader {
|
|
27866
27866
|
public static get schema(): IStructuredTypeSchema { return schemaUABinaryFileDataType; }
|
|
27867
27867
|
public static possibleFields: string[] = [
|
|
27868
|
-
"namespaces",
|
|
27869
|
-
"structureDataTypes",
|
|
27870
|
-
"enumDataTypes",
|
|
27871
|
-
"simpleDataTypes",
|
|
27872
|
-
"schemaLocation",
|
|
27873
|
-
"fileHeader",
|
|
27868
|
+
"namespaces",
|
|
27869
|
+
"structureDataTypes",
|
|
27870
|
+
"enumDataTypes",
|
|
27871
|
+
"simpleDataTypes",
|
|
27872
|
+
"schemaLocation",
|
|
27873
|
+
"fileHeader",
|
|
27874
27874
|
"body"
|
|
27875
27875
|
];
|
|
27876
27876
|
public static dataTypeNodeId = makeExpandedNodeId(15006, 0);
|
|
@@ -28049,14 +28049,14 @@ export interface UadpDataSetReaderMessageDataTypeOptions extends DataSetReaderMe
|
|
|
28049
28049
|
export class UadpDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
28050
28050
|
public static get schema(): IStructuredTypeSchema { return schemaUadpDataSetReaderMessageDataType; }
|
|
28051
28051
|
public static possibleFields: string[] = [
|
|
28052
|
-
"groupVersion",
|
|
28053
|
-
"networkMessageNumber",
|
|
28054
|
-
"dataSetOffset",
|
|
28055
|
-
"dataSetClassId",
|
|
28056
|
-
"networkMessageContentMask",
|
|
28057
|
-
"dataSetMessageContentMask",
|
|
28058
|
-
"publishingInterval",
|
|
28059
|
-
"receiveOffset",
|
|
28052
|
+
"groupVersion",
|
|
28053
|
+
"networkMessageNumber",
|
|
28054
|
+
"dataSetOffset",
|
|
28055
|
+
"dataSetClassId",
|
|
28056
|
+
"networkMessageContentMask",
|
|
28057
|
+
"dataSetMessageContentMask",
|
|
28058
|
+
"publishingInterval",
|
|
28059
|
+
"receiveOffset",
|
|
28060
28060
|
"processingOffset"
|
|
28061
28061
|
];
|
|
28062
28062
|
public static dataTypeNodeId = makeExpandedNodeId(15653, 0);
|
|
@@ -28194,9 +28194,9 @@ export interface UadpDataSetWriterMessageDataTypeOptions extends DataSetWriterMe
|
|
|
28194
28194
|
export class UadpDataSetWriterMessageDataType extends DataSetWriterMessageDataType {
|
|
28195
28195
|
public static get schema(): IStructuredTypeSchema { return schemaUadpDataSetWriterMessageDataType; }
|
|
28196
28196
|
public static possibleFields: string[] = [
|
|
28197
|
-
"dataSetMessageContentMask",
|
|
28198
|
-
"configuredSize",
|
|
28199
|
-
"networkMessageNumber",
|
|
28197
|
+
"dataSetMessageContentMask",
|
|
28198
|
+
"configuredSize",
|
|
28199
|
+
"networkMessageNumber",
|
|
28200
28200
|
"dataSetOffset"
|
|
28201
28201
|
];
|
|
28202
28202
|
public static dataTypeNodeId = makeExpandedNodeId(15652, 0);
|
|
@@ -28332,10 +28332,10 @@ export interface UadpWriterGroupMessageDataTypeOptions extends WriterGroupMessag
|
|
|
28332
28332
|
export class UadpWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
28333
28333
|
public static get schema(): IStructuredTypeSchema { return schemaUadpWriterGroupMessageDataType; }
|
|
28334
28334
|
public static possibleFields: string[] = [
|
|
28335
|
-
"groupVersion",
|
|
28336
|
-
"dataSetOrdering",
|
|
28337
|
-
"networkMessageContentMask",
|
|
28338
|
-
"samplingOffset",
|
|
28335
|
+
"groupVersion",
|
|
28336
|
+
"dataSetOrdering",
|
|
28337
|
+
"networkMessageContentMask",
|
|
28338
|
+
"samplingOffset",
|
|
28339
28339
|
"publishingOffset"
|
|
28340
28340
|
];
|
|
28341
28341
|
public static dataTypeNodeId = makeExpandedNodeId(15645, 0);
|
|
@@ -28490,7 +28490,7 @@ export interface UnregisterNodesRequestOptions {
|
|
|
28490
28490
|
export class UnregisterNodesRequest extends ExtensionObject {
|
|
28491
28491
|
public static get schema(): IStructuredTypeSchema { return schemaUnregisterNodesRequest; }
|
|
28492
28492
|
public static possibleFields: string[] = [
|
|
28493
|
-
"requestHeader",
|
|
28493
|
+
"requestHeader",
|
|
28494
28494
|
"nodesToUnregister"
|
|
28495
28495
|
];
|
|
28496
28496
|
public static dataTypeNodeId = makeExpandedNodeId(564, 0);
|
|
@@ -28620,7 +28620,7 @@ export interface UnsignedRationalNumberOptions {
|
|
|
28620
28620
|
export class UnsignedRationalNumber extends ExtensionObject {
|
|
28621
28621
|
public static get schema(): IStructuredTypeSchema { return schemaUnsignedRationalNumber; }
|
|
28622
28622
|
public static possibleFields: string[] = [
|
|
28623
|
-
"numerator",
|
|
28623
|
+
"numerator",
|
|
28624
28624
|
"denominator"
|
|
28625
28625
|
];
|
|
28626
28626
|
public static dataTypeNodeId = makeExpandedNodeId(24107, 0);
|
|
@@ -28724,8 +28724,8 @@ export interface UpdateDataDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
28724
28724
|
export class UpdateDataDetails extends HistoryUpdateDetails {
|
|
28725
28725
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateDataDetails; }
|
|
28726
28726
|
public static possibleFields: string[] = [
|
|
28727
|
-
"nodeId",
|
|
28728
|
-
"performInsertReplace",
|
|
28727
|
+
"nodeId",
|
|
28728
|
+
"performInsertReplace",
|
|
28729
28729
|
"updateValues"
|
|
28730
28730
|
];
|
|
28731
28731
|
public static dataTypeNodeId = makeExpandedNodeId(680, 0);
|
|
@@ -28825,9 +28825,9 @@ export interface UpdateEventDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
28825
28825
|
export class UpdateEventDetails extends HistoryUpdateDetails {
|
|
28826
28826
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateEventDetails; }
|
|
28827
28827
|
public static possibleFields: string[] = [
|
|
28828
|
-
"nodeId",
|
|
28829
|
-
"performInsertReplace",
|
|
28830
|
-
"filter",
|
|
28828
|
+
"nodeId",
|
|
28829
|
+
"performInsertReplace",
|
|
28830
|
+
"filter",
|
|
28831
28831
|
"eventData"
|
|
28832
28832
|
];
|
|
28833
28833
|
public static dataTypeNodeId = makeExpandedNodeId(683, 0);
|
|
@@ -28934,8 +28934,8 @@ export interface UpdateStructureDataDetailsOptions extends HistoryUpdateDetailsO
|
|
|
28934
28934
|
export class UpdateStructureDataDetails extends HistoryUpdateDetails {
|
|
28935
28935
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateStructureDataDetails; }
|
|
28936
28936
|
public static possibleFields: string[] = [
|
|
28937
|
-
"nodeId",
|
|
28938
|
-
"performInsertReplace",
|
|
28937
|
+
"nodeId",
|
|
28938
|
+
"performInsertReplace",
|
|
28939
28939
|
"updateValues"
|
|
28940
28940
|
];
|
|
28941
28941
|
public static dataTypeNodeId = makeExpandedNodeId(11295, 0);
|
|
@@ -29050,8 +29050,8 @@ export interface UserManagementDataTypeOptions {
|
|
|
29050
29050
|
export class UserManagementDataType extends ExtensionObject {
|
|
29051
29051
|
public static get schema(): IStructuredTypeSchema { return schemaUserManagementDataType; }
|
|
29052
29052
|
public static possibleFields: string[] = [
|
|
29053
|
-
"userName",
|
|
29054
|
-
"userConfiguration",
|
|
29053
|
+
"userName",
|
|
29054
|
+
"userConfiguration",
|
|
29055
29055
|
"description"
|
|
29056
29056
|
];
|
|
29057
29057
|
public static dataTypeNodeId = makeExpandedNodeId(24281, 0);
|
|
@@ -29144,9 +29144,9 @@ export interface UserNameIdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
29144
29144
|
export class UserNameIdentityToken extends UserIdentityToken {
|
|
29145
29145
|
public static get schema(): IStructuredTypeSchema { return schemaUserNameIdentityToken; }
|
|
29146
29146
|
public static possibleFields: string[] = [
|
|
29147
|
-
"policyId",
|
|
29148
|
-
"userName",
|
|
29149
|
-
"password",
|
|
29147
|
+
"policyId",
|
|
29148
|
+
"userName",
|
|
29149
|
+
"password",
|
|
29150
29150
|
"encryptionAlgorithm"
|
|
29151
29151
|
];
|
|
29152
29152
|
public static dataTypeNodeId = makeExpandedNodeId(322, 0);
|
|
@@ -29259,18 +29259,18 @@ export interface VariableAttributesOptions extends NodeAttributesOptions {
|
|
|
29259
29259
|
export class VariableAttributes extends NodeAttributes {
|
|
29260
29260
|
public static get schema(): IStructuredTypeSchema { return schemaVariableAttributes; }
|
|
29261
29261
|
public static possibleFields: string[] = [
|
|
29262
|
-
"specifiedAttributes",
|
|
29263
|
-
"displayName",
|
|
29264
|
-
"description",
|
|
29265
|
-
"writeMask",
|
|
29266
|
-
"userWriteMask",
|
|
29267
|
-
"value",
|
|
29268
|
-
"dataType",
|
|
29269
|
-
"valueRank",
|
|
29270
|
-
"arrayDimensions",
|
|
29271
|
-
"accessLevel",
|
|
29272
|
-
"userAccessLevel",
|
|
29273
|
-
"minimumSamplingInterval",
|
|
29262
|
+
"specifiedAttributes",
|
|
29263
|
+
"displayName",
|
|
29264
|
+
"description",
|
|
29265
|
+
"writeMask",
|
|
29266
|
+
"userWriteMask",
|
|
29267
|
+
"value",
|
|
29268
|
+
"dataType",
|
|
29269
|
+
"valueRank",
|
|
29270
|
+
"arrayDimensions",
|
|
29271
|
+
"accessLevel",
|
|
29272
|
+
"userAccessLevel",
|
|
29273
|
+
"minimumSamplingInterval",
|
|
29274
29274
|
"historizing"
|
|
29275
29275
|
];
|
|
29276
29276
|
public static dataTypeNodeId = makeExpandedNodeId(355, 0);
|
|
@@ -29390,15 +29390,15 @@ export interface VariableTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
29390
29390
|
export class VariableTypeAttributes extends NodeAttributes {
|
|
29391
29391
|
public static get schema(): IStructuredTypeSchema { return schemaVariableTypeAttributes; }
|
|
29392
29392
|
public static possibleFields: string[] = [
|
|
29393
|
-
"specifiedAttributes",
|
|
29394
|
-
"displayName",
|
|
29395
|
-
"description",
|
|
29396
|
-
"writeMask",
|
|
29397
|
-
"userWriteMask",
|
|
29398
|
-
"value",
|
|
29399
|
-
"dataType",
|
|
29400
|
-
"valueRank",
|
|
29401
|
-
"arrayDimensions",
|
|
29393
|
+
"specifiedAttributes",
|
|
29394
|
+
"displayName",
|
|
29395
|
+
"description",
|
|
29396
|
+
"writeMask",
|
|
29397
|
+
"userWriteMask",
|
|
29398
|
+
"value",
|
|
29399
|
+
"dataType",
|
|
29400
|
+
"valueRank",
|
|
29401
|
+
"arrayDimensions",
|
|
29402
29402
|
"isAbstract"
|
|
29403
29403
|
];
|
|
29404
29404
|
public static dataTypeNodeId = makeExpandedNodeId(364, 0);
|
|
@@ -29484,12 +29484,12 @@ export interface ViewAttributesOptions extends NodeAttributesOptions {
|
|
|
29484
29484
|
export class ViewAttributes extends NodeAttributes {
|
|
29485
29485
|
public static get schema(): IStructuredTypeSchema { return schemaViewAttributes; }
|
|
29486
29486
|
public static possibleFields: string[] = [
|
|
29487
|
-
"specifiedAttributes",
|
|
29488
|
-
"displayName",
|
|
29489
|
-
"description",
|
|
29490
|
-
"writeMask",
|
|
29491
|
-
"userWriteMask",
|
|
29492
|
-
"containsNoLoops",
|
|
29487
|
+
"specifiedAttributes",
|
|
29488
|
+
"displayName",
|
|
29489
|
+
"description",
|
|
29490
|
+
"writeMask",
|
|
29491
|
+
"userWriteMask",
|
|
29492
|
+
"containsNoLoops",
|
|
29493
29493
|
"eventNotifier"
|
|
29494
29494
|
];
|
|
29495
29495
|
public static dataTypeNodeId = makeExpandedNodeId(373, 0);
|
|
@@ -29572,9 +29572,9 @@ export interface WriteValueOptions {
|
|
|
29572
29572
|
export class WriteValue extends ExtensionObject {
|
|
29573
29573
|
public static get schema(): IStructuredTypeSchema { return schemaWriteValue; }
|
|
29574
29574
|
public static possibleFields: string[] = [
|
|
29575
|
-
"nodeId",
|
|
29576
|
-
"attributeId",
|
|
29577
|
-
"indexRange",
|
|
29575
|
+
"nodeId",
|
|
29576
|
+
"attributeId",
|
|
29577
|
+
"indexRange",
|
|
29578
29578
|
"value"
|
|
29579
29579
|
];
|
|
29580
29580
|
public static dataTypeNodeId = makeExpandedNodeId(668, 0);
|
|
@@ -29656,7 +29656,7 @@ export interface WriteRequestOptions {
|
|
|
29656
29656
|
export class WriteRequest extends ExtensionObject {
|
|
29657
29657
|
public static get schema(): IStructuredTypeSchema { return schemaWriteRequest; }
|
|
29658
29658
|
public static possibleFields: string[] = [
|
|
29659
|
-
"requestHeader",
|
|
29659
|
+
"requestHeader",
|
|
29660
29660
|
"nodesToWrite"
|
|
29661
29661
|
];
|
|
29662
29662
|
public static dataTypeNodeId = makeExpandedNodeId(671, 0);
|
|
@@ -29743,8 +29743,8 @@ export interface WriteResponseOptions {
|
|
|
29743
29743
|
export class WriteResponse extends ExtensionObject {
|
|
29744
29744
|
public static get schema(): IStructuredTypeSchema { return schemaWriteResponse; }
|
|
29745
29745
|
public static possibleFields: string[] = [
|
|
29746
|
-
"responseHeader",
|
|
29747
|
-
"results",
|
|
29746
|
+
"responseHeader",
|
|
29747
|
+
"results",
|
|
29748
29748
|
"diagnosticInfos"
|
|
29749
29749
|
];
|
|
29750
29750
|
public static dataTypeNodeId = makeExpandedNodeId(674, 0);
|
|
@@ -29814,7 +29814,7 @@ export interface X509IdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
29814
29814
|
export class X509IdentityToken extends UserIdentityToken {
|
|
29815
29815
|
public static get schema(): IStructuredTypeSchema { return schemaX509IdentityToken; }
|
|
29816
29816
|
public static possibleFields: string[] = [
|
|
29817
|
-
"policyId",
|
|
29817
|
+
"policyId",
|
|
29818
29818
|
"certificateData"
|
|
29819
29819
|
];
|
|
29820
29820
|
public static dataTypeNodeId = makeExpandedNodeId(325, 0);
|
|
@@ -29880,7 +29880,7 @@ export interface XVTypeOptions {
|
|
|
29880
29880
|
export class XVType extends ExtensionObject {
|
|
29881
29881
|
public static get schema(): IStructuredTypeSchema { return schemaXVType; }
|
|
29882
29882
|
public static possibleFields: string[] = [
|
|
29883
|
-
"x",
|
|
29883
|
+
"x",
|
|
29884
29884
|
"value"
|
|
29885
29885
|
];
|
|
29886
29886
|
public static dataTypeNodeId = makeExpandedNodeId(12080, 0);
|