node-opcua-types 2.155.0 → 2.157.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_generated_opcua_types.js +4471 -3280
- package/dist/_generated_opcua_types.js.map +1 -1
- package/package.json +17 -17
- package/source/_generated_opcua_types.ts +982 -982
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// --------- This code has been automatically generated !!! 2025-
|
|
1
|
+
// --------- This code has been automatically generated !!! 2025-09-24T21:15:01.295Z
|
|
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);
|
|
@@ -562,7 +562,7 @@ export interface ActionMethodDataTypeOptions {
|
|
|
562
562
|
export class ActionMethodDataType extends ExtensionObject {
|
|
563
563
|
public static get schema(): IStructuredTypeSchema { return schemaActionMethodDataType; }
|
|
564
564
|
public static possibleFields: string[] = [
|
|
565
|
-
"objectId",
|
|
565
|
+
"objectId",
|
|
566
566
|
"methodId"
|
|
567
567
|
];
|
|
568
568
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -639,8 +639,8 @@ export interface ActionTargetDataTypeOptions {
|
|
|
639
639
|
export class ActionTargetDataType extends ExtensionObject {
|
|
640
640
|
public static get schema(): IStructuredTypeSchema { return schemaActionTargetDataType; }
|
|
641
641
|
public static possibleFields: string[] = [
|
|
642
|
-
"actionTargetId",
|
|
643
|
-
"name",
|
|
642
|
+
"actionTargetId",
|
|
643
|
+
"name",
|
|
644
644
|
"description"
|
|
645
645
|
];
|
|
646
646
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -746,12 +746,12 @@ export interface RequestHeaderOptions {
|
|
|
746
746
|
export class RequestHeader extends ExtensionObject {
|
|
747
747
|
public static get schema(): IStructuredTypeSchema { return schemaRequestHeader; }
|
|
748
748
|
public static possibleFields: string[] = [
|
|
749
|
-
"authenticationToken",
|
|
750
|
-
"timestamp",
|
|
751
|
-
"requestHandle",
|
|
752
|
-
"returnDiagnostics",
|
|
753
|
-
"auditEntryId",
|
|
754
|
-
"timeoutHint",
|
|
749
|
+
"authenticationToken",
|
|
750
|
+
"timestamp",
|
|
751
|
+
"requestHandle",
|
|
752
|
+
"returnDiagnostics",
|
|
753
|
+
"auditEntryId",
|
|
754
|
+
"timeoutHint",
|
|
755
755
|
"additionalHeader"
|
|
756
756
|
];
|
|
757
757
|
public static dataTypeNodeId = makeExpandedNodeId(389, 0);
|
|
@@ -847,7 +847,7 @@ export interface SignatureDataOptions {
|
|
|
847
847
|
export class SignatureData extends ExtensionObject {
|
|
848
848
|
public static get schema(): IStructuredTypeSchema { return schemaSignatureData; }
|
|
849
849
|
public static possibleFields: string[] = [
|
|
850
|
-
"algorithm",
|
|
850
|
+
"algorithm",
|
|
851
851
|
"signature"
|
|
852
852
|
];
|
|
853
853
|
public static dataTypeNodeId = makeExpandedNodeId(456, 0);
|
|
@@ -918,7 +918,7 @@ export interface SignedSoftwareCertificateOptions {
|
|
|
918
918
|
export class SignedSoftwareCertificate extends ExtensionObject {
|
|
919
919
|
public static get schema(): IStructuredTypeSchema { return schemaSignedSoftwareCertificate; }
|
|
920
920
|
public static possibleFields: string[] = [
|
|
921
|
-
"certificateData",
|
|
921
|
+
"certificateData",
|
|
922
922
|
"signature"
|
|
923
923
|
];
|
|
924
924
|
public static dataTypeNodeId = makeExpandedNodeId(344, 0);
|
|
@@ -1015,11 +1015,11 @@ export interface ActivateSessionRequestOptions {
|
|
|
1015
1015
|
export class ActivateSessionRequest extends ExtensionObject {
|
|
1016
1016
|
public static get schema(): IStructuredTypeSchema { return schemaActivateSessionRequest; }
|
|
1017
1017
|
public static possibleFields: string[] = [
|
|
1018
|
-
"requestHeader",
|
|
1019
|
-
"clientSignature",
|
|
1020
|
-
"clientSoftwareCertificates",
|
|
1021
|
-
"localeIds",
|
|
1022
|
-
"userIdentityToken",
|
|
1018
|
+
"requestHeader",
|
|
1019
|
+
"clientSignature",
|
|
1020
|
+
"clientSoftwareCertificates",
|
|
1021
|
+
"localeIds",
|
|
1022
|
+
"userIdentityToken",
|
|
1023
1023
|
"userTokenSignature"
|
|
1024
1024
|
];
|
|
1025
1025
|
public static dataTypeNodeId = makeExpandedNodeId(465, 0);
|
|
@@ -1143,11 +1143,11 @@ export interface ResponseHeaderOptions {
|
|
|
1143
1143
|
export class ResponseHeader extends ExtensionObject {
|
|
1144
1144
|
public static get schema(): IStructuredTypeSchema { return schemaResponseHeader; }
|
|
1145
1145
|
public static possibleFields: string[] = [
|
|
1146
|
-
"timestamp",
|
|
1147
|
-
"requestHandle",
|
|
1148
|
-
"serviceResult",
|
|
1149
|
-
"serviceDiagnostics",
|
|
1150
|
-
"stringTable",
|
|
1146
|
+
"timestamp",
|
|
1147
|
+
"requestHandle",
|
|
1148
|
+
"serviceResult",
|
|
1149
|
+
"serviceDiagnostics",
|
|
1150
|
+
"stringTable",
|
|
1151
1151
|
"additionalHeader"
|
|
1152
1152
|
];
|
|
1153
1153
|
public static dataTypeNodeId = makeExpandedNodeId(392, 0);
|
|
@@ -1252,9 +1252,9 @@ export interface ActivateSessionResponseOptions {
|
|
|
1252
1252
|
export class ActivateSessionResponse extends ExtensionObject {
|
|
1253
1253
|
public static get schema(): IStructuredTypeSchema { return schemaActivateSessionResponse; }
|
|
1254
1254
|
public static possibleFields: string[] = [
|
|
1255
|
-
"responseHeader",
|
|
1256
|
-
"serverNonce",
|
|
1257
|
-
"results",
|
|
1255
|
+
"responseHeader",
|
|
1256
|
+
"serverNonce",
|
|
1257
|
+
"results",
|
|
1258
1258
|
"diagnosticInfos"
|
|
1259
1259
|
];
|
|
1260
1260
|
public static dataTypeNodeId = makeExpandedNodeId(468, 0);
|
|
@@ -1391,12 +1391,12 @@ export interface AddNodesItemOptions {
|
|
|
1391
1391
|
export class AddNodesItem extends ExtensionObject {
|
|
1392
1392
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesItem; }
|
|
1393
1393
|
public static possibleFields: string[] = [
|
|
1394
|
-
"parentNodeId",
|
|
1395
|
-
"referenceTypeId",
|
|
1396
|
-
"requestedNewNodeId",
|
|
1397
|
-
"browseName",
|
|
1398
|
-
"nodeClass",
|
|
1399
|
-
"nodeAttributes",
|
|
1394
|
+
"parentNodeId",
|
|
1395
|
+
"referenceTypeId",
|
|
1396
|
+
"requestedNewNodeId",
|
|
1397
|
+
"browseName",
|
|
1398
|
+
"nodeClass",
|
|
1399
|
+
"nodeAttributes",
|
|
1400
1400
|
"typeDefinition"
|
|
1401
1401
|
];
|
|
1402
1402
|
public static dataTypeNodeId = makeExpandedNodeId(376, 0);
|
|
@@ -1504,7 +1504,7 @@ export interface AddNodesRequestOptions {
|
|
|
1504
1504
|
export class AddNodesRequest extends ExtensionObject {
|
|
1505
1505
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesRequest; }
|
|
1506
1506
|
public static possibleFields: string[] = [
|
|
1507
|
-
"requestHeader",
|
|
1507
|
+
"requestHeader",
|
|
1508
1508
|
"nodesToAdd"
|
|
1509
1509
|
];
|
|
1510
1510
|
public static dataTypeNodeId = makeExpandedNodeId(486, 0);
|
|
@@ -1583,7 +1583,7 @@ export interface AddNodesResultOptions {
|
|
|
1583
1583
|
export class AddNodesResult extends ExtensionObject {
|
|
1584
1584
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesResult; }
|
|
1585
1585
|
public static possibleFields: string[] = [
|
|
1586
|
-
"statusCode",
|
|
1586
|
+
"statusCode",
|
|
1587
1587
|
"addedNodeId"
|
|
1588
1588
|
];
|
|
1589
1589
|
public static dataTypeNodeId = makeExpandedNodeId(483, 0);
|
|
@@ -1662,8 +1662,8 @@ export interface AddNodesResponseOptions {
|
|
|
1662
1662
|
export class AddNodesResponse extends ExtensionObject {
|
|
1663
1663
|
public static get schema(): IStructuredTypeSchema { return schemaAddNodesResponse; }
|
|
1664
1664
|
public static possibleFields: string[] = [
|
|
1665
|
-
"responseHeader",
|
|
1666
|
-
"results",
|
|
1665
|
+
"responseHeader",
|
|
1666
|
+
"results",
|
|
1667
1667
|
"diagnosticInfos"
|
|
1668
1668
|
];
|
|
1669
1669
|
public static dataTypeNodeId = makeExpandedNodeId(489, 0);
|
|
@@ -1771,11 +1771,11 @@ export interface AddReferencesItemOptions {
|
|
|
1771
1771
|
export class AddReferencesItem extends ExtensionObject {
|
|
1772
1772
|
public static get schema(): IStructuredTypeSchema { return schemaAddReferencesItem; }
|
|
1773
1773
|
public static possibleFields: string[] = [
|
|
1774
|
-
"sourceNodeId",
|
|
1775
|
-
"referenceTypeId",
|
|
1776
|
-
"isForward",
|
|
1777
|
-
"targetServerUri",
|
|
1778
|
-
"targetNodeId",
|
|
1774
|
+
"sourceNodeId",
|
|
1775
|
+
"referenceTypeId",
|
|
1776
|
+
"isForward",
|
|
1777
|
+
"targetServerUri",
|
|
1778
|
+
"targetNodeId",
|
|
1779
1779
|
"targetNodeClass"
|
|
1780
1780
|
];
|
|
1781
1781
|
public static dataTypeNodeId = makeExpandedNodeId(379, 0);
|
|
@@ -1878,7 +1878,7 @@ export interface AddReferencesRequestOptions {
|
|
|
1878
1878
|
export class AddReferencesRequest extends ExtensionObject {
|
|
1879
1879
|
public static get schema(): IStructuredTypeSchema { return schemaAddReferencesRequest; }
|
|
1880
1880
|
public static possibleFields: string[] = [
|
|
1881
|
-
"requestHeader",
|
|
1881
|
+
"requestHeader",
|
|
1882
1882
|
"referencesToAdd"
|
|
1883
1883
|
];
|
|
1884
1884
|
public static dataTypeNodeId = makeExpandedNodeId(492, 0);
|
|
@@ -1965,8 +1965,8 @@ export interface AddReferencesResponseOptions {
|
|
|
1965
1965
|
export class AddReferencesResponse extends ExtensionObject {
|
|
1966
1966
|
public static get schema(): IStructuredTypeSchema { return schemaAddReferencesResponse; }
|
|
1967
1967
|
public static possibleFields: string[] = [
|
|
1968
|
-
"responseHeader",
|
|
1969
|
-
"results",
|
|
1968
|
+
"responseHeader",
|
|
1969
|
+
"results",
|
|
1970
1970
|
"diagnosticInfos"
|
|
1971
1971
|
];
|
|
1972
1972
|
public static dataTypeNodeId = makeExpandedNodeId(495, 0);
|
|
@@ -2042,7 +2042,7 @@ export interface KeyValuePairOptions {
|
|
|
2042
2042
|
export class KeyValuePair extends ExtensionObject {
|
|
2043
2043
|
public static get schema(): IStructuredTypeSchema { return schemaKeyValuePair; }
|
|
2044
2044
|
public static possibleFields: string[] = [
|
|
2045
|
-
"key",
|
|
2045
|
+
"key",
|
|
2046
2046
|
"value"
|
|
2047
2047
|
];
|
|
2048
2048
|
public static dataTypeNodeId = makeExpandedNodeId(14533, 0);
|
|
@@ -2199,10 +2199,10 @@ export interface AggregateConfigurationOptions {
|
|
|
2199
2199
|
export class AggregateConfiguration extends ExtensionObject {
|
|
2200
2200
|
public static get schema(): IStructuredTypeSchema { return schemaAggregateConfiguration; }
|
|
2201
2201
|
public static possibleFields: string[] = [
|
|
2202
|
-
"useServerCapabilitiesDefaults",
|
|
2203
|
-
"treatUncertainAsBad",
|
|
2204
|
-
"percentDataBad",
|
|
2205
|
-
"percentDataGood",
|
|
2202
|
+
"useServerCapabilitiesDefaults",
|
|
2203
|
+
"treatUncertainAsBad",
|
|
2204
|
+
"percentDataBad",
|
|
2205
|
+
"percentDataGood",
|
|
2206
2206
|
"useSlopedExtrapolation"
|
|
2207
2207
|
];
|
|
2208
2208
|
public static dataTypeNodeId = makeExpandedNodeId(948, 0);
|
|
@@ -2348,9 +2348,9 @@ export interface AggregateFilterOptions extends MonitoringFilterOptions {
|
|
|
2348
2348
|
export class AggregateFilter extends MonitoringFilter {
|
|
2349
2349
|
public static get schema(): IStructuredTypeSchema { return schemaAggregateFilter; }
|
|
2350
2350
|
public static possibleFields: string[] = [
|
|
2351
|
-
"startTime",
|
|
2352
|
-
"aggregateType",
|
|
2353
|
-
"processingInterval",
|
|
2351
|
+
"startTime",
|
|
2352
|
+
"aggregateType",
|
|
2353
|
+
"processingInterval",
|
|
2354
2354
|
"aggregateConfiguration"
|
|
2355
2355
|
];
|
|
2356
2356
|
public static dataTypeNodeId = makeExpandedNodeId(728, 0);
|
|
@@ -2485,8 +2485,8 @@ export interface AggregateFilterResultOptions extends MonitoringFilterResultOpti
|
|
|
2485
2485
|
export class AggregateFilterResult extends MonitoringFilterResult {
|
|
2486
2486
|
public static get schema(): IStructuredTypeSchema { return schemaAggregateFilterResult; }
|
|
2487
2487
|
public static possibleFields: string[] = [
|
|
2488
|
-
"revisedStartTime",
|
|
2489
|
-
"revisedProcessingInterval",
|
|
2488
|
+
"revisedStartTime",
|
|
2489
|
+
"revisedProcessingInterval",
|
|
2490
2490
|
"revisedAggregateConfiguration"
|
|
2491
2491
|
];
|
|
2492
2492
|
public static dataTypeNodeId = makeExpandedNodeId(737, 0);
|
|
@@ -2563,7 +2563,7 @@ export interface AliasNameDataTypeOptions {
|
|
|
2563
2563
|
export class AliasNameDataType extends ExtensionObject {
|
|
2564
2564
|
public static get schema(): IStructuredTypeSchema { return schemaAliasNameDataType; }
|
|
2565
2565
|
public static possibleFields: string[] = [
|
|
2566
|
-
"aliasName",
|
|
2566
|
+
"aliasName",
|
|
2567
2567
|
"referencedNodes"
|
|
2568
2568
|
];
|
|
2569
2569
|
public static dataTypeNodeId = makeExpandedNodeId(23468, 0);
|
|
@@ -2640,8 +2640,8 @@ export interface AnnotationOptions {
|
|
|
2640
2640
|
export class Annotation extends ExtensionObject {
|
|
2641
2641
|
public static get schema(): IStructuredTypeSchema { return schemaAnnotation; }
|
|
2642
2642
|
public static possibleFields: string[] = [
|
|
2643
|
-
"message",
|
|
2644
|
-
"userName",
|
|
2643
|
+
"message",
|
|
2644
|
+
"userName",
|
|
2645
2645
|
"annotationTime"
|
|
2646
2646
|
];
|
|
2647
2647
|
public static dataTypeNodeId = makeExpandedNodeId(891, 0);
|
|
@@ -2723,8 +2723,8 @@ export interface AnnotationDataTypeOptions {
|
|
|
2723
2723
|
export class AnnotationDataType extends ExtensionObject {
|
|
2724
2724
|
public static get schema(): IStructuredTypeSchema { return schemaAnnotationDataType; }
|
|
2725
2725
|
public static possibleFields: string[] = [
|
|
2726
|
-
"annotation",
|
|
2727
|
-
"discipline",
|
|
2726
|
+
"annotation",
|
|
2727
|
+
"discipline",
|
|
2728
2728
|
"uri"
|
|
2729
2729
|
];
|
|
2730
2730
|
public static dataTypeNodeId = makeExpandedNodeId(32434, 0);
|
|
@@ -2964,12 +2964,12 @@ export interface ApplicationDescriptionOptions {
|
|
|
2964
2964
|
export class ApplicationDescription extends ExtensionObject {
|
|
2965
2965
|
public static get schema(): IStructuredTypeSchema { return schemaApplicationDescription; }
|
|
2966
2966
|
public static possibleFields: string[] = [
|
|
2967
|
-
"applicationUri",
|
|
2968
|
-
"productUri",
|
|
2969
|
-
"applicationName",
|
|
2970
|
-
"applicationType",
|
|
2971
|
-
"gatewayServerUri",
|
|
2972
|
-
"discoveryProfileUri",
|
|
2967
|
+
"applicationUri",
|
|
2968
|
+
"productUri",
|
|
2969
|
+
"applicationName",
|
|
2970
|
+
"applicationType",
|
|
2971
|
+
"gatewayServerUri",
|
|
2972
|
+
"discoveryProfileUri",
|
|
2973
2973
|
"discoveryUrls"
|
|
2974
2974
|
];
|
|
2975
2975
|
public static dataTypeNodeId = makeExpandedNodeId(308, 0);
|
|
@@ -3095,10 +3095,10 @@ export interface ArgumentOptions {
|
|
|
3095
3095
|
export class Argument extends ExtensionObject {
|
|
3096
3096
|
public static get schema(): IStructuredTypeSchema { return schemaArgument; }
|
|
3097
3097
|
public static possibleFields: string[] = [
|
|
3098
|
-
"name",
|
|
3099
|
-
"dataType",
|
|
3100
|
-
"valueRank",
|
|
3101
|
-
"arrayDimensions",
|
|
3098
|
+
"name",
|
|
3099
|
+
"dataType",
|
|
3100
|
+
"valueRank",
|
|
3101
|
+
"arrayDimensions",
|
|
3102
3102
|
"description"
|
|
3103
3103
|
];
|
|
3104
3104
|
public static dataTypeNodeId = makeExpandedNodeId(296, 0);
|
|
@@ -3196,9 +3196,9 @@ export interface RelativePathElementOptions {
|
|
|
3196
3196
|
export class RelativePathElement extends ExtensionObject {
|
|
3197
3197
|
public static get schema(): IStructuredTypeSchema { return schemaRelativePathElement; }
|
|
3198
3198
|
public static possibleFields: string[] = [
|
|
3199
|
-
"referenceTypeId",
|
|
3200
|
-
"isInverse",
|
|
3201
|
-
"includeSubtypes",
|
|
3199
|
+
"referenceTypeId",
|
|
3200
|
+
"isInverse",
|
|
3201
|
+
"includeSubtypes",
|
|
3202
3202
|
"targetName"
|
|
3203
3203
|
];
|
|
3204
3204
|
public static dataTypeNodeId = makeExpandedNodeId(537, 0);
|
|
@@ -3365,10 +3365,10 @@ export interface AttributeOperandOptions extends FilterOperandOptions {
|
|
|
3365
3365
|
export class AttributeOperand extends FilterOperand {
|
|
3366
3366
|
public static get schema(): IStructuredTypeSchema { return schemaAttributeOperand; }
|
|
3367
3367
|
public static possibleFields: string[] = [
|
|
3368
|
-
"nodeId",
|
|
3369
|
-
"alias",
|
|
3370
|
-
"browsePath",
|
|
3371
|
-
"attributeId",
|
|
3368
|
+
"nodeId",
|
|
3369
|
+
"alias",
|
|
3370
|
+
"browsePath",
|
|
3371
|
+
"attributeId",
|
|
3372
3372
|
"indexRange"
|
|
3373
3373
|
];
|
|
3374
3374
|
public static dataTypeNodeId = makeExpandedNodeId(598, 0);
|
|
@@ -3472,10 +3472,10 @@ export interface BitFieldDefinitionOptions {
|
|
|
3472
3472
|
export class BitFieldDefinition extends ExtensionObject {
|
|
3473
3473
|
public static get schema(): IStructuredTypeSchema { return schemaBitFieldDefinition; }
|
|
3474
3474
|
public static possibleFields: string[] = [
|
|
3475
|
-
"name",
|
|
3476
|
-
"description",
|
|
3477
|
-
"reserved",
|
|
3478
|
-
"startingBitPosition",
|
|
3475
|
+
"name",
|
|
3476
|
+
"description",
|
|
3477
|
+
"reserved",
|
|
3478
|
+
"startingBitPosition",
|
|
3479
3479
|
"endingBitPosition"
|
|
3480
3480
|
];
|
|
3481
3481
|
public static dataTypeNodeId = makeExpandedNodeId(32421, 0);
|
|
@@ -3609,7 +3609,7 @@ export interface BrokerConnectionTransportDataTypeOptions extends ConnectionTran
|
|
|
3609
3609
|
export class BrokerConnectionTransportDataType extends ConnectionTransportDataType {
|
|
3610
3610
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerConnectionTransportDataType; }
|
|
3611
3611
|
public static possibleFields: string[] = [
|
|
3612
|
-
"resourceUri",
|
|
3612
|
+
"resourceUri",
|
|
3613
3613
|
"authenticationProfileUri"
|
|
3614
3614
|
];
|
|
3615
3615
|
public static dataTypeNodeId = makeExpandedNodeId(15007, 0);
|
|
@@ -3773,10 +3773,10 @@ export interface BrokerDataSetReaderTransportDataTypeOptions extends DataSetRead
|
|
|
3773
3773
|
export class BrokerDataSetReaderTransportDataType extends DataSetReaderTransportDataType {
|
|
3774
3774
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerDataSetReaderTransportDataType; }
|
|
3775
3775
|
public static possibleFields: string[] = [
|
|
3776
|
-
"queueName",
|
|
3777
|
-
"resourceUri",
|
|
3778
|
-
"authenticationProfileUri",
|
|
3779
|
-
"requestedDeliveryGuarantee",
|
|
3776
|
+
"queueName",
|
|
3777
|
+
"resourceUri",
|
|
3778
|
+
"authenticationProfileUri",
|
|
3779
|
+
"requestedDeliveryGuarantee",
|
|
3780
3780
|
"metaDataQueueName"
|
|
3781
3781
|
];
|
|
3782
3782
|
public static dataTypeNodeId = makeExpandedNodeId(15670, 0);
|
|
@@ -3945,11 +3945,11 @@ export interface BrokerDataSetWriterTransportDataTypeOptions extends DataSetWrit
|
|
|
3945
3945
|
export class BrokerDataSetWriterTransportDataType extends DataSetWriterTransportDataType {
|
|
3946
3946
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerDataSetWriterTransportDataType; }
|
|
3947
3947
|
public static possibleFields: string[] = [
|
|
3948
|
-
"queueName",
|
|
3949
|
-
"resourceUri",
|
|
3950
|
-
"authenticationProfileUri",
|
|
3951
|
-
"requestedDeliveryGuarantee",
|
|
3952
|
-
"metaDataQueueName",
|
|
3948
|
+
"queueName",
|
|
3949
|
+
"resourceUri",
|
|
3950
|
+
"authenticationProfileUri",
|
|
3951
|
+
"requestedDeliveryGuarantee",
|
|
3952
|
+
"metaDataQueueName",
|
|
3953
3953
|
"metaDataUpdateTime"
|
|
3954
3954
|
];
|
|
3955
3955
|
public static dataTypeNodeId = makeExpandedNodeId(15669, 0);
|
|
@@ -4111,9 +4111,9 @@ export interface BrokerWriterGroupTransportDataTypeOptions extends WriterGroupTr
|
|
|
4111
4111
|
export class BrokerWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
4112
4112
|
public static get schema(): IStructuredTypeSchema { return schemaBrokerWriterGroupTransportDataType; }
|
|
4113
4113
|
public static possibleFields: string[] = [
|
|
4114
|
-
"queueName",
|
|
4115
|
-
"resourceUri",
|
|
4116
|
-
"authenticationProfileUri",
|
|
4114
|
+
"queueName",
|
|
4115
|
+
"resourceUri",
|
|
4116
|
+
"authenticationProfileUri",
|
|
4117
4117
|
"requestedDeliveryGuarantee"
|
|
4118
4118
|
];
|
|
4119
4119
|
public static dataTypeNodeId = makeExpandedNodeId(15667, 0);
|
|
@@ -4229,11 +4229,11 @@ export interface BrowseDescriptionOptions {
|
|
|
4229
4229
|
export class BrowseDescription extends ExtensionObject {
|
|
4230
4230
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseDescription; }
|
|
4231
4231
|
public static possibleFields: string[] = [
|
|
4232
|
-
"nodeId",
|
|
4233
|
-
"browseDirection",
|
|
4234
|
-
"referenceTypeId",
|
|
4235
|
-
"includeSubtypes",
|
|
4236
|
-
"nodeClassMask",
|
|
4232
|
+
"nodeId",
|
|
4233
|
+
"browseDirection",
|
|
4234
|
+
"referenceTypeId",
|
|
4235
|
+
"includeSubtypes",
|
|
4236
|
+
"nodeClassMask",
|
|
4237
4237
|
"resultMask"
|
|
4238
4238
|
];
|
|
4239
4239
|
public static dataTypeNodeId = makeExpandedNodeId(514, 0);
|
|
@@ -4342,8 +4342,8 @@ export interface BrowseNextRequestOptions {
|
|
|
4342
4342
|
export class BrowseNextRequest extends ExtensionObject {
|
|
4343
4343
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseNextRequest; }
|
|
4344
4344
|
public static possibleFields: string[] = [
|
|
4345
|
-
"requestHeader",
|
|
4346
|
-
"releaseContinuationPoints",
|
|
4345
|
+
"requestHeader",
|
|
4346
|
+
"releaseContinuationPoints",
|
|
4347
4347
|
"continuationPoints"
|
|
4348
4348
|
];
|
|
4349
4349
|
public static dataTypeNodeId = makeExpandedNodeId(531, 0);
|
|
@@ -4449,12 +4449,12 @@ export interface ReferenceDescriptionOptions {
|
|
|
4449
4449
|
export class ReferenceDescription extends ExtensionObject {
|
|
4450
4450
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceDescription; }
|
|
4451
4451
|
public static possibleFields: string[] = [
|
|
4452
|
-
"referenceTypeId",
|
|
4453
|
-
"isForward",
|
|
4454
|
-
"nodeId",
|
|
4455
|
-
"browseName",
|
|
4456
|
-
"displayName",
|
|
4457
|
-
"nodeClass",
|
|
4452
|
+
"referenceTypeId",
|
|
4453
|
+
"isForward",
|
|
4454
|
+
"nodeId",
|
|
4455
|
+
"browseName",
|
|
4456
|
+
"displayName",
|
|
4457
|
+
"nodeClass",
|
|
4458
4458
|
"typeDefinition"
|
|
4459
4459
|
];
|
|
4460
4460
|
public static dataTypeNodeId = makeExpandedNodeId(518, 0);
|
|
@@ -4568,8 +4568,8 @@ export interface BrowseResultOptions {
|
|
|
4568
4568
|
export class BrowseResult extends ExtensionObject {
|
|
4569
4569
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseResult; }
|
|
4570
4570
|
public static possibleFields: string[] = [
|
|
4571
|
-
"statusCode",
|
|
4572
|
-
"continuationPoint",
|
|
4571
|
+
"statusCode",
|
|
4572
|
+
"continuationPoint",
|
|
4573
4573
|
"references"
|
|
4574
4574
|
];
|
|
4575
4575
|
public static dataTypeNodeId = makeExpandedNodeId(522, 0);
|
|
@@ -4661,8 +4661,8 @@ export interface BrowseNextResponseOptions {
|
|
|
4661
4661
|
export class BrowseNextResponse extends ExtensionObject {
|
|
4662
4662
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseNextResponse; }
|
|
4663
4663
|
public static possibleFields: string[] = [
|
|
4664
|
-
"responseHeader",
|
|
4665
|
-
"results",
|
|
4664
|
+
"responseHeader",
|
|
4665
|
+
"results",
|
|
4666
4666
|
"diagnosticInfos"
|
|
4667
4667
|
];
|
|
4668
4668
|
public static dataTypeNodeId = makeExpandedNodeId(534, 0);
|
|
@@ -4746,7 +4746,7 @@ export interface BrowsePathOptions {
|
|
|
4746
4746
|
export class BrowsePath extends ExtensionObject {
|
|
4747
4747
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePath; }
|
|
4748
4748
|
public static possibleFields: string[] = [
|
|
4749
|
-
"startingNode",
|
|
4749
|
+
"startingNode",
|
|
4750
4750
|
"relativePath"
|
|
4751
4751
|
];
|
|
4752
4752
|
public static dataTypeNodeId = makeExpandedNodeId(543, 0);
|
|
@@ -4817,7 +4817,7 @@ export interface BrowsePathTargetOptions {
|
|
|
4817
4817
|
export class BrowsePathTarget extends ExtensionObject {
|
|
4818
4818
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePathTarget; }
|
|
4819
4819
|
public static possibleFields: string[] = [
|
|
4820
|
-
"targetId",
|
|
4820
|
+
"targetId",
|
|
4821
4821
|
"remainingPathIndex"
|
|
4822
4822
|
];
|
|
4823
4823
|
public static dataTypeNodeId = makeExpandedNodeId(546, 0);
|
|
@@ -4889,7 +4889,7 @@ export interface BrowsePathResultOptions {
|
|
|
4889
4889
|
export class BrowsePathResult extends ExtensionObject {
|
|
4890
4890
|
public static get schema(): IStructuredTypeSchema { return schemaBrowsePathResult; }
|
|
4891
4891
|
public static possibleFields: string[] = [
|
|
4892
|
-
"statusCode",
|
|
4892
|
+
"statusCode",
|
|
4893
4893
|
"targets"
|
|
4894
4894
|
];
|
|
4895
4895
|
public static dataTypeNodeId = makeExpandedNodeId(549, 0);
|
|
@@ -4974,8 +4974,8 @@ export interface ViewDescriptionOptions {
|
|
|
4974
4974
|
export class ViewDescription extends ExtensionObject {
|
|
4975
4975
|
public static get schema(): IStructuredTypeSchema { return schemaViewDescription; }
|
|
4976
4976
|
public static possibleFields: string[] = [
|
|
4977
|
-
"viewId",
|
|
4978
|
-
"timestamp",
|
|
4977
|
+
"viewId",
|
|
4978
|
+
"timestamp",
|
|
4979
4979
|
"viewVersion"
|
|
4980
4980
|
];
|
|
4981
4981
|
public static dataTypeNodeId = makeExpandedNodeId(511, 0);
|
|
@@ -5064,9 +5064,9 @@ export interface BrowseRequestOptions {
|
|
|
5064
5064
|
export class BrowseRequest extends ExtensionObject {
|
|
5065
5065
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseRequest; }
|
|
5066
5066
|
public static possibleFields: string[] = [
|
|
5067
|
-
"requestHeader",
|
|
5068
|
-
"view",
|
|
5069
|
-
"requestedMaxReferencesPerNode",
|
|
5067
|
+
"requestHeader",
|
|
5068
|
+
"view",
|
|
5069
|
+
"requestedMaxReferencesPerNode",
|
|
5070
5070
|
"nodesToBrowse"
|
|
5071
5071
|
];
|
|
5072
5072
|
public static dataTypeNodeId = makeExpandedNodeId(525, 0);
|
|
@@ -5163,8 +5163,8 @@ export interface BrowseResponseOptions {
|
|
|
5163
5163
|
export class BrowseResponse extends ExtensionObject {
|
|
5164
5164
|
public static get schema(): IStructuredTypeSchema { return schemaBrowseResponse; }
|
|
5165
5165
|
public static possibleFields: string[] = [
|
|
5166
|
-
"responseHeader",
|
|
5167
|
-
"results",
|
|
5166
|
+
"responseHeader",
|
|
5167
|
+
"results",
|
|
5168
5168
|
"diagnosticInfos"
|
|
5169
5169
|
];
|
|
5170
5170
|
public static dataTypeNodeId = makeExpandedNodeId(528, 0);
|
|
@@ -5272,11 +5272,11 @@ export interface BuildInfoOptions {
|
|
|
5272
5272
|
export class BuildInfo extends ExtensionObject {
|
|
5273
5273
|
public static get schema(): IStructuredTypeSchema { return schemaBuildInfo; }
|
|
5274
5274
|
public static possibleFields: string[] = [
|
|
5275
|
-
"productUri",
|
|
5276
|
-
"manufacturerName",
|
|
5277
|
-
"productName",
|
|
5278
|
-
"softwareVersion",
|
|
5279
|
-
"buildNumber",
|
|
5275
|
+
"productUri",
|
|
5276
|
+
"manufacturerName",
|
|
5277
|
+
"productName",
|
|
5278
|
+
"softwareVersion",
|
|
5279
|
+
"buildNumber",
|
|
5280
5280
|
"buildDate"
|
|
5281
5281
|
];
|
|
5282
5282
|
public static dataTypeNodeId = makeExpandedNodeId(338, 0);
|
|
@@ -5374,8 +5374,8 @@ export interface CallMethodRequestOptions {
|
|
|
5374
5374
|
export class CallMethodRequest extends ExtensionObject {
|
|
5375
5375
|
public static get schema(): IStructuredTypeSchema { return schemaCallMethodRequest; }
|
|
5376
5376
|
public static possibleFields: string[] = [
|
|
5377
|
-
"objectId",
|
|
5378
|
-
"methodId",
|
|
5377
|
+
"objectId",
|
|
5378
|
+
"methodId",
|
|
5379
5379
|
"inputArguments"
|
|
5380
5380
|
];
|
|
5381
5381
|
public static dataTypeNodeId = makeExpandedNodeId(704, 0);
|
|
@@ -5466,9 +5466,9 @@ export interface CallMethodResultOptions {
|
|
|
5466
5466
|
export class CallMethodResult extends ExtensionObject {
|
|
5467
5467
|
public static get schema(): IStructuredTypeSchema { return schemaCallMethodResult; }
|
|
5468
5468
|
public static possibleFields: string[] = [
|
|
5469
|
-
"statusCode",
|
|
5470
|
-
"inputArgumentResults",
|
|
5471
|
-
"inputArgumentDiagnosticInfos",
|
|
5469
|
+
"statusCode",
|
|
5470
|
+
"inputArgumentResults",
|
|
5471
|
+
"inputArgumentDiagnosticInfos",
|
|
5472
5472
|
"outputArguments"
|
|
5473
5473
|
];
|
|
5474
5474
|
public static dataTypeNodeId = makeExpandedNodeId(707, 0);
|
|
@@ -5550,7 +5550,7 @@ export interface CallRequestOptions {
|
|
|
5550
5550
|
export class CallRequest extends ExtensionObject {
|
|
5551
5551
|
public static get schema(): IStructuredTypeSchema { return schemaCallRequest; }
|
|
5552
5552
|
public static possibleFields: string[] = [
|
|
5553
|
-
"requestHeader",
|
|
5553
|
+
"requestHeader",
|
|
5554
5554
|
"methodsToCall"
|
|
5555
5555
|
];
|
|
5556
5556
|
public static dataTypeNodeId = makeExpandedNodeId(710, 0);
|
|
@@ -5637,8 +5637,8 @@ export interface CallResponseOptions {
|
|
|
5637
5637
|
export class CallResponse extends ExtensionObject {
|
|
5638
5638
|
public static get schema(): IStructuredTypeSchema { return schemaCallResponse; }
|
|
5639
5639
|
public static possibleFields: string[] = [
|
|
5640
|
-
"responseHeader",
|
|
5641
|
-
"results",
|
|
5640
|
+
"responseHeader",
|
|
5641
|
+
"results",
|
|
5642
5642
|
"diagnosticInfos"
|
|
5643
5643
|
];
|
|
5644
5644
|
public static dataTypeNodeId = makeExpandedNodeId(713, 0);
|
|
@@ -5722,7 +5722,7 @@ export interface CancelRequestOptions {
|
|
|
5722
5722
|
export class CancelRequest extends ExtensionObject {
|
|
5723
5723
|
public static get schema(): IStructuredTypeSchema { return schemaCancelRequest; }
|
|
5724
5724
|
public static possibleFields: string[] = [
|
|
5725
|
-
"requestHeader",
|
|
5725
|
+
"requestHeader",
|
|
5726
5726
|
"requestHandle"
|
|
5727
5727
|
];
|
|
5728
5728
|
public static dataTypeNodeId = makeExpandedNodeId(477, 0);
|
|
@@ -5793,7 +5793,7 @@ export interface CancelResponseOptions {
|
|
|
5793
5793
|
export class CancelResponse extends ExtensionObject {
|
|
5794
5794
|
public static get schema(): IStructuredTypeSchema { return schemaCancelResponse; }
|
|
5795
5795
|
public static possibleFields: string[] = [
|
|
5796
|
-
"responseHeader",
|
|
5796
|
+
"responseHeader",
|
|
5797
5797
|
"cancelCount"
|
|
5798
5798
|
];
|
|
5799
5799
|
public static dataTypeNodeId = makeExpandedNodeId(480, 0);
|
|
@@ -5924,9 +5924,9 @@ export interface ChannelSecurityTokenOptions {
|
|
|
5924
5924
|
export class ChannelSecurityToken extends ExtensionObject {
|
|
5925
5925
|
public static get schema(): IStructuredTypeSchema { return schemaChannelSecurityToken; }
|
|
5926
5926
|
public static possibleFields: string[] = [
|
|
5927
|
-
"channelId",
|
|
5928
|
-
"tokenId",
|
|
5929
|
-
"createdAt",
|
|
5927
|
+
"channelId",
|
|
5928
|
+
"tokenId",
|
|
5929
|
+
"createdAt",
|
|
5930
5930
|
"revisedLifetime"
|
|
5931
5931
|
];
|
|
5932
5932
|
public static dataTypeNodeId = makeExpandedNodeId(441, 0);
|
|
@@ -6125,7 +6125,7 @@ export interface CloseSessionRequestOptions {
|
|
|
6125
6125
|
export class CloseSessionRequest extends ExtensionObject {
|
|
6126
6126
|
public static get schema(): IStructuredTypeSchema { return schemaCloseSessionRequest; }
|
|
6127
6127
|
public static possibleFields: string[] = [
|
|
6128
|
-
"requestHeader",
|
|
6128
|
+
"requestHeader",
|
|
6129
6129
|
"deleteSubscriptions"
|
|
6130
6130
|
];
|
|
6131
6131
|
public static dataTypeNodeId = makeExpandedNodeId(471, 0);
|
|
@@ -6255,7 +6255,7 @@ export interface ComplexNumberTypeOptions {
|
|
|
6255
6255
|
export class ComplexNumberType extends ExtensionObject {
|
|
6256
6256
|
public static get schema(): IStructuredTypeSchema { return schemaComplexNumberType; }
|
|
6257
6257
|
public static possibleFields: string[] = [
|
|
6258
|
-
"real",
|
|
6258
|
+
"real",
|
|
6259
6259
|
"imaginary"
|
|
6260
6260
|
];
|
|
6261
6261
|
public static dataTypeNodeId = makeExpandedNodeId(12171, 0);
|
|
@@ -6326,7 +6326,7 @@ export interface ConfigurationVersionDataTypeOptions {
|
|
|
6326
6326
|
export class ConfigurationVersionDataType extends ExtensionObject {
|
|
6327
6327
|
public static get schema(): IStructuredTypeSchema { return schemaConfigurationVersionDataType; }
|
|
6328
6328
|
public static possibleFields: string[] = [
|
|
6329
|
-
"majorVersion",
|
|
6329
|
+
"majorVersion",
|
|
6330
6330
|
"minorVersion"
|
|
6331
6331
|
];
|
|
6332
6332
|
public static dataTypeNodeId = makeExpandedNodeId(14593, 0);
|
|
@@ -6438,7 +6438,7 @@ export interface ContentFilterElementOptions {
|
|
|
6438
6438
|
export class ContentFilterElement extends ExtensionObject {
|
|
6439
6439
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterElement; }
|
|
6440
6440
|
public static possibleFields: string[] = [
|
|
6441
|
-
"filterOperator",
|
|
6441
|
+
"filterOperator",
|
|
6442
6442
|
"filterOperands"
|
|
6443
6443
|
];
|
|
6444
6444
|
public static dataTypeNodeId = makeExpandedNodeId(583, 0);
|
|
@@ -6596,8 +6596,8 @@ export interface ContentFilterElementResultOptions {
|
|
|
6596
6596
|
export class ContentFilterElementResult extends ExtensionObject {
|
|
6597
6597
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterElementResult; }
|
|
6598
6598
|
public static possibleFields: string[] = [
|
|
6599
|
-
"statusCode",
|
|
6600
|
-
"operandStatusCodes",
|
|
6599
|
+
"statusCode",
|
|
6600
|
+
"operandStatusCodes",
|
|
6601
6601
|
"operandDiagnosticInfos"
|
|
6602
6602
|
];
|
|
6603
6603
|
public static dataTypeNodeId = makeExpandedNodeId(604, 0);
|
|
@@ -6675,7 +6675,7 @@ export interface ContentFilterResultOptions {
|
|
|
6675
6675
|
export class ContentFilterResult extends ExtensionObject {
|
|
6676
6676
|
public static get schema(): IStructuredTypeSchema { return schemaContentFilterResult; }
|
|
6677
6677
|
public static possibleFields: string[] = [
|
|
6678
|
-
"elementResults",
|
|
6678
|
+
"elementResults",
|
|
6679
6679
|
"elementDiagnosticInfos"
|
|
6680
6680
|
];
|
|
6681
6681
|
public static dataTypeNodeId = makeExpandedNodeId(607, 0);
|
|
@@ -6766,9 +6766,9 @@ export interface ReadValueIdOptions {
|
|
|
6766
6766
|
export class ReadValueId extends ExtensionObject {
|
|
6767
6767
|
public static get schema(): IStructuredTypeSchema { return schemaReadValueId; }
|
|
6768
6768
|
public static possibleFields: string[] = [
|
|
6769
|
-
"nodeId",
|
|
6770
|
-
"attributeId",
|
|
6771
|
-
"indexRange",
|
|
6769
|
+
"nodeId",
|
|
6770
|
+
"attributeId",
|
|
6771
|
+
"indexRange",
|
|
6772
6772
|
"dataEncoding"
|
|
6773
6773
|
];
|
|
6774
6774
|
public static dataTypeNodeId = makeExpandedNodeId(626, 0);
|
|
@@ -6892,10 +6892,10 @@ export interface MonitoringParametersOptions {
|
|
|
6892
6892
|
export class MonitoringParameters extends ExtensionObject {
|
|
6893
6893
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoringParameters; }
|
|
6894
6894
|
public static possibleFields: string[] = [
|
|
6895
|
-
"clientHandle",
|
|
6896
|
-
"samplingInterval",
|
|
6897
|
-
"filter",
|
|
6898
|
-
"queueSize",
|
|
6895
|
+
"clientHandle",
|
|
6896
|
+
"samplingInterval",
|
|
6897
|
+
"filter",
|
|
6898
|
+
"queueSize",
|
|
6899
6899
|
"discardOldest"
|
|
6900
6900
|
];
|
|
6901
6901
|
public static dataTypeNodeId = makeExpandedNodeId(740, 0);
|
|
@@ -6987,8 +6987,8 @@ export interface MonitoredItemCreateRequestOptions {
|
|
|
6987
6987
|
export class MonitoredItemCreateRequest extends ExtensionObject {
|
|
6988
6988
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemCreateRequest; }
|
|
6989
6989
|
public static possibleFields: string[] = [
|
|
6990
|
-
"itemToMonitor",
|
|
6991
|
-
"monitoringMode",
|
|
6990
|
+
"itemToMonitor",
|
|
6991
|
+
"monitoringMode",
|
|
6992
6992
|
"requestedParameters"
|
|
6993
6993
|
];
|
|
6994
6994
|
public static dataTypeNodeId = makeExpandedNodeId(743, 0);
|
|
@@ -7088,9 +7088,9 @@ export interface CreateMonitoredItemsRequestOptions {
|
|
|
7088
7088
|
export class CreateMonitoredItemsRequest extends ExtensionObject {
|
|
7089
7089
|
public static get schema(): IStructuredTypeSchema { return schemaCreateMonitoredItemsRequest; }
|
|
7090
7090
|
public static possibleFields: string[] = [
|
|
7091
|
-
"requestHeader",
|
|
7092
|
-
"subscriptionId",
|
|
7093
|
-
"timestampsToReturn",
|
|
7091
|
+
"requestHeader",
|
|
7092
|
+
"subscriptionId",
|
|
7093
|
+
"timestampsToReturn",
|
|
7094
7094
|
"itemsToCreate"
|
|
7095
7095
|
];
|
|
7096
7096
|
public static dataTypeNodeId = makeExpandedNodeId(749, 0);
|
|
@@ -7208,10 +7208,10 @@ export interface MonitoredItemCreateResultOptions {
|
|
|
7208
7208
|
export class MonitoredItemCreateResult extends ExtensionObject {
|
|
7209
7209
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemCreateResult; }
|
|
7210
7210
|
public static possibleFields: string[] = [
|
|
7211
|
-
"statusCode",
|
|
7212
|
-
"monitoredItemId",
|
|
7213
|
-
"revisedSamplingInterval",
|
|
7214
|
-
"revisedQueueSize",
|
|
7211
|
+
"statusCode",
|
|
7212
|
+
"monitoredItemId",
|
|
7213
|
+
"revisedSamplingInterval",
|
|
7214
|
+
"revisedQueueSize",
|
|
7215
7215
|
"filterResult"
|
|
7216
7216
|
];
|
|
7217
7217
|
public static dataTypeNodeId = makeExpandedNodeId(746, 0);
|
|
@@ -7305,8 +7305,8 @@ export interface CreateMonitoredItemsResponseOptions {
|
|
|
7305
7305
|
export class CreateMonitoredItemsResponse extends ExtensionObject {
|
|
7306
7306
|
public static get schema(): IStructuredTypeSchema { return schemaCreateMonitoredItemsResponse; }
|
|
7307
7307
|
public static possibleFields: string[] = [
|
|
7308
|
-
"responseHeader",
|
|
7309
|
-
"results",
|
|
7308
|
+
"responseHeader",
|
|
7309
|
+
"results",
|
|
7310
7310
|
"diagnosticInfos"
|
|
7311
7311
|
];
|
|
7312
7312
|
public static dataTypeNodeId = makeExpandedNodeId(752, 0);
|
|
@@ -7432,14 +7432,14 @@ export interface CreateSessionRequestOptions {
|
|
|
7432
7432
|
export class CreateSessionRequest extends ExtensionObject {
|
|
7433
7433
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSessionRequest; }
|
|
7434
7434
|
public static possibleFields: string[] = [
|
|
7435
|
-
"requestHeader",
|
|
7436
|
-
"clientDescription",
|
|
7437
|
-
"serverUri",
|
|
7438
|
-
"endpointUrl",
|
|
7439
|
-
"sessionName",
|
|
7440
|
-
"clientNonce",
|
|
7441
|
-
"clientCertificate",
|
|
7442
|
-
"requestedSessionTimeout",
|
|
7435
|
+
"requestHeader",
|
|
7436
|
+
"clientDescription",
|
|
7437
|
+
"serverUri",
|
|
7438
|
+
"endpointUrl",
|
|
7439
|
+
"sessionName",
|
|
7440
|
+
"clientNonce",
|
|
7441
|
+
"clientCertificate",
|
|
7442
|
+
"requestedSessionTimeout",
|
|
7443
7443
|
"maxResponseMessageSize"
|
|
7444
7444
|
];
|
|
7445
7445
|
public static dataTypeNodeId = makeExpandedNodeId(459, 0);
|
|
@@ -7614,10 +7614,10 @@ export interface UserTokenPolicyOptions {
|
|
|
7614
7614
|
export class UserTokenPolicy extends ExtensionObject {
|
|
7615
7615
|
public static get schema(): IStructuredTypeSchema { return schemaUserTokenPolicy; }
|
|
7616
7616
|
public static possibleFields: string[] = [
|
|
7617
|
-
"policyId",
|
|
7618
|
-
"tokenType",
|
|
7619
|
-
"issuedTokenType",
|
|
7620
|
-
"issuerEndpointUrl",
|
|
7617
|
+
"policyId",
|
|
7618
|
+
"tokenType",
|
|
7619
|
+
"issuedTokenType",
|
|
7620
|
+
"issuerEndpointUrl",
|
|
7621
7621
|
"securityPolicyUri"
|
|
7622
7622
|
];
|
|
7623
7623
|
public static dataTypeNodeId = makeExpandedNodeId(304, 0);
|
|
@@ -7751,13 +7751,13 @@ export interface EndpointDescriptionOptions {
|
|
|
7751
7751
|
export class EndpointDescription extends ExtensionObject {
|
|
7752
7752
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointDescription; }
|
|
7753
7753
|
public static possibleFields: string[] = [
|
|
7754
|
-
"endpointUrl",
|
|
7755
|
-
"server",
|
|
7756
|
-
"serverCertificate",
|
|
7757
|
-
"securityMode",
|
|
7758
|
-
"securityPolicyUri",
|
|
7759
|
-
"userIdentityTokens",
|
|
7760
|
-
"transportProfileUri",
|
|
7754
|
+
"endpointUrl",
|
|
7755
|
+
"server",
|
|
7756
|
+
"serverCertificate",
|
|
7757
|
+
"securityMode",
|
|
7758
|
+
"securityPolicyUri",
|
|
7759
|
+
"userIdentityTokens",
|
|
7760
|
+
"transportProfileUri",
|
|
7761
7761
|
"securityLevel"
|
|
7762
7762
|
];
|
|
7763
7763
|
public static dataTypeNodeId = makeExpandedNodeId(312, 0);
|
|
@@ -7927,15 +7927,15 @@ export interface CreateSessionResponseOptions {
|
|
|
7927
7927
|
export class CreateSessionResponse extends ExtensionObject {
|
|
7928
7928
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSessionResponse; }
|
|
7929
7929
|
public static possibleFields: string[] = [
|
|
7930
|
-
"responseHeader",
|
|
7931
|
-
"sessionId",
|
|
7932
|
-
"authenticationToken",
|
|
7933
|
-
"revisedSessionTimeout",
|
|
7934
|
-
"serverNonce",
|
|
7935
|
-
"serverCertificate",
|
|
7936
|
-
"serverEndpoints",
|
|
7937
|
-
"serverSoftwareCertificates",
|
|
7938
|
-
"serverSignature",
|
|
7930
|
+
"responseHeader",
|
|
7931
|
+
"sessionId",
|
|
7932
|
+
"authenticationToken",
|
|
7933
|
+
"revisedSessionTimeout",
|
|
7934
|
+
"serverNonce",
|
|
7935
|
+
"serverCertificate",
|
|
7936
|
+
"serverEndpoints",
|
|
7937
|
+
"serverSoftwareCertificates",
|
|
7938
|
+
"serverSignature",
|
|
7939
7939
|
"maxRequestMessageSize"
|
|
7940
7940
|
];
|
|
7941
7941
|
public static dataTypeNodeId = makeExpandedNodeId(462, 0);
|
|
@@ -8092,12 +8092,12 @@ export interface CreateSubscriptionRequestOptions {
|
|
|
8092
8092
|
export class CreateSubscriptionRequest extends ExtensionObject {
|
|
8093
8093
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSubscriptionRequest; }
|
|
8094
8094
|
public static possibleFields: string[] = [
|
|
8095
|
-
"requestHeader",
|
|
8096
|
-
"requestedPublishingInterval",
|
|
8097
|
-
"requestedLifetimeCount",
|
|
8098
|
-
"requestedMaxKeepAliveCount",
|
|
8099
|
-
"maxNotificationsPerPublish",
|
|
8100
|
-
"publishingEnabled",
|
|
8095
|
+
"requestHeader",
|
|
8096
|
+
"requestedPublishingInterval",
|
|
8097
|
+
"requestedLifetimeCount",
|
|
8098
|
+
"requestedMaxKeepAliveCount",
|
|
8099
|
+
"maxNotificationsPerPublish",
|
|
8100
|
+
"publishingEnabled",
|
|
8101
8101
|
"priority"
|
|
8102
8102
|
];
|
|
8103
8103
|
public static dataTypeNodeId = makeExpandedNodeId(785, 0);
|
|
@@ -8211,10 +8211,10 @@ export interface CreateSubscriptionResponseOptions {
|
|
|
8211
8211
|
export class CreateSubscriptionResponse extends ExtensionObject {
|
|
8212
8212
|
public static get schema(): IStructuredTypeSchema { return schemaCreateSubscriptionResponse; }
|
|
8213
8213
|
public static possibleFields: string[] = [
|
|
8214
|
-
"responseHeader",
|
|
8215
|
-
"subscriptionId",
|
|
8216
|
-
"revisedPublishingInterval",
|
|
8217
|
-
"revisedLifetimeCount",
|
|
8214
|
+
"responseHeader",
|
|
8215
|
+
"subscriptionId",
|
|
8216
|
+
"revisedPublishingInterval",
|
|
8217
|
+
"revisedLifetimeCount",
|
|
8218
8218
|
"revisedMaxKeepAliveCount"
|
|
8219
8219
|
];
|
|
8220
8220
|
public static dataTypeNodeId = makeExpandedNodeId(788, 0);
|
|
@@ -8312,9 +8312,9 @@ export interface CurrencyUnitTypeOptions {
|
|
|
8312
8312
|
export class CurrencyUnitType extends ExtensionObject {
|
|
8313
8313
|
public static get schema(): IStructuredTypeSchema { return schemaCurrencyUnitType; }
|
|
8314
8314
|
public static possibleFields: string[] = [
|
|
8315
|
-
"numericCode",
|
|
8316
|
-
"exponent",
|
|
8317
|
-
"alphabeticCode",
|
|
8315
|
+
"numericCode",
|
|
8316
|
+
"exponent",
|
|
8317
|
+
"alphabeticCode",
|
|
8318
8318
|
"currency"
|
|
8319
8319
|
];
|
|
8320
8320
|
public static dataTypeNodeId = makeExpandedNodeId(23498, 0);
|
|
@@ -8426,8 +8426,8 @@ export interface DataChangeFilterOptions extends MonitoringFilterOptions {
|
|
|
8426
8426
|
export class DataChangeFilter extends MonitoringFilter {
|
|
8427
8427
|
public static get schema(): IStructuredTypeSchema { return schemaDataChangeFilter; }
|
|
8428
8428
|
public static possibleFields: string[] = [
|
|
8429
|
-
"trigger",
|
|
8430
|
-
"deadbandType",
|
|
8429
|
+
"trigger",
|
|
8430
|
+
"deadbandType",
|
|
8431
8431
|
"deadbandValue"
|
|
8432
8432
|
];
|
|
8433
8433
|
public static dataTypeNodeId = makeExpandedNodeId(722, 0);
|
|
@@ -8562,7 +8562,7 @@ export interface MonitoredItemNotificationOptions {
|
|
|
8562
8562
|
export class MonitoredItemNotification extends ExtensionObject {
|
|
8563
8563
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemNotification; }
|
|
8564
8564
|
public static possibleFields: string[] = [
|
|
8565
|
-
"clientHandle",
|
|
8565
|
+
"clientHandle",
|
|
8566
8566
|
"value"
|
|
8567
8567
|
];
|
|
8568
8568
|
public static dataTypeNodeId = makeExpandedNodeId(806, 0);
|
|
@@ -8635,7 +8635,7 @@ export interface DataChangeNotificationOptions extends NotificationDataOptions {
|
|
|
8635
8635
|
export class DataChangeNotification extends NotificationData {
|
|
8636
8636
|
public static get schema(): IStructuredTypeSchema { return schemaDataChangeNotification; }
|
|
8637
8637
|
public static possibleFields: string[] = [
|
|
8638
|
-
"monitoredItems",
|
|
8638
|
+
"monitoredItems",
|
|
8639
8639
|
"diagnosticInfos"
|
|
8640
8640
|
];
|
|
8641
8641
|
public static dataTypeNodeId = makeExpandedNodeId(809, 0);
|
|
@@ -8714,7 +8714,7 @@ export interface DataTypeDescriptionOptions {
|
|
|
8714
8714
|
export class DataTypeDescription extends ExtensionObject {
|
|
8715
8715
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeDescription; }
|
|
8716
8716
|
public static possibleFields: string[] = [
|
|
8717
|
-
"dataTypeId",
|
|
8717
|
+
"dataTypeId",
|
|
8718
8718
|
"name"
|
|
8719
8719
|
];
|
|
8720
8720
|
public static dataTypeNodeId = makeExpandedNodeId(14525, 0);
|
|
@@ -8891,12 +8891,12 @@ export interface StructureFieldOptions {
|
|
|
8891
8891
|
export class StructureField extends ExtensionObject {
|
|
8892
8892
|
public static get schema(): IStructuredTypeSchema { return schemaStructureField; }
|
|
8893
8893
|
public static possibleFields: string[] = [
|
|
8894
|
-
"name",
|
|
8895
|
-
"description",
|
|
8896
|
-
"dataType",
|
|
8897
|
-
"valueRank",
|
|
8898
|
-
"arrayDimensions",
|
|
8899
|
-
"maxStringLength",
|
|
8894
|
+
"name",
|
|
8895
|
+
"description",
|
|
8896
|
+
"dataType",
|
|
8897
|
+
"valueRank",
|
|
8898
|
+
"arrayDimensions",
|
|
8899
|
+
"maxStringLength",
|
|
8900
8900
|
"isOptional"
|
|
8901
8901
|
];
|
|
8902
8902
|
public static dataTypeNodeId = makeExpandedNodeId(101, 0);
|
|
@@ -9005,9 +9005,9 @@ export interface StructureDefinitionOptions {
|
|
|
9005
9005
|
export class StructureDefinition extends DataTypeDefinition {
|
|
9006
9006
|
public static get schema(): IStructuredTypeSchema { return schemaStructureDefinition; }
|
|
9007
9007
|
public static possibleFields: string[] = [
|
|
9008
|
-
"defaultEncodingId",
|
|
9009
|
-
"baseDataType",
|
|
9010
|
-
"structureType",
|
|
9008
|
+
"defaultEncodingId",
|
|
9009
|
+
"baseDataType",
|
|
9010
|
+
"structureType",
|
|
9011
9011
|
"fields"
|
|
9012
9012
|
];
|
|
9013
9013
|
public static dataTypeNodeId = makeExpandedNodeId(99, 0);
|
|
@@ -9101,8 +9101,8 @@ export interface StructureDescriptionOptions extends DataTypeDescriptionOptions
|
|
|
9101
9101
|
export class StructureDescription extends DataTypeDescription {
|
|
9102
9102
|
public static get schema(): IStructuredTypeSchema { return schemaStructureDescription; }
|
|
9103
9103
|
public static possibleFields: string[] = [
|
|
9104
|
-
"dataTypeId",
|
|
9105
|
-
"name",
|
|
9104
|
+
"dataTypeId",
|
|
9105
|
+
"name",
|
|
9106
9106
|
"structureDefinition"
|
|
9107
9107
|
];
|
|
9108
9108
|
public static dataTypeNodeId = makeExpandedNodeId(15487, 0);
|
|
@@ -9174,8 +9174,8 @@ export interface EnumValueTypeOptions {
|
|
|
9174
9174
|
export class EnumValueType extends ExtensionObject {
|
|
9175
9175
|
public static get schema(): IStructuredTypeSchema { return schemaEnumValueType; }
|
|
9176
9176
|
public static possibleFields: string[] = [
|
|
9177
|
-
"value",
|
|
9178
|
-
"displayName",
|
|
9177
|
+
"value",
|
|
9178
|
+
"displayName",
|
|
9179
9179
|
"description"
|
|
9180
9180
|
];
|
|
9181
9181
|
public static dataTypeNodeId = makeExpandedNodeId(7594, 0);
|
|
@@ -9245,9 +9245,9 @@ export interface EnumFieldOptions extends EnumValueTypeOptions {
|
|
|
9245
9245
|
export class EnumField extends EnumValueType {
|
|
9246
9246
|
public static get schema(): IStructuredTypeSchema { return schemaEnumField; }
|
|
9247
9247
|
public static possibleFields: string[] = [
|
|
9248
|
-
"value",
|
|
9249
|
-
"displayName",
|
|
9250
|
-
"description",
|
|
9248
|
+
"value",
|
|
9249
|
+
"displayName",
|
|
9250
|
+
"description",
|
|
9251
9251
|
"name"
|
|
9252
9252
|
];
|
|
9253
9253
|
public static dataTypeNodeId = makeExpandedNodeId(102, 0);
|
|
@@ -9381,9 +9381,9 @@ export interface EnumDescriptionOptions extends DataTypeDescriptionOptions {
|
|
|
9381
9381
|
export class EnumDescription extends DataTypeDescription {
|
|
9382
9382
|
public static get schema(): IStructuredTypeSchema { return schemaEnumDescription; }
|
|
9383
9383
|
public static possibleFields: string[] = [
|
|
9384
|
-
"dataTypeId",
|
|
9385
|
-
"name",
|
|
9386
|
-
"enumDefinition",
|
|
9384
|
+
"dataTypeId",
|
|
9385
|
+
"name",
|
|
9386
|
+
"enumDefinition",
|
|
9387
9387
|
"builtInType"
|
|
9388
9388
|
];
|
|
9389
9389
|
public static dataTypeNodeId = makeExpandedNodeId(15488, 0);
|
|
@@ -9454,9 +9454,9 @@ export interface SimpleTypeDescriptionOptions extends DataTypeDescriptionOptions
|
|
|
9454
9454
|
export class SimpleTypeDescription extends DataTypeDescription {
|
|
9455
9455
|
public static get schema(): IStructuredTypeSchema { return schemaSimpleTypeDescription; }
|
|
9456
9456
|
public static possibleFields: string[] = [
|
|
9457
|
-
"dataTypeId",
|
|
9458
|
-
"name",
|
|
9459
|
-
"baseDataType",
|
|
9457
|
+
"dataTypeId",
|
|
9458
|
+
"name",
|
|
9459
|
+
"baseDataType",
|
|
9460
9460
|
"builtInType"
|
|
9461
9461
|
];
|
|
9462
9462
|
public static dataTypeNodeId = makeExpandedNodeId(15005, 0);
|
|
@@ -9543,9 +9543,9 @@ export interface DataTypeSchemaHeaderOptions {
|
|
|
9543
9543
|
export class DataTypeSchemaHeader extends ExtensionObject {
|
|
9544
9544
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeSchemaHeader; }
|
|
9545
9545
|
public static possibleFields: string[] = [
|
|
9546
|
-
"namespaces",
|
|
9547
|
-
"structureDataTypes",
|
|
9548
|
-
"enumDataTypes",
|
|
9546
|
+
"namespaces",
|
|
9547
|
+
"structureDataTypes",
|
|
9548
|
+
"enumDataTypes",
|
|
9549
9549
|
"simpleDataTypes"
|
|
9550
9550
|
];
|
|
9551
9551
|
public static dataTypeNodeId = makeExpandedNodeId(15534, 0);
|
|
@@ -9724,15 +9724,15 @@ export interface FieldMetaDataOptions {
|
|
|
9724
9724
|
export class FieldMetaData extends ExtensionObject {
|
|
9725
9725
|
public static get schema(): IStructuredTypeSchema { return schemaFieldMetaData; }
|
|
9726
9726
|
public static possibleFields: string[] = [
|
|
9727
|
-
"name",
|
|
9728
|
-
"description",
|
|
9729
|
-
"fieldFlags",
|
|
9730
|
-
"builtInType",
|
|
9731
|
-
"dataType",
|
|
9732
|
-
"valueRank",
|
|
9733
|
-
"arrayDimensions",
|
|
9734
|
-
"maxStringLength",
|
|
9735
|
-
"dataSetFieldId",
|
|
9727
|
+
"name",
|
|
9728
|
+
"description",
|
|
9729
|
+
"fieldFlags",
|
|
9730
|
+
"builtInType",
|
|
9731
|
+
"dataType",
|
|
9732
|
+
"valueRank",
|
|
9733
|
+
"arrayDimensions",
|
|
9734
|
+
"maxStringLength",
|
|
9735
|
+
"dataSetFieldId",
|
|
9736
9736
|
"properties"
|
|
9737
9737
|
];
|
|
9738
9738
|
public static dataTypeNodeId = makeExpandedNodeId(14524, 0);
|
|
@@ -9881,14 +9881,14 @@ export interface DataSetMetaDataTypeOptions extends DataTypeSchemaHeaderOptions
|
|
|
9881
9881
|
export class DataSetMetaDataType extends DataTypeSchemaHeader {
|
|
9882
9882
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetMetaDataType; }
|
|
9883
9883
|
public static possibleFields: string[] = [
|
|
9884
|
-
"namespaces",
|
|
9885
|
-
"structureDataTypes",
|
|
9886
|
-
"enumDataTypes",
|
|
9887
|
-
"simpleDataTypes",
|
|
9888
|
-
"name",
|
|
9889
|
-
"description",
|
|
9890
|
-
"fields",
|
|
9891
|
-
"dataSetClassId",
|
|
9884
|
+
"namespaces",
|
|
9885
|
+
"structureDataTypes",
|
|
9886
|
+
"enumDataTypes",
|
|
9887
|
+
"simpleDataTypes",
|
|
9888
|
+
"name",
|
|
9889
|
+
"description",
|
|
9890
|
+
"fields",
|
|
9891
|
+
"dataSetClassId",
|
|
9892
9892
|
"configurationVersion"
|
|
9893
9893
|
];
|
|
9894
9894
|
public static dataTypeNodeId = makeExpandedNodeId(14523, 0);
|
|
@@ -10098,22 +10098,22 @@ export interface DataSetReaderDataTypeOptions {
|
|
|
10098
10098
|
export class DataSetReaderDataType extends ExtensionObject {
|
|
10099
10099
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetReaderDataType; }
|
|
10100
10100
|
public static possibleFields: string[] = [
|
|
10101
|
-
"name",
|
|
10102
|
-
"enabled",
|
|
10103
|
-
"publisherId",
|
|
10104
|
-
"writerGroupId",
|
|
10105
|
-
"dataSetWriterId",
|
|
10106
|
-
"dataSetMetaData",
|
|
10107
|
-
"dataSetFieldContentMask",
|
|
10108
|
-
"messageReceiveTimeout",
|
|
10109
|
-
"keyFrameCount",
|
|
10110
|
-
"headerLayoutUri",
|
|
10111
|
-
"securityMode",
|
|
10112
|
-
"securityGroupId",
|
|
10113
|
-
"securityKeyServices",
|
|
10114
|
-
"dataSetReaderProperties",
|
|
10115
|
-
"transportSettings",
|
|
10116
|
-
"messageSettings",
|
|
10101
|
+
"name",
|
|
10102
|
+
"enabled",
|
|
10103
|
+
"publisherId",
|
|
10104
|
+
"writerGroupId",
|
|
10105
|
+
"dataSetWriterId",
|
|
10106
|
+
"dataSetMetaData",
|
|
10107
|
+
"dataSetFieldContentMask",
|
|
10108
|
+
"messageReceiveTimeout",
|
|
10109
|
+
"keyFrameCount",
|
|
10110
|
+
"headerLayoutUri",
|
|
10111
|
+
"securityMode",
|
|
10112
|
+
"securityGroupId",
|
|
10113
|
+
"securityKeyServices",
|
|
10114
|
+
"dataSetReaderProperties",
|
|
10115
|
+
"transportSettings",
|
|
10116
|
+
"messageSettings",
|
|
10117
10117
|
"subscribedDataSet"
|
|
10118
10118
|
];
|
|
10119
10119
|
public static dataTypeNodeId = makeExpandedNodeId(15623, 0);
|
|
@@ -10386,14 +10386,14 @@ export interface DataSetWriterDataTypeOptions {
|
|
|
10386
10386
|
export class DataSetWriterDataType extends ExtensionObject {
|
|
10387
10387
|
public static get schema(): IStructuredTypeSchema { return schemaDataSetWriterDataType; }
|
|
10388
10388
|
public static possibleFields: string[] = [
|
|
10389
|
-
"name",
|
|
10390
|
-
"enabled",
|
|
10391
|
-
"dataSetWriterId",
|
|
10392
|
-
"dataSetFieldContentMask",
|
|
10393
|
-
"keyFrameCount",
|
|
10394
|
-
"dataSetName",
|
|
10395
|
-
"dataSetWriterProperties",
|
|
10396
|
-
"transportSettings",
|
|
10389
|
+
"name",
|
|
10390
|
+
"enabled",
|
|
10391
|
+
"dataSetWriterId",
|
|
10392
|
+
"dataSetFieldContentMask",
|
|
10393
|
+
"keyFrameCount",
|
|
10394
|
+
"dataSetName",
|
|
10395
|
+
"dataSetWriterProperties",
|
|
10396
|
+
"transportSettings",
|
|
10397
10397
|
"messageSettings"
|
|
10398
10398
|
];
|
|
10399
10399
|
public static dataTypeNodeId = makeExpandedNodeId(15597, 0);
|
|
@@ -10584,10 +10584,10 @@ export interface NodeAttributesOptions {
|
|
|
10584
10584
|
export class NodeAttributes extends ExtensionObject {
|
|
10585
10585
|
public static get schema(): IStructuredTypeSchema { return schemaNodeAttributes; }
|
|
10586
10586
|
public static possibleFields: string[] = [
|
|
10587
|
-
"specifiedAttributes",
|
|
10588
|
-
"displayName",
|
|
10589
|
-
"description",
|
|
10590
|
-
"writeMask",
|
|
10587
|
+
"specifiedAttributes",
|
|
10588
|
+
"displayName",
|
|
10589
|
+
"description",
|
|
10590
|
+
"writeMask",
|
|
10591
10591
|
"userWriteMask"
|
|
10592
10592
|
];
|
|
10593
10593
|
public static dataTypeNodeId = makeExpandedNodeId(349, 0);
|
|
@@ -10667,11 +10667,11 @@ export interface DataTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
10667
10667
|
export class DataTypeAttributes extends NodeAttributes {
|
|
10668
10668
|
public static get schema(): IStructuredTypeSchema { return schemaDataTypeAttributes; }
|
|
10669
10669
|
public static possibleFields: string[] = [
|
|
10670
|
-
"specifiedAttributes",
|
|
10671
|
-
"displayName",
|
|
10672
|
-
"description",
|
|
10673
|
-
"writeMask",
|
|
10674
|
-
"userWriteMask",
|
|
10670
|
+
"specifiedAttributes",
|
|
10671
|
+
"displayName",
|
|
10672
|
+
"description",
|
|
10673
|
+
"writeMask",
|
|
10674
|
+
"userWriteMask",
|
|
10675
10675
|
"isAbstract"
|
|
10676
10676
|
];
|
|
10677
10677
|
public static dataTypeNodeId = makeExpandedNodeId(370, 0);
|
|
@@ -10809,10 +10809,10 @@ export interface DatagramConnectionTransport2DataTypeOptions extends DatagramCon
|
|
|
10809
10809
|
export class DatagramConnectionTransport2DataType extends DatagramConnectionTransportDataType {
|
|
10810
10810
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramConnectionTransport2DataType; }
|
|
10811
10811
|
public static possibleFields: string[] = [
|
|
10812
|
-
"discoveryAddress",
|
|
10813
|
-
"discoveryAnnounceRate",
|
|
10814
|
-
"discoveryMaxMessageSize",
|
|
10815
|
-
"qosCategory",
|
|
10812
|
+
"discoveryAddress",
|
|
10813
|
+
"discoveryAnnounceRate",
|
|
10814
|
+
"discoveryMaxMessageSize",
|
|
10815
|
+
"qosCategory",
|
|
10816
10816
|
"datagramQos"
|
|
10817
10817
|
];
|
|
10818
10818
|
public static dataTypeNodeId = makeExpandedNodeId(23612, 0);
|
|
@@ -10906,9 +10906,9 @@ export interface DatagramDataSetReaderTransportDataTypeOptions extends DataSetRe
|
|
|
10906
10906
|
export class DatagramDataSetReaderTransportDataType extends DataSetReaderTransportDataType {
|
|
10907
10907
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramDataSetReaderTransportDataType; }
|
|
10908
10908
|
public static possibleFields: string[] = [
|
|
10909
|
-
"address",
|
|
10910
|
-
"qosCategory",
|
|
10911
|
-
"datagramQos",
|
|
10909
|
+
"address",
|
|
10910
|
+
"qosCategory",
|
|
10911
|
+
"datagramQos",
|
|
10912
10912
|
"topic"
|
|
10913
10913
|
];
|
|
10914
10914
|
public static dataTypeNodeId = makeExpandedNodeId(23614, 0);
|
|
@@ -10989,7 +10989,7 @@ export interface DatagramWriterGroupTransportDataTypeOptions extends WriterGroup
|
|
|
10989
10989
|
export class DatagramWriterGroupTransportDataType extends WriterGroupTransportDataType {
|
|
10990
10990
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramWriterGroupTransportDataType; }
|
|
10991
10991
|
public static possibleFields: string[] = [
|
|
10992
|
-
"messageRepeatCount",
|
|
10992
|
+
"messageRepeatCount",
|
|
10993
10993
|
"messageRepeatDelay"
|
|
10994
10994
|
];
|
|
10995
10995
|
public static dataTypeNodeId = makeExpandedNodeId(15532, 0);
|
|
@@ -11079,12 +11079,12 @@ export interface DatagramWriterGroupTransport2DataTypeOptions extends DatagramWr
|
|
|
11079
11079
|
export class DatagramWriterGroupTransport2DataType extends DatagramWriterGroupTransportDataType {
|
|
11080
11080
|
public static get schema(): IStructuredTypeSchema { return schemaDatagramWriterGroupTransport2DataType; }
|
|
11081
11081
|
public static possibleFields: string[] = [
|
|
11082
|
-
"messageRepeatCount",
|
|
11083
|
-
"messageRepeatDelay",
|
|
11084
|
-
"address",
|
|
11085
|
-
"qosCategory",
|
|
11086
|
-
"datagramQos",
|
|
11087
|
-
"discoveryAnnounceRate",
|
|
11082
|
+
"messageRepeatCount",
|
|
11083
|
+
"messageRepeatDelay",
|
|
11084
|
+
"address",
|
|
11085
|
+
"qosCategory",
|
|
11086
|
+
"datagramQos",
|
|
11087
|
+
"discoveryAnnounceRate",
|
|
11088
11088
|
"topic"
|
|
11089
11089
|
];
|
|
11090
11090
|
public static dataTypeNodeId = makeExpandedNodeId(23613, 0);
|
|
@@ -11219,7 +11219,7 @@ export interface DeleteAtTimeDetailsOptions extends HistoryUpdateDetailsOptions
|
|
|
11219
11219
|
export class DeleteAtTimeDetails extends HistoryUpdateDetails {
|
|
11220
11220
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteAtTimeDetails; }
|
|
11221
11221
|
public static possibleFields: string[] = [
|
|
11222
|
-
"nodeId",
|
|
11222
|
+
"nodeId",
|
|
11223
11223
|
"reqTimes"
|
|
11224
11224
|
];
|
|
11225
11225
|
public static dataTypeNodeId = makeExpandedNodeId(689, 0);
|
|
@@ -11291,7 +11291,7 @@ export interface DeleteEventDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
11291
11291
|
export class DeleteEventDetails extends HistoryUpdateDetails {
|
|
11292
11292
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteEventDetails; }
|
|
11293
11293
|
public static possibleFields: string[] = [
|
|
11294
|
-
"nodeId",
|
|
11294
|
+
"nodeId",
|
|
11295
11295
|
"eventIds"
|
|
11296
11296
|
];
|
|
11297
11297
|
public static dataTypeNodeId = makeExpandedNodeId(692, 0);
|
|
@@ -11369,8 +11369,8 @@ export interface DeleteMonitoredItemsRequestOptions {
|
|
|
11369
11369
|
export class DeleteMonitoredItemsRequest extends ExtensionObject {
|
|
11370
11370
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteMonitoredItemsRequest; }
|
|
11371
11371
|
public static possibleFields: string[] = [
|
|
11372
|
-
"requestHeader",
|
|
11373
|
-
"subscriptionId",
|
|
11372
|
+
"requestHeader",
|
|
11373
|
+
"subscriptionId",
|
|
11374
11374
|
"monitoredItemIds"
|
|
11375
11375
|
];
|
|
11376
11376
|
public static dataTypeNodeId = makeExpandedNodeId(779, 0);
|
|
@@ -11454,8 +11454,8 @@ export interface DeleteMonitoredItemsResponseOptions {
|
|
|
11454
11454
|
export class DeleteMonitoredItemsResponse extends ExtensionObject {
|
|
11455
11455
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteMonitoredItemsResponse; }
|
|
11456
11456
|
public static possibleFields: string[] = [
|
|
11457
|
-
"responseHeader",
|
|
11458
|
-
"results",
|
|
11457
|
+
"responseHeader",
|
|
11458
|
+
"results",
|
|
11459
11459
|
"diagnosticInfos"
|
|
11460
11460
|
];
|
|
11461
11461
|
public static dataTypeNodeId = makeExpandedNodeId(782, 0);
|
|
@@ -11531,7 +11531,7 @@ export interface DeleteNodesItemOptions {
|
|
|
11531
11531
|
export class DeleteNodesItem extends ExtensionObject {
|
|
11532
11532
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesItem; }
|
|
11533
11533
|
public static possibleFields: string[] = [
|
|
11534
|
-
"nodeId",
|
|
11534
|
+
"nodeId",
|
|
11535
11535
|
"deleteTargetReferences"
|
|
11536
11536
|
];
|
|
11537
11537
|
public static dataTypeNodeId = makeExpandedNodeId(382, 0);
|
|
@@ -11603,7 +11603,7 @@ export interface DeleteNodesRequestOptions {
|
|
|
11603
11603
|
export class DeleteNodesRequest extends ExtensionObject {
|
|
11604
11604
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesRequest; }
|
|
11605
11605
|
public static possibleFields: string[] = [
|
|
11606
|
-
"requestHeader",
|
|
11606
|
+
"requestHeader",
|
|
11607
11607
|
"nodesToDelete"
|
|
11608
11608
|
];
|
|
11609
11609
|
public static dataTypeNodeId = makeExpandedNodeId(498, 0);
|
|
@@ -11690,8 +11690,8 @@ export interface DeleteNodesResponseOptions {
|
|
|
11690
11690
|
export class DeleteNodesResponse extends ExtensionObject {
|
|
11691
11691
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteNodesResponse; }
|
|
11692
11692
|
public static possibleFields: string[] = [
|
|
11693
|
-
"responseHeader",
|
|
11694
|
-
"results",
|
|
11693
|
+
"responseHeader",
|
|
11694
|
+
"results",
|
|
11695
11695
|
"diagnosticInfos"
|
|
11696
11696
|
];
|
|
11697
11697
|
public static dataTypeNodeId = makeExpandedNodeId(501, 0);
|
|
@@ -11779,9 +11779,9 @@ export interface DeleteRawModifiedDetailsOptions extends HistoryUpdateDetailsOpt
|
|
|
11779
11779
|
export class DeleteRawModifiedDetails extends HistoryUpdateDetails {
|
|
11780
11780
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteRawModifiedDetails; }
|
|
11781
11781
|
public static possibleFields: string[] = [
|
|
11782
|
-
"nodeId",
|
|
11783
|
-
"isDeleteModified",
|
|
11784
|
-
"startTime",
|
|
11782
|
+
"nodeId",
|
|
11783
|
+
"isDeleteModified",
|
|
11784
|
+
"startTime",
|
|
11785
11785
|
"endTime"
|
|
11786
11786
|
];
|
|
11787
11787
|
public static dataTypeNodeId = makeExpandedNodeId(686, 0);
|
|
@@ -11880,10 +11880,10 @@ export interface DeleteReferencesItemOptions {
|
|
|
11880
11880
|
export class DeleteReferencesItem extends ExtensionObject {
|
|
11881
11881
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesItem; }
|
|
11882
11882
|
public static possibleFields: string[] = [
|
|
11883
|
-
"sourceNodeId",
|
|
11884
|
-
"referenceTypeId",
|
|
11885
|
-
"isForward",
|
|
11886
|
-
"targetNodeId",
|
|
11883
|
+
"sourceNodeId",
|
|
11884
|
+
"referenceTypeId",
|
|
11885
|
+
"isForward",
|
|
11886
|
+
"targetNodeId",
|
|
11887
11887
|
"deleteBidirectional"
|
|
11888
11888
|
];
|
|
11889
11889
|
public static dataTypeNodeId = makeExpandedNodeId(385, 0);
|
|
@@ -11970,7 +11970,7 @@ export interface DeleteReferencesRequestOptions {
|
|
|
11970
11970
|
export class DeleteReferencesRequest extends ExtensionObject {
|
|
11971
11971
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesRequest; }
|
|
11972
11972
|
public static possibleFields: string[] = [
|
|
11973
|
-
"requestHeader",
|
|
11973
|
+
"requestHeader",
|
|
11974
11974
|
"referencesToDelete"
|
|
11975
11975
|
];
|
|
11976
11976
|
public static dataTypeNodeId = makeExpandedNodeId(504, 0);
|
|
@@ -12057,8 +12057,8 @@ export interface DeleteReferencesResponseOptions {
|
|
|
12057
12057
|
export class DeleteReferencesResponse extends ExtensionObject {
|
|
12058
12058
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteReferencesResponse; }
|
|
12059
12059
|
public static possibleFields: string[] = [
|
|
12060
|
-
"responseHeader",
|
|
12061
|
-
"results",
|
|
12060
|
+
"responseHeader",
|
|
12061
|
+
"results",
|
|
12062
12062
|
"diagnosticInfos"
|
|
12063
12063
|
];
|
|
12064
12064
|
public static dataTypeNodeId = makeExpandedNodeId(507, 0);
|
|
@@ -12135,7 +12135,7 @@ export interface DeleteSubscriptionsRequestOptions {
|
|
|
12135
12135
|
export class DeleteSubscriptionsRequest extends ExtensionObject {
|
|
12136
12136
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteSubscriptionsRequest; }
|
|
12137
12137
|
public static possibleFields: string[] = [
|
|
12138
|
-
"requestHeader",
|
|
12138
|
+
"requestHeader",
|
|
12139
12139
|
"subscriptionIds"
|
|
12140
12140
|
];
|
|
12141
12141
|
public static dataTypeNodeId = makeExpandedNodeId(845, 0);
|
|
@@ -12214,8 +12214,8 @@ export interface DeleteSubscriptionsResponseOptions {
|
|
|
12214
12214
|
export class DeleteSubscriptionsResponse extends ExtensionObject {
|
|
12215
12215
|
public static get schema(): IStructuredTypeSchema { return schemaDeleteSubscriptionsResponse; }
|
|
12216
12216
|
public static possibleFields: string[] = [
|
|
12217
|
-
"responseHeader",
|
|
12218
|
-
"results",
|
|
12217
|
+
"responseHeader",
|
|
12218
|
+
"results",
|
|
12219
12219
|
"diagnosticInfos"
|
|
12220
12220
|
];
|
|
12221
12221
|
public static dataTypeNodeId = makeExpandedNodeId(848, 0);
|
|
@@ -12339,7 +12339,7 @@ export interface DoubleComplexNumberTypeOptions {
|
|
|
12339
12339
|
export class DoubleComplexNumberType extends ExtensionObject {
|
|
12340
12340
|
public static get schema(): IStructuredTypeSchema { return schemaDoubleComplexNumberType; }
|
|
12341
12341
|
public static possibleFields: string[] = [
|
|
12342
|
-
"real",
|
|
12342
|
+
"real",
|
|
12343
12343
|
"imaginary"
|
|
12344
12344
|
];
|
|
12345
12345
|
public static dataTypeNodeId = makeExpandedNodeId(12172, 0);
|
|
@@ -12429,10 +12429,10 @@ export interface DtlsPubSubConnectionDataTypeOptions {
|
|
|
12429
12429
|
export class DtlsPubSubConnectionDataType extends ExtensionObject {
|
|
12430
12430
|
public static get schema(): IStructuredTypeSchema { return schemaDtlsPubSubConnectionDataType; }
|
|
12431
12431
|
public static possibleFields: string[] = [
|
|
12432
|
-
"clientCipherSuite",
|
|
12433
|
-
"serverCipherSuites",
|
|
12434
|
-
"zeroRTT",
|
|
12435
|
-
"certificateGroupId",
|
|
12432
|
+
"clientCipherSuite",
|
|
12433
|
+
"serverCipherSuites",
|
|
12434
|
+
"zeroRTT",
|
|
12435
|
+
"certificateGroupId",
|
|
12436
12436
|
"verifyClientCertificate"
|
|
12437
12437
|
];
|
|
12438
12438
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -12619,14 +12619,14 @@ export interface EndpointConfigurationOptions {
|
|
|
12619
12619
|
export class EndpointConfiguration extends ExtensionObject {
|
|
12620
12620
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointConfiguration; }
|
|
12621
12621
|
public static possibleFields: string[] = [
|
|
12622
|
-
"operationTimeout",
|
|
12623
|
-
"useBinaryEncoding",
|
|
12624
|
-
"maxStringLength",
|
|
12625
|
-
"maxByteStringLength",
|
|
12626
|
-
"maxArrayLength",
|
|
12627
|
-
"maxMessageSize",
|
|
12628
|
-
"maxBufferSize",
|
|
12629
|
-
"channelLifetime",
|
|
12622
|
+
"operationTimeout",
|
|
12623
|
+
"useBinaryEncoding",
|
|
12624
|
+
"maxStringLength",
|
|
12625
|
+
"maxByteStringLength",
|
|
12626
|
+
"maxArrayLength",
|
|
12627
|
+
"maxMessageSize",
|
|
12628
|
+
"maxBufferSize",
|
|
12629
|
+
"channelLifetime",
|
|
12630
12630
|
"securityTokenLifetime"
|
|
12631
12631
|
];
|
|
12632
12632
|
public static dataTypeNodeId = makeExpandedNodeId(331, 0);
|
|
@@ -12744,9 +12744,9 @@ export interface EndpointTypeOptions {
|
|
|
12744
12744
|
export class EndpointType extends ExtensionObject {
|
|
12745
12745
|
public static get schema(): IStructuredTypeSchema { return schemaEndpointType; }
|
|
12746
12746
|
public static possibleFields: string[] = [
|
|
12747
|
-
"endpointUrl",
|
|
12748
|
-
"securityMode",
|
|
12749
|
-
"securityPolicyUri",
|
|
12747
|
+
"endpointUrl",
|
|
12748
|
+
"securityMode",
|
|
12749
|
+
"securityPolicyUri",
|
|
12750
12750
|
"transportProfileUri"
|
|
12751
12751
|
];
|
|
12752
12752
|
public static dataTypeNodeId = makeExpandedNodeId(15528, 0);
|
|
@@ -12898,7 +12898,7 @@ export interface EphemeralKeyTypeOptions {
|
|
|
12898
12898
|
export class EphemeralKeyType extends ExtensionObject {
|
|
12899
12899
|
public static get schema(): IStructuredTypeSchema { return schemaEphemeralKeyType; }
|
|
12900
12900
|
public static possibleFields: string[] = [
|
|
12901
|
-
"publicKey",
|
|
12901
|
+
"publicKey",
|
|
12902
12902
|
"signature"
|
|
12903
12903
|
];
|
|
12904
12904
|
public static dataTypeNodeId = makeExpandedNodeId(17548, 0);
|
|
@@ -12970,7 +12970,7 @@ export interface EventFieldListOptions {
|
|
|
12970
12970
|
export class EventFieldList extends ExtensionObject {
|
|
12971
12971
|
public static get schema(): IStructuredTypeSchema { return schemaEventFieldList; }
|
|
12972
12972
|
public static possibleFields: string[] = [
|
|
12973
|
-
"clientHandle",
|
|
12973
|
+
"clientHandle",
|
|
12974
12974
|
"eventFields"
|
|
12975
12975
|
];
|
|
12976
12976
|
public static dataTypeNodeId = makeExpandedNodeId(917, 0);
|
|
@@ -13042,7 +13042,7 @@ export interface EventFilterOptions extends MonitoringFilterOptions {
|
|
|
13042
13042
|
export class EventFilter extends MonitoringFilter {
|
|
13043
13043
|
public static get schema(): IStructuredTypeSchema { return schemaEventFilter; }
|
|
13044
13044
|
public static possibleFields: string[] = [
|
|
13045
|
-
"selectClauses",
|
|
13045
|
+
"selectClauses",
|
|
13046
13046
|
"whereClause"
|
|
13047
13047
|
];
|
|
13048
13048
|
public static dataTypeNodeId = makeExpandedNodeId(725, 0);
|
|
@@ -13129,8 +13129,8 @@ export interface EventFilterResultOptions extends MonitoringFilterResultOptions
|
|
|
13129
13129
|
export class EventFilterResult extends MonitoringFilterResult {
|
|
13130
13130
|
public static get schema(): IStructuredTypeSchema { return schemaEventFilterResult; }
|
|
13131
13131
|
public static possibleFields: string[] = [
|
|
13132
|
-
"selectClauseResults",
|
|
13133
|
-
"selectClauseDiagnosticInfos",
|
|
13132
|
+
"selectClauseResults",
|
|
13133
|
+
"selectClauseDiagnosticInfos",
|
|
13134
13134
|
"whereClauseResult"
|
|
13135
13135
|
];
|
|
13136
13136
|
public static dataTypeNodeId = makeExpandedNodeId(734, 0);
|
|
@@ -13329,12 +13329,12 @@ export interface FieldTargetDataTypeOptions {
|
|
|
13329
13329
|
export class FieldTargetDataType extends ExtensionObject {
|
|
13330
13330
|
public static get schema(): IStructuredTypeSchema { return schemaFieldTargetDataType; }
|
|
13331
13331
|
public static possibleFields: string[] = [
|
|
13332
|
-
"dataSetFieldId",
|
|
13333
|
-
"receiverIndexRange",
|
|
13334
|
-
"targetNodeId",
|
|
13335
|
-
"attributeId",
|
|
13336
|
-
"writeIndexRange",
|
|
13337
|
-
"overrideValueHandling",
|
|
13332
|
+
"dataSetFieldId",
|
|
13333
|
+
"receiverIndexRange",
|
|
13334
|
+
"targetNodeId",
|
|
13335
|
+
"attributeId",
|
|
13336
|
+
"writeIndexRange",
|
|
13337
|
+
"overrideValueHandling",
|
|
13338
13338
|
"overrideValue"
|
|
13339
13339
|
];
|
|
13340
13340
|
public static dataTypeNodeId = makeExpandedNodeId(14744, 0);
|
|
@@ -13454,9 +13454,9 @@ export interface FindServersOnNetworkRequestOptions {
|
|
|
13454
13454
|
export class FindServersOnNetworkRequest extends ExtensionObject {
|
|
13455
13455
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersOnNetworkRequest; }
|
|
13456
13456
|
public static possibleFields: string[] = [
|
|
13457
|
-
"requestHeader",
|
|
13458
|
-
"startingRecordId",
|
|
13459
|
-
"maxRecordsToReturn",
|
|
13457
|
+
"requestHeader",
|
|
13458
|
+
"startingRecordId",
|
|
13459
|
+
"maxRecordsToReturn",
|
|
13460
13460
|
"serverCapabilityFilter"
|
|
13461
13461
|
];
|
|
13462
13462
|
public static dataTypeNodeId = makeExpandedNodeId(12190, 0);
|
|
@@ -13550,9 +13550,9 @@ export interface ServerOnNetworkOptions {
|
|
|
13550
13550
|
export class ServerOnNetwork extends ExtensionObject {
|
|
13551
13551
|
public static get schema(): IStructuredTypeSchema { return schemaServerOnNetwork; }
|
|
13552
13552
|
public static possibleFields: string[] = [
|
|
13553
|
-
"recordId",
|
|
13554
|
-
"serverName",
|
|
13555
|
-
"discoveryUrl",
|
|
13553
|
+
"recordId",
|
|
13554
|
+
"serverName",
|
|
13555
|
+
"discoveryUrl",
|
|
13556
13556
|
"serverCapabilities"
|
|
13557
13557
|
];
|
|
13558
13558
|
public static dataTypeNodeId = makeExpandedNodeId(12189, 0);
|
|
@@ -13640,8 +13640,8 @@ export interface FindServersOnNetworkResponseOptions {
|
|
|
13640
13640
|
export class FindServersOnNetworkResponse extends ExtensionObject {
|
|
13641
13641
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersOnNetworkResponse; }
|
|
13642
13642
|
public static possibleFields: string[] = [
|
|
13643
|
-
"responseHeader",
|
|
13644
|
-
"lastCounterResetTime",
|
|
13643
|
+
"responseHeader",
|
|
13644
|
+
"lastCounterResetTime",
|
|
13645
13645
|
"servers"
|
|
13646
13646
|
];
|
|
13647
13647
|
public static dataTypeNodeId = makeExpandedNodeId(12191, 0);
|
|
@@ -13739,9 +13739,9 @@ export interface FindServersRequestOptions {
|
|
|
13739
13739
|
export class FindServersRequest extends ExtensionObject {
|
|
13740
13740
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersRequest; }
|
|
13741
13741
|
public static possibleFields: string[] = [
|
|
13742
|
-
"requestHeader",
|
|
13743
|
-
"endpointUrl",
|
|
13744
|
-
"localeIds",
|
|
13742
|
+
"requestHeader",
|
|
13743
|
+
"endpointUrl",
|
|
13744
|
+
"localeIds",
|
|
13745
13745
|
"serverUris"
|
|
13746
13746
|
];
|
|
13747
13747
|
public static dataTypeNodeId = makeExpandedNodeId(420, 0);
|
|
@@ -13823,7 +13823,7 @@ export interface FindServersResponseOptions {
|
|
|
13823
13823
|
export class FindServersResponse extends ExtensionObject {
|
|
13824
13824
|
public static get schema(): IStructuredTypeSchema { return schemaFindServersResponse; }
|
|
13825
13825
|
public static possibleFields: string[] = [
|
|
13826
|
-
"responseHeader",
|
|
13826
|
+
"responseHeader",
|
|
13827
13827
|
"servers"
|
|
13828
13828
|
];
|
|
13829
13829
|
public static dataTypeNodeId = makeExpandedNodeId(423, 0);
|
|
@@ -13950,7 +13950,7 @@ export interface GenericAttributeValueOptions {
|
|
|
13950
13950
|
export class GenericAttributeValue extends ExtensionObject {
|
|
13951
13951
|
public static get schema(): IStructuredTypeSchema { return schemaGenericAttributeValue; }
|
|
13952
13952
|
public static possibleFields: string[] = [
|
|
13953
|
-
"attributeId",
|
|
13953
|
+
"attributeId",
|
|
13954
13954
|
"value"
|
|
13955
13955
|
];
|
|
13956
13956
|
public static dataTypeNodeId = makeExpandedNodeId(17606, 0);
|
|
@@ -14016,11 +14016,11 @@ export interface GenericAttributesOptions extends NodeAttributesOptions {
|
|
|
14016
14016
|
export class GenericAttributes extends NodeAttributes {
|
|
14017
14017
|
public static get schema(): IStructuredTypeSchema { return schemaGenericAttributes; }
|
|
14018
14018
|
public static possibleFields: string[] = [
|
|
14019
|
-
"specifiedAttributes",
|
|
14020
|
-
"displayName",
|
|
14021
|
-
"description",
|
|
14022
|
-
"writeMask",
|
|
14023
|
-
"userWriteMask",
|
|
14019
|
+
"specifiedAttributes",
|
|
14020
|
+
"displayName",
|
|
14021
|
+
"description",
|
|
14022
|
+
"writeMask",
|
|
14023
|
+
"userWriteMask",
|
|
14024
14024
|
"attributeValues"
|
|
14025
14025
|
];
|
|
14026
14026
|
public static dataTypeNodeId = makeExpandedNodeId(17607, 0);
|
|
@@ -14108,9 +14108,9 @@ export interface GetEndpointsRequestOptions {
|
|
|
14108
14108
|
export class GetEndpointsRequest extends ExtensionObject {
|
|
14109
14109
|
public static get schema(): IStructuredTypeSchema { return schemaGetEndpointsRequest; }
|
|
14110
14110
|
public static possibleFields: string[] = [
|
|
14111
|
-
"requestHeader",
|
|
14112
|
-
"endpointUrl",
|
|
14113
|
-
"localeIds",
|
|
14111
|
+
"requestHeader",
|
|
14112
|
+
"endpointUrl",
|
|
14113
|
+
"localeIds",
|
|
14114
14114
|
"profileUris"
|
|
14115
14115
|
];
|
|
14116
14116
|
public static dataTypeNodeId = makeExpandedNodeId(426, 0);
|
|
@@ -14192,7 +14192,7 @@ export interface GetEndpointsResponseOptions {
|
|
|
14192
14192
|
export class GetEndpointsResponse extends ExtensionObject {
|
|
14193
14193
|
public static get schema(): IStructuredTypeSchema { return schemaGetEndpointsResponse; }
|
|
14194
14194
|
public static possibleFields: string[] = [
|
|
14195
|
-
"responseHeader",
|
|
14195
|
+
"responseHeader",
|
|
14196
14196
|
"endpoints"
|
|
14197
14197
|
];
|
|
14198
14198
|
public static dataTypeNodeId = makeExpandedNodeId(429, 0);
|
|
@@ -14491,8 +14491,8 @@ export interface ModificationInfoOptions {
|
|
|
14491
14491
|
export class ModificationInfo extends ExtensionObject {
|
|
14492
14492
|
public static get schema(): IStructuredTypeSchema { return schemaModificationInfo; }
|
|
14493
14493
|
public static possibleFields: string[] = [
|
|
14494
|
-
"modificationTime",
|
|
14495
|
-
"updateType",
|
|
14494
|
+
"modificationTime",
|
|
14495
|
+
"updateType",
|
|
14496
14496
|
"userName"
|
|
14497
14497
|
];
|
|
14498
14498
|
public static dataTypeNodeId = makeExpandedNodeId(11216, 0);
|
|
@@ -14574,7 +14574,7 @@ export interface HistoryModifiedDataOptions extends HistoryDataOptions {
|
|
|
14574
14574
|
export class HistoryModifiedData extends HistoryData {
|
|
14575
14575
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryModifiedData; }
|
|
14576
14576
|
public static possibleFields: string[] = [
|
|
14577
|
-
"dataValues",
|
|
14577
|
+
"dataValues",
|
|
14578
14578
|
"modificationInfos"
|
|
14579
14579
|
];
|
|
14580
14580
|
public static dataTypeNodeId = makeExpandedNodeId(11217, 0);
|
|
@@ -14643,7 +14643,7 @@ export interface HistoryModifiedEventOptions extends HistoryEventOptions {
|
|
|
14643
14643
|
export class HistoryModifiedEvent extends HistoryEvent {
|
|
14644
14644
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryModifiedEvent; }
|
|
14645
14645
|
public static possibleFields: string[] = [
|
|
14646
|
-
"events",
|
|
14646
|
+
"events",
|
|
14647
14647
|
"modificationInfos"
|
|
14648
14648
|
];
|
|
14649
14649
|
public static dataTypeNodeId = makeExpandedNodeId(32824, 0);
|
|
@@ -14777,9 +14777,9 @@ export interface HistoryReadValueIdOptions {
|
|
|
14777
14777
|
export class HistoryReadValueId extends ExtensionObject {
|
|
14778
14778
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadValueId; }
|
|
14779
14779
|
public static possibleFields: string[] = [
|
|
14780
|
-
"nodeId",
|
|
14781
|
-
"indexRange",
|
|
14782
|
-
"dataEncoding",
|
|
14780
|
+
"nodeId",
|
|
14781
|
+
"indexRange",
|
|
14782
|
+
"dataEncoding",
|
|
14783
14783
|
"continuationPoint"
|
|
14784
14784
|
];
|
|
14785
14785
|
public static dataTypeNodeId = makeExpandedNodeId(635, 0);
|
|
@@ -14879,10 +14879,10 @@ export interface HistoryReadRequestOptions {
|
|
|
14879
14879
|
export class HistoryReadRequest extends ExtensionObject {
|
|
14880
14880
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadRequest; }
|
|
14881
14881
|
public static possibleFields: string[] = [
|
|
14882
|
-
"requestHeader",
|
|
14883
|
-
"historyReadDetails",
|
|
14884
|
-
"timestampsToReturn",
|
|
14885
|
-
"releaseContinuationPoints",
|
|
14882
|
+
"requestHeader",
|
|
14883
|
+
"historyReadDetails",
|
|
14884
|
+
"timestampsToReturn",
|
|
14885
|
+
"releaseContinuationPoints",
|
|
14886
14886
|
"nodesToRead"
|
|
14887
14887
|
];
|
|
14888
14888
|
public static dataTypeNodeId = makeExpandedNodeId(662, 0);
|
|
@@ -14993,8 +14993,8 @@ export interface HistoryReadResultOptions {
|
|
|
14993
14993
|
export class HistoryReadResult extends ExtensionObject {
|
|
14994
14994
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadResult; }
|
|
14995
14995
|
public static possibleFields: string[] = [
|
|
14996
|
-
"statusCode",
|
|
14997
|
-
"continuationPoint",
|
|
14996
|
+
"statusCode",
|
|
14997
|
+
"continuationPoint",
|
|
14998
14998
|
"historyData"
|
|
14999
14999
|
];
|
|
15000
15000
|
public static dataTypeNodeId = makeExpandedNodeId(638, 0);
|
|
@@ -15078,8 +15078,8 @@ export interface HistoryReadResponseOptions {
|
|
|
15078
15078
|
export class HistoryReadResponse extends ExtensionObject {
|
|
15079
15079
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryReadResponse; }
|
|
15080
15080
|
public static possibleFields: string[] = [
|
|
15081
|
-
"responseHeader",
|
|
15082
|
-
"results",
|
|
15081
|
+
"responseHeader",
|
|
15082
|
+
"results",
|
|
15083
15083
|
"diagnosticInfos"
|
|
15084
15084
|
];
|
|
15085
15085
|
public static dataTypeNodeId = makeExpandedNodeId(665, 0);
|
|
@@ -15164,7 +15164,7 @@ export interface HistoryUpdateRequestOptions {
|
|
|
15164
15164
|
export class HistoryUpdateRequest extends ExtensionObject {
|
|
15165
15165
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateRequest; }
|
|
15166
15166
|
public static possibleFields: string[] = [
|
|
15167
|
-
"requestHeader",
|
|
15167
|
+
"requestHeader",
|
|
15168
15168
|
"historyUpdateDetails"
|
|
15169
15169
|
];
|
|
15170
15170
|
public static dataTypeNodeId = makeExpandedNodeId(698, 0);
|
|
@@ -15243,8 +15243,8 @@ export interface HistoryUpdateResultOptions {
|
|
|
15243
15243
|
export class HistoryUpdateResult extends ExtensionObject {
|
|
15244
15244
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateResult; }
|
|
15245
15245
|
public static possibleFields: string[] = [
|
|
15246
|
-
"statusCode",
|
|
15247
|
-
"operationResults",
|
|
15246
|
+
"statusCode",
|
|
15247
|
+
"operationResults",
|
|
15248
15248
|
"diagnosticInfos"
|
|
15249
15249
|
];
|
|
15250
15250
|
public static dataTypeNodeId = makeExpandedNodeId(695, 0);
|
|
@@ -15328,8 +15328,8 @@ export interface HistoryUpdateResponseOptions {
|
|
|
15328
15328
|
export class HistoryUpdateResponse extends ExtensionObject {
|
|
15329
15329
|
public static get schema(): IStructuredTypeSchema { return schemaHistoryUpdateResponse; }
|
|
15330
15330
|
public static possibleFields: string[] = [
|
|
15331
|
-
"responseHeader",
|
|
15332
|
-
"results",
|
|
15331
|
+
"responseHeader",
|
|
15332
|
+
"results",
|
|
15333
15333
|
"diagnosticInfos"
|
|
15334
15334
|
];
|
|
15335
15335
|
public static dataTypeNodeId = makeExpandedNodeId(701, 0);
|
|
@@ -15444,7 +15444,7 @@ export interface IdentityMappingRuleTypeOptions {
|
|
|
15444
15444
|
export class IdentityMappingRuleType extends ExtensionObject {
|
|
15445
15445
|
public static get schema(): IStructuredTypeSchema { return schemaIdentityMappingRuleType; }
|
|
15446
15446
|
public static possibleFields: string[] = [
|
|
15447
|
-
"criteriaType",
|
|
15447
|
+
"criteriaType",
|
|
15448
15448
|
"criteria"
|
|
15449
15449
|
];
|
|
15450
15450
|
public static dataTypeNodeId = makeExpandedNodeId(15634, 0);
|
|
@@ -15526,8 +15526,8 @@ export interface IssuedIdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
15526
15526
|
export class IssuedIdentityToken extends UserIdentityToken {
|
|
15527
15527
|
public static get schema(): IStructuredTypeSchema { return schemaIssuedIdentityToken; }
|
|
15528
15528
|
public static possibleFields: string[] = [
|
|
15529
|
-
"policyId",
|
|
15530
|
-
"tokenData",
|
|
15529
|
+
"policyId",
|
|
15530
|
+
"tokenData",
|
|
15531
15531
|
"encryptionAlgorithm"
|
|
15532
15532
|
];
|
|
15533
15533
|
public static dataTypeNodeId = makeExpandedNodeId(938, 0);
|
|
@@ -15648,15 +15648,15 @@ export interface JsonActionMetaDataMessageOptions {
|
|
|
15648
15648
|
export class JsonActionMetaDataMessage extends ExtensionObject {
|
|
15649
15649
|
public static get schema(): IStructuredTypeSchema { return schemaJsonActionMetaDataMessage; }
|
|
15650
15650
|
public static possibleFields: string[] = [
|
|
15651
|
-
"messageId",
|
|
15652
|
-
"messageType",
|
|
15653
|
-
"publisherId",
|
|
15654
|
-
"dataSetWriterId",
|
|
15655
|
-
"dataSetWriterName",
|
|
15656
|
-
"timestamp",
|
|
15657
|
-
"actionTargets",
|
|
15658
|
-
"request",
|
|
15659
|
-
"response",
|
|
15651
|
+
"messageId",
|
|
15652
|
+
"messageType",
|
|
15653
|
+
"publisherId",
|
|
15654
|
+
"dataSetWriterId",
|
|
15655
|
+
"dataSetWriterName",
|
|
15656
|
+
"timestamp",
|
|
15657
|
+
"actionTargets",
|
|
15658
|
+
"request",
|
|
15659
|
+
"response",
|
|
15660
15660
|
"actionMethods"
|
|
15661
15661
|
];
|
|
15662
15662
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -15826,14 +15826,14 @@ export interface JsonActionNetworkMessageOptions {
|
|
|
15826
15826
|
export class JsonActionNetworkMessage extends ExtensionObject {
|
|
15827
15827
|
public static get schema(): IStructuredTypeSchema { return schemaJsonActionNetworkMessage; }
|
|
15828
15828
|
public static possibleFields: string[] = [
|
|
15829
|
-
"messageId",
|
|
15830
|
-
"messageType",
|
|
15831
|
-
"publisherId",
|
|
15832
|
-
"timestamp",
|
|
15833
|
-
"responseAddress",
|
|
15834
|
-
"correlationData",
|
|
15835
|
-
"requestorId",
|
|
15836
|
-
"timeoutHint",
|
|
15829
|
+
"messageId",
|
|
15830
|
+
"messageType",
|
|
15831
|
+
"publisherId",
|
|
15832
|
+
"timestamp",
|
|
15833
|
+
"responseAddress",
|
|
15834
|
+
"correlationData",
|
|
15835
|
+
"requestorId",
|
|
15836
|
+
"timeoutHint",
|
|
15837
15837
|
"messages"
|
|
15838
15838
|
];
|
|
15839
15839
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -16018,16 +16018,16 @@ export interface JsonActionRequestMessageOptions {
|
|
|
16018
16018
|
export class JsonActionRequestMessage extends ExtensionObject {
|
|
16019
16019
|
public static get schema(): IStructuredTypeSchema { return schemaJsonActionRequestMessage; }
|
|
16020
16020
|
public static possibleFields: string[] = [
|
|
16021
|
-
"dataSetWriterId",
|
|
16022
|
-
"actionTargetId",
|
|
16023
|
-
"dataSetWriterName",
|
|
16024
|
-
"writerGroupName",
|
|
16025
|
-
"metaDataVersion",
|
|
16026
|
-
"minorVersion",
|
|
16027
|
-
"timestamp",
|
|
16028
|
-
"messageType",
|
|
16029
|
-
"requestId",
|
|
16030
|
-
"actionState",
|
|
16021
|
+
"dataSetWriterId",
|
|
16022
|
+
"actionTargetId",
|
|
16023
|
+
"dataSetWriterName",
|
|
16024
|
+
"writerGroupName",
|
|
16025
|
+
"metaDataVersion",
|
|
16026
|
+
"minorVersion",
|
|
16027
|
+
"timestamp",
|
|
16028
|
+
"messageType",
|
|
16029
|
+
"requestId",
|
|
16030
|
+
"actionState",
|
|
16031
16031
|
"payload"
|
|
16032
16032
|
];
|
|
16033
16033
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -16186,12 +16186,12 @@ export interface PubSubGroupDataTypeOptions {
|
|
|
16186
16186
|
export class PubSubGroupDataType extends ExtensionObject {
|
|
16187
16187
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubGroupDataType; }
|
|
16188
16188
|
public static possibleFields: string[] = [
|
|
16189
|
-
"name",
|
|
16190
|
-
"enabled",
|
|
16191
|
-
"securityMode",
|
|
16192
|
-
"securityGroupId",
|
|
16193
|
-
"securityKeyServices",
|
|
16194
|
-
"maxNetworkMessageSize",
|
|
16189
|
+
"name",
|
|
16190
|
+
"enabled",
|
|
16191
|
+
"securityMode",
|
|
16192
|
+
"securityGroupId",
|
|
16193
|
+
"securityKeyServices",
|
|
16194
|
+
"maxNetworkMessageSize",
|
|
16195
16195
|
"groupProperties"
|
|
16196
16196
|
];
|
|
16197
16197
|
public static dataTypeNodeId = makeExpandedNodeId(15609, 0);
|
|
@@ -16358,21 +16358,21 @@ export interface WriterGroupDataTypeOptions extends PubSubGroupDataTypeOptions {
|
|
|
16358
16358
|
export class WriterGroupDataType extends PubSubGroupDataType {
|
|
16359
16359
|
public static get schema(): IStructuredTypeSchema { return schemaWriterGroupDataType; }
|
|
16360
16360
|
public static possibleFields: string[] = [
|
|
16361
|
-
"name",
|
|
16362
|
-
"enabled",
|
|
16363
|
-
"securityMode",
|
|
16364
|
-
"securityGroupId",
|
|
16365
|
-
"securityKeyServices",
|
|
16366
|
-
"maxNetworkMessageSize",
|
|
16367
|
-
"groupProperties",
|
|
16368
|
-
"writerGroupId",
|
|
16369
|
-
"publishingInterval",
|
|
16370
|
-
"keepAliveTime",
|
|
16371
|
-
"priority",
|
|
16372
|
-
"localeIds",
|
|
16373
|
-
"headerLayoutUri",
|
|
16374
|
-
"transportSettings",
|
|
16375
|
-
"messageSettings",
|
|
16361
|
+
"name",
|
|
16362
|
+
"enabled",
|
|
16363
|
+
"securityMode",
|
|
16364
|
+
"securityGroupId",
|
|
16365
|
+
"securityKeyServices",
|
|
16366
|
+
"maxNetworkMessageSize",
|
|
16367
|
+
"groupProperties",
|
|
16368
|
+
"writerGroupId",
|
|
16369
|
+
"publishingInterval",
|
|
16370
|
+
"keepAliveTime",
|
|
16371
|
+
"priority",
|
|
16372
|
+
"localeIds",
|
|
16373
|
+
"headerLayoutUri",
|
|
16374
|
+
"transportSettings",
|
|
16375
|
+
"messageSettings",
|
|
16376
16376
|
"dataSetWriters"
|
|
16377
16377
|
];
|
|
16378
16378
|
public static dataTypeNodeId = makeExpandedNodeId(15480, 0);
|
|
@@ -16493,15 +16493,15 @@ export interface ReaderGroupDataTypeOptions extends PubSubGroupDataTypeOptions {
|
|
|
16493
16493
|
export class ReaderGroupDataType extends PubSubGroupDataType {
|
|
16494
16494
|
public static get schema(): IStructuredTypeSchema { return schemaReaderGroupDataType; }
|
|
16495
16495
|
public static possibleFields: string[] = [
|
|
16496
|
-
"name",
|
|
16497
|
-
"enabled",
|
|
16498
|
-
"securityMode",
|
|
16499
|
-
"securityGroupId",
|
|
16500
|
-
"securityKeyServices",
|
|
16501
|
-
"maxNetworkMessageSize",
|
|
16502
|
-
"groupProperties",
|
|
16503
|
-
"transportSettings",
|
|
16504
|
-
"messageSettings",
|
|
16496
|
+
"name",
|
|
16497
|
+
"enabled",
|
|
16498
|
+
"securityMode",
|
|
16499
|
+
"securityGroupId",
|
|
16500
|
+
"securityKeyServices",
|
|
16501
|
+
"maxNetworkMessageSize",
|
|
16502
|
+
"groupProperties",
|
|
16503
|
+
"transportSettings",
|
|
16504
|
+
"messageSettings",
|
|
16505
16505
|
"dataSetReaders"
|
|
16506
16506
|
];
|
|
16507
16507
|
public static dataTypeNodeId = makeExpandedNodeId(15520, 0);
|
|
@@ -16630,14 +16630,14 @@ export interface PubSubConnectionDataTypeOptions {
|
|
|
16630
16630
|
export class PubSubConnectionDataType extends ExtensionObject {
|
|
16631
16631
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConnectionDataType; }
|
|
16632
16632
|
public static possibleFields: string[] = [
|
|
16633
|
-
"name",
|
|
16634
|
-
"enabled",
|
|
16635
|
-
"publisherId",
|
|
16636
|
-
"transportProfileUri",
|
|
16637
|
-
"address",
|
|
16638
|
-
"connectionProperties",
|
|
16639
|
-
"transportSettings",
|
|
16640
|
-
"writerGroups",
|
|
16633
|
+
"name",
|
|
16634
|
+
"enabled",
|
|
16635
|
+
"publisherId",
|
|
16636
|
+
"transportProfileUri",
|
|
16637
|
+
"address",
|
|
16638
|
+
"connectionProperties",
|
|
16639
|
+
"transportSettings",
|
|
16640
|
+
"writerGroups",
|
|
16641
16641
|
"readerGroups"
|
|
16642
16642
|
];
|
|
16643
16643
|
public static dataTypeNodeId = makeExpandedNodeId(15617, 0);
|
|
@@ -16785,10 +16785,10 @@ export interface JsonActionResponderMessageOptions {
|
|
|
16785
16785
|
export class JsonActionResponderMessage extends ExtensionObject {
|
|
16786
16786
|
public static get schema(): IStructuredTypeSchema { return schemaJsonActionResponderMessage; }
|
|
16787
16787
|
public static possibleFields: string[] = [
|
|
16788
|
-
"messageId",
|
|
16789
|
-
"messageType",
|
|
16790
|
-
"publisherId",
|
|
16791
|
-
"timestamp",
|
|
16788
|
+
"messageId",
|
|
16789
|
+
"messageType",
|
|
16790
|
+
"publisherId",
|
|
16791
|
+
"timestamp",
|
|
16792
16792
|
"connection"
|
|
16793
16793
|
];
|
|
16794
16794
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -16934,17 +16934,17 @@ export interface JsonActionResponseMessageOptions {
|
|
|
16934
16934
|
export class JsonActionResponseMessage extends ExtensionObject {
|
|
16935
16935
|
public static get schema(): IStructuredTypeSchema { return schemaJsonActionResponseMessage; }
|
|
16936
16936
|
public static possibleFields: string[] = [
|
|
16937
|
-
"dataSetWriterId",
|
|
16938
|
-
"actionTargetId",
|
|
16939
|
-
"dataSetWriterName",
|
|
16940
|
-
"writerGroupName",
|
|
16941
|
-
"metaDataVersion",
|
|
16942
|
-
"minorVersion",
|
|
16943
|
-
"timestamp",
|
|
16944
|
-
"status",
|
|
16945
|
-
"messageType",
|
|
16946
|
-
"requestId",
|
|
16947
|
-
"actionState",
|
|
16937
|
+
"dataSetWriterId",
|
|
16938
|
+
"actionTargetId",
|
|
16939
|
+
"dataSetWriterName",
|
|
16940
|
+
"writerGroupName",
|
|
16941
|
+
"metaDataVersion",
|
|
16942
|
+
"minorVersion",
|
|
16943
|
+
"timestamp",
|
|
16944
|
+
"status",
|
|
16945
|
+
"messageType",
|
|
16946
|
+
"requestId",
|
|
16947
|
+
"actionState",
|
|
16948
16948
|
"payload"
|
|
16949
16949
|
];
|
|
16950
16950
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -17101,11 +17101,11 @@ export interface JsonApplicationDescriptionMessageOptions {
|
|
|
17101
17101
|
export class JsonApplicationDescriptionMessage extends ExtensionObject {
|
|
17102
17102
|
public static get schema(): IStructuredTypeSchema { return schemaJsonApplicationDescriptionMessage; }
|
|
17103
17103
|
public static possibleFields: string[] = [
|
|
17104
|
-
"messageId",
|
|
17105
|
-
"messageType",
|
|
17106
|
-
"publisherId",
|
|
17107
|
-
"timestamp",
|
|
17108
|
-
"description",
|
|
17104
|
+
"messageId",
|
|
17105
|
+
"messageType",
|
|
17106
|
+
"publisherId",
|
|
17107
|
+
"timestamp",
|
|
17108
|
+
"description",
|
|
17109
17109
|
"serverCapabilities"
|
|
17110
17110
|
];
|
|
17111
17111
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -17250,16 +17250,16 @@ export interface JsonDataSetMessageOptions {
|
|
|
17250
17250
|
export class JsonDataSetMessage extends ExtensionObject {
|
|
17251
17251
|
public static get schema(): IStructuredTypeSchema { return schemaJsonDataSetMessage; }
|
|
17252
17252
|
public static possibleFields: string[] = [
|
|
17253
|
-
"dataSetWriterId",
|
|
17254
|
-
"dataSetWriterName",
|
|
17255
|
-
"publisherId",
|
|
17256
|
-
"writerGroupName",
|
|
17257
|
-
"sequenceNumber",
|
|
17258
|
-
"metaDataVersion",
|
|
17259
|
-
"minorVersion",
|
|
17260
|
-
"timestamp",
|
|
17261
|
-
"status",
|
|
17262
|
-
"messageType",
|
|
17253
|
+
"dataSetWriterId",
|
|
17254
|
+
"dataSetWriterName",
|
|
17255
|
+
"publisherId",
|
|
17256
|
+
"writerGroupName",
|
|
17257
|
+
"sequenceNumber",
|
|
17258
|
+
"metaDataVersion",
|
|
17259
|
+
"minorVersion",
|
|
17260
|
+
"timestamp",
|
|
17261
|
+
"status",
|
|
17262
|
+
"messageType",
|
|
17263
17263
|
"payload"
|
|
17264
17264
|
];
|
|
17265
17265
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -17411,13 +17411,13 @@ export interface JsonDataSetMetaDataMessageOptions {
|
|
|
17411
17411
|
export class JsonDataSetMetaDataMessage extends ExtensionObject {
|
|
17412
17412
|
public static get schema(): IStructuredTypeSchema { return schemaJsonDataSetMetaDataMessage; }
|
|
17413
17413
|
public static possibleFields: string[] = [
|
|
17414
|
-
"messageId",
|
|
17415
|
-
"messageType",
|
|
17416
|
-
"publisherId",
|
|
17417
|
-
"dataSetWriterId",
|
|
17418
|
-
"writerGroupName",
|
|
17419
|
-
"dataSetWriterName",
|
|
17420
|
-
"timestamp",
|
|
17414
|
+
"messageId",
|
|
17415
|
+
"messageType",
|
|
17416
|
+
"publisherId",
|
|
17417
|
+
"dataSetWriterId",
|
|
17418
|
+
"writerGroupName",
|
|
17419
|
+
"dataSetWriterName",
|
|
17420
|
+
"timestamp",
|
|
17421
17421
|
"metaData"
|
|
17422
17422
|
];
|
|
17423
17423
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -17573,7 +17573,7 @@ export interface JsonDataSetReaderMessageDataTypeOptions extends DataSetReaderMe
|
|
|
17573
17573
|
export class JsonDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
17574
17574
|
public static get schema(): IStructuredTypeSchema { return schemaJsonDataSetReaderMessageDataType; }
|
|
17575
17575
|
public static possibleFields: string[] = [
|
|
17576
|
-
"networkMessageContentMask",
|
|
17576
|
+
"networkMessageContentMask",
|
|
17577
17577
|
"dataSetMessageContentMask"
|
|
17578
17578
|
];
|
|
17579
17579
|
public static dataTypeNodeId = makeExpandedNodeId(15665, 0);
|
|
@@ -17759,11 +17759,11 @@ export interface JsonNetworkMessageOptions {
|
|
|
17759
17759
|
export class JsonNetworkMessage extends ExtensionObject {
|
|
17760
17760
|
public static get schema(): IStructuredTypeSchema { return schemaJsonNetworkMessage; }
|
|
17761
17761
|
public static possibleFields: string[] = [
|
|
17762
|
-
"messageId",
|
|
17763
|
-
"messageType",
|
|
17764
|
-
"publisherId",
|
|
17765
|
-
"writerGroupName",
|
|
17766
|
-
"dataSetClassId",
|
|
17762
|
+
"messageId",
|
|
17763
|
+
"messageType",
|
|
17764
|
+
"publisherId",
|
|
17765
|
+
"writerGroupName",
|
|
17766
|
+
"dataSetClassId",
|
|
17767
17767
|
"messages"
|
|
17768
17768
|
];
|
|
17769
17769
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -17872,10 +17872,10 @@ export interface JsonPubSubConnectionMessageOptions {
|
|
|
17872
17872
|
export class JsonPubSubConnectionMessage extends ExtensionObject {
|
|
17873
17873
|
public static get schema(): IStructuredTypeSchema { return schemaJsonPubSubConnectionMessage; }
|
|
17874
17874
|
public static possibleFields: string[] = [
|
|
17875
|
-
"messageId",
|
|
17876
|
-
"messageType",
|
|
17877
|
-
"publisherId",
|
|
17878
|
-
"timestamp",
|
|
17875
|
+
"messageId",
|
|
17876
|
+
"messageType",
|
|
17877
|
+
"publisherId",
|
|
17878
|
+
"timestamp",
|
|
17879
17879
|
"connection"
|
|
17880
17880
|
];
|
|
17881
17881
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -17986,11 +17986,11 @@ export interface JsonServerEndpointsMessageOptions {
|
|
|
17986
17986
|
export class JsonServerEndpointsMessage extends ExtensionObject {
|
|
17987
17987
|
public static get schema(): IStructuredTypeSchema { return schemaJsonServerEndpointsMessage; }
|
|
17988
17988
|
public static possibleFields: string[] = [
|
|
17989
|
-
"messageId",
|
|
17990
|
-
"messageType",
|
|
17991
|
-
"publisherId",
|
|
17992
|
-
"timestamp",
|
|
17993
|
-
"description",
|
|
17989
|
+
"messageId",
|
|
17990
|
+
"messageType",
|
|
17991
|
+
"publisherId",
|
|
17992
|
+
"timestamp",
|
|
17993
|
+
"description",
|
|
17994
17994
|
"endpoints"
|
|
17995
17995
|
];
|
|
17996
17996
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -18146,12 +18146,12 @@ export interface JsonStatusMessageOptions {
|
|
|
18146
18146
|
export class JsonStatusMessage extends ExtensionObject {
|
|
18147
18147
|
public static get schema(): IStructuredTypeSchema { return schemaJsonStatusMessage; }
|
|
18148
18148
|
public static possibleFields: string[] = [
|
|
18149
|
-
"messageId",
|
|
18150
|
-
"messageType",
|
|
18151
|
-
"publisherId",
|
|
18152
|
-
"timestamp",
|
|
18153
|
-
"isCyclic",
|
|
18154
|
-
"status",
|
|
18149
|
+
"messageId",
|
|
18150
|
+
"messageType",
|
|
18151
|
+
"publisherId",
|
|
18152
|
+
"timestamp",
|
|
18153
|
+
"isCyclic",
|
|
18154
|
+
"status",
|
|
18155
18155
|
"nextReportTime"
|
|
18156
18156
|
];
|
|
18157
18157
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -18388,9 +18388,9 @@ export interface LinearConversionDataTypeOptions {
|
|
|
18388
18388
|
export class LinearConversionDataType extends ExtensionObject {
|
|
18389
18389
|
public static get schema(): IStructuredTypeSchema { return schemaLinearConversionDataType; }
|
|
18390
18390
|
public static possibleFields: string[] = [
|
|
18391
|
-
"initialAddend",
|
|
18392
|
-
"multiplicand",
|
|
18393
|
-
"divisor",
|
|
18391
|
+
"initialAddend",
|
|
18392
|
+
"multiplicand",
|
|
18393
|
+
"divisor",
|
|
18394
18394
|
"finalAddend"
|
|
18395
18395
|
];
|
|
18396
18396
|
public static dataTypeNodeId = makeExpandedNodeId(32435, 0);
|
|
@@ -18580,11 +18580,11 @@ export interface LldpManagementAddressTxPortTypeOptions {
|
|
|
18580
18580
|
export class LldpManagementAddressTxPortType extends ExtensionObject {
|
|
18581
18581
|
public static get schema(): IStructuredTypeSchema { return schemaLldpManagementAddressTxPortType; }
|
|
18582
18582
|
public static possibleFields: string[] = [
|
|
18583
|
-
"addressSubtype",
|
|
18584
|
-
"manAddress",
|
|
18585
|
-
"txEnable",
|
|
18586
|
-
"addrLen",
|
|
18587
|
-
"ifSubtype",
|
|
18583
|
+
"addressSubtype",
|
|
18584
|
+
"manAddress",
|
|
18585
|
+
"txEnable",
|
|
18586
|
+
"addrLen",
|
|
18587
|
+
"ifSubtype",
|
|
18588
18588
|
"ifId"
|
|
18589
18589
|
];
|
|
18590
18590
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -18698,9 +18698,9 @@ export interface LldpManagementAddressTypeOptions {
|
|
|
18698
18698
|
export class LldpManagementAddressType extends ExtensionObject {
|
|
18699
18699
|
public static get schema(): IStructuredTypeSchema { return schemaLldpManagementAddressType; }
|
|
18700
18700
|
public static possibleFields: string[] = [
|
|
18701
|
-
"addressSubtype",
|
|
18702
|
-
"address",
|
|
18703
|
-
"ifSubtype",
|
|
18701
|
+
"addressSubtype",
|
|
18702
|
+
"address",
|
|
18703
|
+
"ifSubtype",
|
|
18704
18704
|
"ifId"
|
|
18705
18705
|
];
|
|
18706
18706
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -18792,7 +18792,7 @@ export interface LldpTlvTypeOptions {
|
|
|
18792
18792
|
export class LldpTlvType extends ExtensionObject {
|
|
18793
18793
|
public static get schema(): IStructuredTypeSchema { return schemaLldpTlvType; }
|
|
18794
18794
|
public static possibleFields: string[] = [
|
|
18795
|
-
"tlvType",
|
|
18795
|
+
"tlvType",
|
|
18796
18796
|
"tlvInfo"
|
|
18797
18797
|
];
|
|
18798
18798
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -18864,7 +18864,7 @@ export interface MdnsDiscoveryConfigurationOptions extends DiscoveryConfiguratio
|
|
|
18864
18864
|
export class MdnsDiscoveryConfiguration extends DiscoveryConfiguration {
|
|
18865
18865
|
public static get schema(): IStructuredTypeSchema { return schemaMdnsDiscoveryConfiguration; }
|
|
18866
18866
|
public static possibleFields: string[] = [
|
|
18867
|
-
"mdnsServerName",
|
|
18867
|
+
"mdnsServerName",
|
|
18868
18868
|
"serverCapabilities"
|
|
18869
18869
|
];
|
|
18870
18870
|
public static dataTypeNodeId = makeExpandedNodeId(12891, 0);
|
|
@@ -18935,12 +18935,12 @@ export interface MethodAttributesOptions extends NodeAttributesOptions {
|
|
|
18935
18935
|
export class MethodAttributes extends NodeAttributes {
|
|
18936
18936
|
public static get schema(): IStructuredTypeSchema { return schemaMethodAttributes; }
|
|
18937
18937
|
public static possibleFields: string[] = [
|
|
18938
|
-
"specifiedAttributes",
|
|
18939
|
-
"displayName",
|
|
18940
|
-
"description",
|
|
18941
|
-
"writeMask",
|
|
18942
|
-
"userWriteMask",
|
|
18943
|
-
"executable",
|
|
18938
|
+
"specifiedAttributes",
|
|
18939
|
+
"displayName",
|
|
18940
|
+
"description",
|
|
18941
|
+
"writeMask",
|
|
18942
|
+
"userWriteMask",
|
|
18943
|
+
"executable",
|
|
18944
18944
|
"userExecutable"
|
|
18945
18945
|
];
|
|
18946
18946
|
public static dataTypeNodeId = makeExpandedNodeId(358, 0);
|
|
@@ -19017,8 +19017,8 @@ export interface ModelChangeStructureDataTypeOptions {
|
|
|
19017
19017
|
export class ModelChangeStructureDataType extends ExtensionObject {
|
|
19018
19018
|
public static get schema(): IStructuredTypeSchema { return schemaModelChangeStructureDataType; }
|
|
19019
19019
|
public static possibleFields: string[] = [
|
|
19020
|
-
"affected",
|
|
19021
|
-
"affectedType",
|
|
19020
|
+
"affected",
|
|
19021
|
+
"affectedType",
|
|
19022
19022
|
"verb"
|
|
19023
19023
|
];
|
|
19024
19024
|
public static dataTypeNodeId = makeExpandedNodeId(877, 0);
|
|
@@ -19094,7 +19094,7 @@ export interface MonitoredItemModifyRequestOptions {
|
|
|
19094
19094
|
export class MonitoredItemModifyRequest extends ExtensionObject {
|
|
19095
19095
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemModifyRequest; }
|
|
19096
19096
|
public static possibleFields: string[] = [
|
|
19097
|
-
"monitoredItemId",
|
|
19097
|
+
"monitoredItemId",
|
|
19098
19098
|
"requestedParameters"
|
|
19099
19099
|
];
|
|
19100
19100
|
public static dataTypeNodeId = makeExpandedNodeId(755, 0);
|
|
@@ -19178,9 +19178,9 @@ export interface ModifyMonitoredItemsRequestOptions {
|
|
|
19178
19178
|
export class ModifyMonitoredItemsRequest extends ExtensionObject {
|
|
19179
19179
|
public static get schema(): IStructuredTypeSchema { return schemaModifyMonitoredItemsRequest; }
|
|
19180
19180
|
public static possibleFields: string[] = [
|
|
19181
|
-
"requestHeader",
|
|
19182
|
-
"subscriptionId",
|
|
19183
|
-
"timestampsToReturn",
|
|
19181
|
+
"requestHeader",
|
|
19182
|
+
"subscriptionId",
|
|
19183
|
+
"timestampsToReturn",
|
|
19184
19184
|
"itemsToModify"
|
|
19185
19185
|
];
|
|
19186
19186
|
public static dataTypeNodeId = makeExpandedNodeId(761, 0);
|
|
@@ -19292,9 +19292,9 @@ export interface MonitoredItemModifyResultOptions {
|
|
|
19292
19292
|
export class MonitoredItemModifyResult extends ExtensionObject {
|
|
19293
19293
|
public static get schema(): IStructuredTypeSchema { return schemaMonitoredItemModifyResult; }
|
|
19294
19294
|
public static possibleFields: string[] = [
|
|
19295
|
-
"statusCode",
|
|
19296
|
-
"revisedSamplingInterval",
|
|
19297
|
-
"revisedQueueSize",
|
|
19295
|
+
"statusCode",
|
|
19296
|
+
"revisedSamplingInterval",
|
|
19297
|
+
"revisedQueueSize",
|
|
19298
19298
|
"filterResult"
|
|
19299
19299
|
];
|
|
19300
19300
|
public static dataTypeNodeId = makeExpandedNodeId(758, 0);
|
|
@@ -19383,8 +19383,8 @@ export interface ModifyMonitoredItemsResponseOptions {
|
|
|
19383
19383
|
export class ModifyMonitoredItemsResponse extends ExtensionObject {
|
|
19384
19384
|
public static get schema(): IStructuredTypeSchema { return schemaModifyMonitoredItemsResponse; }
|
|
19385
19385
|
public static possibleFields: string[] = [
|
|
19386
|
-
"responseHeader",
|
|
19387
|
-
"results",
|
|
19386
|
+
"responseHeader",
|
|
19387
|
+
"results",
|
|
19388
19388
|
"diagnosticInfos"
|
|
19389
19389
|
];
|
|
19390
19390
|
public static dataTypeNodeId = makeExpandedNodeId(764, 0);
|
|
@@ -19498,12 +19498,12 @@ export interface ModifySubscriptionRequestOptions {
|
|
|
19498
19498
|
export class ModifySubscriptionRequest extends ExtensionObject {
|
|
19499
19499
|
public static get schema(): IStructuredTypeSchema { return schemaModifySubscriptionRequest; }
|
|
19500
19500
|
public static possibleFields: string[] = [
|
|
19501
|
-
"requestHeader",
|
|
19502
|
-
"subscriptionId",
|
|
19503
|
-
"requestedPublishingInterval",
|
|
19504
|
-
"requestedLifetimeCount",
|
|
19505
|
-
"requestedMaxKeepAliveCount",
|
|
19506
|
-
"maxNotificationsPerPublish",
|
|
19501
|
+
"requestHeader",
|
|
19502
|
+
"subscriptionId",
|
|
19503
|
+
"requestedPublishingInterval",
|
|
19504
|
+
"requestedLifetimeCount",
|
|
19505
|
+
"requestedMaxKeepAliveCount",
|
|
19506
|
+
"maxNotificationsPerPublish",
|
|
19507
19507
|
"priority"
|
|
19508
19508
|
];
|
|
19509
19509
|
public static dataTypeNodeId = makeExpandedNodeId(791, 0);
|
|
@@ -19611,9 +19611,9 @@ export interface ModifySubscriptionResponseOptions {
|
|
|
19611
19611
|
export class ModifySubscriptionResponse extends ExtensionObject {
|
|
19612
19612
|
public static get schema(): IStructuredTypeSchema { return schemaModifySubscriptionResponse; }
|
|
19613
19613
|
public static possibleFields: string[] = [
|
|
19614
|
-
"responseHeader",
|
|
19615
|
-
"revisedPublishingInterval",
|
|
19616
|
-
"revisedLifetimeCount",
|
|
19614
|
+
"responseHeader",
|
|
19615
|
+
"revisedPublishingInterval",
|
|
19616
|
+
"revisedLifetimeCount",
|
|
19617
19617
|
"revisedMaxKeepAliveCount"
|
|
19618
19618
|
];
|
|
19619
19619
|
public static dataTypeNodeId = makeExpandedNodeId(794, 0);
|
|
@@ -19747,7 +19747,7 @@ export interface NetworkAddressUrlDataTypeOptions extends NetworkAddressDataType
|
|
|
19747
19747
|
export class NetworkAddressUrlDataType extends NetworkAddressDataType {
|
|
19748
19748
|
public static get schema(): IStructuredTypeSchema { return schemaNetworkAddressUrlDataType; }
|
|
19749
19749
|
public static possibleFields: string[] = [
|
|
19750
|
-
"networkInterface",
|
|
19750
|
+
"networkInterface",
|
|
19751
19751
|
"url"
|
|
19752
19752
|
];
|
|
19753
19753
|
public static dataTypeNodeId = makeExpandedNodeId(15510, 0);
|
|
@@ -19814,7 +19814,7 @@ export interface NetworkGroupDataTypeOptions {
|
|
|
19814
19814
|
export class NetworkGroupDataType extends ExtensionObject {
|
|
19815
19815
|
public static get schema(): IStructuredTypeSchema { return schemaNetworkGroupDataType; }
|
|
19816
19816
|
public static possibleFields: string[] = [
|
|
19817
|
-
"serverUri",
|
|
19817
|
+
"serverUri",
|
|
19818
19818
|
"networkPaths"
|
|
19819
19819
|
];
|
|
19820
19820
|
public static dataTypeNodeId = makeExpandedNodeId(11944, 0);
|
|
@@ -19906,9 +19906,9 @@ export interface NodeReferenceOptions {
|
|
|
19906
19906
|
export class NodeReference extends ExtensionObject {
|
|
19907
19907
|
public static get schema(): IStructuredTypeSchema { return schemaNodeReference; }
|
|
19908
19908
|
public static possibleFields: string[] = [
|
|
19909
|
-
"nodeId",
|
|
19910
|
-
"referenceTypeId",
|
|
19911
|
-
"isForward",
|
|
19909
|
+
"nodeId",
|
|
19910
|
+
"referenceTypeId",
|
|
19911
|
+
"isForward",
|
|
19912
19912
|
"referencedNodeIds"
|
|
19913
19913
|
];
|
|
19914
19914
|
public static dataTypeNodeId = makeExpandedNodeId(580, 0);
|
|
@@ -19995,8 +19995,8 @@ export interface QueryDataDescriptionOptions {
|
|
|
19995
19995
|
export class QueryDataDescription extends ExtensionObject {
|
|
19996
19996
|
public static get schema(): IStructuredTypeSchema { return schemaQueryDataDescription; }
|
|
19997
19997
|
public static possibleFields: string[] = [
|
|
19998
|
-
"relativePath",
|
|
19999
|
-
"attributeId",
|
|
19998
|
+
"relativePath",
|
|
19999
|
+
"attributeId",
|
|
20000
20000
|
"indexRange"
|
|
20001
20001
|
];
|
|
20002
20002
|
public static dataTypeNodeId = makeExpandedNodeId(570, 0);
|
|
@@ -20079,8 +20079,8 @@ export interface NodeTypeDescriptionOptions {
|
|
|
20079
20079
|
export class NodeTypeDescription extends ExtensionObject {
|
|
20080
20080
|
public static get schema(): IStructuredTypeSchema { return schemaNodeTypeDescription; }
|
|
20081
20081
|
public static possibleFields: string[] = [
|
|
20082
|
-
"typeDefinitionNode",
|
|
20083
|
-
"includeSubTypes",
|
|
20082
|
+
"typeDefinitionNode",
|
|
20083
|
+
"includeSubTypes",
|
|
20084
20084
|
"dataToReturn"
|
|
20085
20085
|
];
|
|
20086
20086
|
public static dataTypeNodeId = makeExpandedNodeId(573, 0);
|
|
@@ -20171,8 +20171,8 @@ export interface NotificationMessageOptions {
|
|
|
20171
20171
|
export class NotificationMessage extends ExtensionObject {
|
|
20172
20172
|
public static get schema(): IStructuredTypeSchema { return schemaNotificationMessage; }
|
|
20173
20173
|
public static possibleFields: string[] = [
|
|
20174
|
-
"sequenceNumber",
|
|
20175
|
-
"publishTime",
|
|
20174
|
+
"sequenceNumber",
|
|
20175
|
+
"publishTime",
|
|
20176
20176
|
"notificationData"
|
|
20177
20177
|
];
|
|
20178
20178
|
public static dataTypeNodeId = makeExpandedNodeId(803, 0);
|
|
@@ -20242,11 +20242,11 @@ export interface ObjectAttributesOptions extends NodeAttributesOptions {
|
|
|
20242
20242
|
export class ObjectAttributes extends NodeAttributes {
|
|
20243
20243
|
public static get schema(): IStructuredTypeSchema { return schemaObjectAttributes; }
|
|
20244
20244
|
public static possibleFields: string[] = [
|
|
20245
|
-
"specifiedAttributes",
|
|
20246
|
-
"displayName",
|
|
20247
|
-
"description",
|
|
20248
|
-
"writeMask",
|
|
20249
|
-
"userWriteMask",
|
|
20245
|
+
"specifiedAttributes",
|
|
20246
|
+
"displayName",
|
|
20247
|
+
"description",
|
|
20248
|
+
"writeMask",
|
|
20249
|
+
"userWriteMask",
|
|
20250
20250
|
"eventNotifier"
|
|
20251
20251
|
];
|
|
20252
20252
|
public static dataTypeNodeId = makeExpandedNodeId(352, 0);
|
|
@@ -20306,11 +20306,11 @@ export interface ObjectTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
20306
20306
|
export class ObjectTypeAttributes extends NodeAttributes {
|
|
20307
20307
|
public static get schema(): IStructuredTypeSchema { return schemaObjectTypeAttributes; }
|
|
20308
20308
|
public static possibleFields: string[] = [
|
|
20309
|
-
"specifiedAttributes",
|
|
20310
|
-
"displayName",
|
|
20311
|
-
"description",
|
|
20312
|
-
"writeMask",
|
|
20313
|
-
"userWriteMask",
|
|
20309
|
+
"specifiedAttributes",
|
|
20310
|
+
"displayName",
|
|
20311
|
+
"description",
|
|
20312
|
+
"writeMask",
|
|
20313
|
+
"userWriteMask",
|
|
20314
20314
|
"isAbstract"
|
|
20315
20315
|
];
|
|
20316
20316
|
public static dataTypeNodeId = makeExpandedNodeId(361, 0);
|
|
@@ -20424,11 +20424,11 @@ export interface OpenSecureChannelRequestOptions {
|
|
|
20424
20424
|
export class OpenSecureChannelRequest extends ExtensionObject {
|
|
20425
20425
|
public static get schema(): IStructuredTypeSchema { return schemaOpenSecureChannelRequest; }
|
|
20426
20426
|
public static possibleFields: string[] = [
|
|
20427
|
-
"requestHeader",
|
|
20428
|
-
"clientProtocolVersion",
|
|
20429
|
-
"requestType",
|
|
20430
|
-
"securityMode",
|
|
20431
|
-
"clientNonce",
|
|
20427
|
+
"requestHeader",
|
|
20428
|
+
"clientProtocolVersion",
|
|
20429
|
+
"requestType",
|
|
20430
|
+
"securityMode",
|
|
20431
|
+
"clientNonce",
|
|
20432
20432
|
"requestedLifetime"
|
|
20433
20433
|
];
|
|
20434
20434
|
public static dataTypeNodeId = makeExpandedNodeId(444, 0);
|
|
@@ -20551,9 +20551,9 @@ export interface OpenSecureChannelResponseOptions {
|
|
|
20551
20551
|
export class OpenSecureChannelResponse extends ExtensionObject {
|
|
20552
20552
|
public static get schema(): IStructuredTypeSchema { return schemaOpenSecureChannelResponse; }
|
|
20553
20553
|
public static possibleFields: string[] = [
|
|
20554
|
-
"responseHeader",
|
|
20555
|
-
"serverProtocolVersion",
|
|
20556
|
-
"securityToken",
|
|
20554
|
+
"responseHeader",
|
|
20555
|
+
"serverProtocolVersion",
|
|
20556
|
+
"securityToken",
|
|
20557
20557
|
"serverNonce"
|
|
20558
20558
|
];
|
|
20559
20559
|
public static dataTypeNodeId = makeExpandedNodeId(447, 0);
|
|
@@ -20634,7 +20634,7 @@ export interface OptionSetOptions {
|
|
|
20634
20634
|
export class OptionSet extends ExtensionObject {
|
|
20635
20635
|
public static get schema(): IStructuredTypeSchema { return schemaOptionSet; }
|
|
20636
20636
|
public static possibleFields: string[] = [
|
|
20637
|
-
"value",
|
|
20637
|
+
"value",
|
|
20638
20638
|
"validBits"
|
|
20639
20639
|
];
|
|
20640
20640
|
public static dataTypeNodeId = makeExpandedNodeId(12755, 0);
|
|
@@ -20761,8 +20761,8 @@ export interface ParsingResultOptions {
|
|
|
20761
20761
|
export class ParsingResult extends ExtensionObject {
|
|
20762
20762
|
public static get schema(): IStructuredTypeSchema { return schemaParsingResult; }
|
|
20763
20763
|
public static possibleFields: string[] = [
|
|
20764
|
-
"statusCode",
|
|
20765
|
-
"dataStatusCodes",
|
|
20764
|
+
"statusCode",
|
|
20765
|
+
"dataStatusCodes",
|
|
20766
20766
|
"dataDiagnosticInfos"
|
|
20767
20767
|
];
|
|
20768
20768
|
public static dataTypeNodeId = makeExpandedNodeId(610, 0);
|
|
@@ -20838,7 +20838,7 @@ export interface PortableNodeIdOptions {
|
|
|
20838
20838
|
export class PortableNodeId extends ExtensionObject {
|
|
20839
20839
|
public static get schema(): IStructuredTypeSchema { return schemaPortableNodeId; }
|
|
20840
20840
|
public static possibleFields: string[] = [
|
|
20841
|
-
"namespaceUri",
|
|
20841
|
+
"namespaceUri",
|
|
20842
20842
|
"identifier"
|
|
20843
20843
|
];
|
|
20844
20844
|
public static dataTypeNodeId = makeExpandedNodeId(24106, 0);
|
|
@@ -20909,7 +20909,7 @@ export interface PortableQualifiedNameOptions {
|
|
|
20909
20909
|
export class PortableQualifiedName extends ExtensionObject {
|
|
20910
20910
|
public static get schema(): IStructuredTypeSchema { return schemaPortableQualifiedName; }
|
|
20911
20911
|
public static possibleFields: string[] = [
|
|
20912
|
-
"namespaceUri",
|
|
20912
|
+
"namespaceUri",
|
|
20913
20913
|
"name"
|
|
20914
20914
|
];
|
|
20915
20915
|
public static dataTypeNodeId = makeExpandedNodeId(24105, 0);
|
|
@@ -20992,9 +20992,9 @@ export interface PriorityMappingEntryTypeOptions {
|
|
|
20992
20992
|
export class PriorityMappingEntryType extends ExtensionObject {
|
|
20993
20993
|
public static get schema(): IStructuredTypeSchema { return schemaPriorityMappingEntryType; }
|
|
20994
20994
|
public static possibleFields: string[] = [
|
|
20995
|
-
"mappingUri",
|
|
20996
|
-
"priorityLabel",
|
|
20997
|
-
"priorityValue_PCP",
|
|
20995
|
+
"mappingUri",
|
|
20996
|
+
"priorityLabel",
|
|
20997
|
+
"priorityValue_PCP",
|
|
20998
20998
|
"priorityValue_DSCP"
|
|
20999
20999
|
];
|
|
21000
21000
|
public static dataTypeNodeId = makeExpandedNodeId(25220, 0);
|
|
@@ -21139,17 +21139,17 @@ export interface ProgramDiagnostic2DataTypeOptions {
|
|
|
21139
21139
|
export class ProgramDiagnostic2DataType extends ExtensionObject {
|
|
21140
21140
|
public static get schema(): IStructuredTypeSchema { return schemaProgramDiagnostic2DataType; }
|
|
21141
21141
|
public static possibleFields: string[] = [
|
|
21142
|
-
"createSessionId",
|
|
21143
|
-
"createClientName",
|
|
21144
|
-
"invocationCreationTime",
|
|
21145
|
-
"lastTransitionTime",
|
|
21146
|
-
"lastMethodCall",
|
|
21147
|
-
"lastMethodSessionId",
|
|
21148
|
-
"lastMethodInputArguments",
|
|
21149
|
-
"lastMethodOutputArguments",
|
|
21150
|
-
"lastMethodInputValues",
|
|
21151
|
-
"lastMethodOutputValues",
|
|
21152
|
-
"lastMethodCallTime",
|
|
21142
|
+
"createSessionId",
|
|
21143
|
+
"createClientName",
|
|
21144
|
+
"invocationCreationTime",
|
|
21145
|
+
"lastTransitionTime",
|
|
21146
|
+
"lastMethodCall",
|
|
21147
|
+
"lastMethodSessionId",
|
|
21148
|
+
"lastMethodInputArguments",
|
|
21149
|
+
"lastMethodOutputArguments",
|
|
21150
|
+
"lastMethodInputValues",
|
|
21151
|
+
"lastMethodOutputValues",
|
|
21152
|
+
"lastMethodCallTime",
|
|
21153
21153
|
"lastMethodReturnStatus"
|
|
21154
21154
|
];
|
|
21155
21155
|
public static dataTypeNodeId = makeExpandedNodeId(24033, 0);
|
|
@@ -21286,7 +21286,7 @@ export interface StatusResultOptions {
|
|
|
21286
21286
|
export class StatusResult extends ExtensionObject {
|
|
21287
21287
|
public static get schema(): IStructuredTypeSchema { return schemaStatusResult; }
|
|
21288
21288
|
public static possibleFields: string[] = [
|
|
21289
|
-
"statusCode",
|
|
21289
|
+
"statusCode",
|
|
21290
21290
|
"diagnosticInfo"
|
|
21291
21291
|
];
|
|
21292
21292
|
public static dataTypeNodeId = makeExpandedNodeId(299, 0);
|
|
@@ -21407,15 +21407,15 @@ export interface ProgramDiagnosticDataTypeOptions {
|
|
|
21407
21407
|
export class ProgramDiagnosticDataType extends ExtensionObject {
|
|
21408
21408
|
public static get schema(): IStructuredTypeSchema { return schemaProgramDiagnosticDataType; }
|
|
21409
21409
|
public static possibleFields: string[] = [
|
|
21410
|
-
"createSessionId",
|
|
21411
|
-
"createClientName",
|
|
21412
|
-
"invocationCreationTime",
|
|
21413
|
-
"lastTransitionTime",
|
|
21414
|
-
"lastMethodCall",
|
|
21415
|
-
"lastMethodSessionId",
|
|
21416
|
-
"lastMethodInputArguments",
|
|
21417
|
-
"lastMethodOutputArguments",
|
|
21418
|
-
"lastMethodCallTime",
|
|
21410
|
+
"createSessionId",
|
|
21411
|
+
"createClientName",
|
|
21412
|
+
"invocationCreationTime",
|
|
21413
|
+
"lastTransitionTime",
|
|
21414
|
+
"lastMethodCall",
|
|
21415
|
+
"lastMethodSessionId",
|
|
21416
|
+
"lastMethodInputArguments",
|
|
21417
|
+
"lastMethodOutputArguments",
|
|
21418
|
+
"lastMethodCallTime",
|
|
21419
21419
|
"lastMethodReturnStatus"
|
|
21420
21420
|
];
|
|
21421
21421
|
public static dataTypeNodeId = makeExpandedNodeId(894, 0);
|
|
@@ -21562,10 +21562,10 @@ export interface PublishedDataSetDataTypeOptions {
|
|
|
21562
21562
|
export class PublishedDataSetDataType extends ExtensionObject {
|
|
21563
21563
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedDataSetDataType; }
|
|
21564
21564
|
public static possibleFields: string[] = [
|
|
21565
|
-
"name",
|
|
21566
|
-
"dataSetFolder",
|
|
21567
|
-
"dataSetMetaData",
|
|
21568
|
-
"extensionFields",
|
|
21565
|
+
"name",
|
|
21566
|
+
"dataSetFolder",
|
|
21567
|
+
"dataSetMetaData",
|
|
21568
|
+
"extensionFields",
|
|
21569
21569
|
"dataSetSource"
|
|
21570
21570
|
];
|
|
21571
21571
|
public static dataTypeNodeId = makeExpandedNodeId(15578, 0);
|
|
@@ -21667,8 +21667,8 @@ export interface PubSubConfigurationDataTypeOptions {
|
|
|
21667
21667
|
export class PubSubConfigurationDataType extends ExtensionObject {
|
|
21668
21668
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationDataType; }
|
|
21669
21669
|
public static possibleFields: string[] = [
|
|
21670
|
-
"publishedDataSets",
|
|
21671
|
-
"connections",
|
|
21670
|
+
"publishedDataSets",
|
|
21671
|
+
"connections",
|
|
21672
21672
|
"enabled"
|
|
21673
21673
|
];
|
|
21674
21674
|
public static dataTypeNodeId = makeExpandedNodeId(15530, 0);
|
|
@@ -21821,9 +21821,9 @@ export interface StandaloneSubscribedDataSetDataTypeOptions extends SubscribedDa
|
|
|
21821
21821
|
export class StandaloneSubscribedDataSetDataType extends SubscribedDataSetDataType {
|
|
21822
21822
|
public static get schema(): IStructuredTypeSchema { return schemaStandaloneSubscribedDataSetDataType; }
|
|
21823
21823
|
public static possibleFields: string[] = [
|
|
21824
|
-
"name",
|
|
21825
|
-
"dataSetFolder",
|
|
21826
|
-
"dataSetMetaData",
|
|
21824
|
+
"name",
|
|
21825
|
+
"dataSetFolder",
|
|
21826
|
+
"dataSetMetaData",
|
|
21827
21827
|
"subscribedDataSet"
|
|
21828
21828
|
];
|
|
21829
21829
|
public static dataTypeNodeId = makeExpandedNodeId(23600, 0);
|
|
@@ -21939,7 +21939,7 @@ export interface RolePermissionTypeOptions {
|
|
|
21939
21939
|
export class RolePermissionType extends ExtensionObject {
|
|
21940
21940
|
public static get schema(): IStructuredTypeSchema { return schemaRolePermissionType; }
|
|
21941
21941
|
public static possibleFields: string[] = [
|
|
21942
|
-
"roleId",
|
|
21942
|
+
"roleId",
|
|
21943
21943
|
"permissions"
|
|
21944
21944
|
];
|
|
21945
21945
|
public static dataTypeNodeId = makeExpandedNodeId(96, 0);
|
|
@@ -22066,14 +22066,14 @@ export interface SecurityGroupDataTypeOptions {
|
|
|
22066
22066
|
export class SecurityGroupDataType extends ExtensionObject {
|
|
22067
22067
|
public static get schema(): IStructuredTypeSchema { return schemaSecurityGroupDataType; }
|
|
22068
22068
|
public static possibleFields: string[] = [
|
|
22069
|
-
"name",
|
|
22070
|
-
"securityGroupFolder",
|
|
22071
|
-
"keyLifetime",
|
|
22072
|
-
"securityPolicyUri",
|
|
22073
|
-
"maxFutureKeyCount",
|
|
22074
|
-
"maxPastKeyCount",
|
|
22075
|
-
"securityGroupId",
|
|
22076
|
-
"rolePermissions",
|
|
22069
|
+
"name",
|
|
22070
|
+
"securityGroupFolder",
|
|
22071
|
+
"keyLifetime",
|
|
22072
|
+
"securityPolicyUri",
|
|
22073
|
+
"maxFutureKeyCount",
|
|
22074
|
+
"maxPastKeyCount",
|
|
22075
|
+
"securityGroupId",
|
|
22076
|
+
"rolePermissions",
|
|
22077
22077
|
"groupProperties"
|
|
22078
22078
|
];
|
|
22079
22079
|
public static dataTypeNodeId = makeExpandedNodeId(23601, 0);
|
|
@@ -22240,14 +22240,14 @@ export interface PubSubKeyPushTargetDataTypeOptions {
|
|
|
22240
22240
|
export class PubSubKeyPushTargetDataType extends ExtensionObject {
|
|
22241
22241
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubKeyPushTargetDataType; }
|
|
22242
22242
|
public static possibleFields: string[] = [
|
|
22243
|
-
"applicationUri",
|
|
22244
|
-
"pushTargetFolder",
|
|
22245
|
-
"endpointUrl",
|
|
22246
|
-
"securityPolicyUri",
|
|
22247
|
-
"userTokenType",
|
|
22248
|
-
"requestedKeyCount",
|
|
22249
|
-
"retryInterval",
|
|
22250
|
-
"pushTargetProperties",
|
|
22243
|
+
"applicationUri",
|
|
22244
|
+
"pushTargetFolder",
|
|
22245
|
+
"endpointUrl",
|
|
22246
|
+
"securityPolicyUri",
|
|
22247
|
+
"userTokenType",
|
|
22248
|
+
"requestedKeyCount",
|
|
22249
|
+
"retryInterval",
|
|
22250
|
+
"pushTargetProperties",
|
|
22251
22251
|
"securityGroups"
|
|
22252
22252
|
];
|
|
22253
22253
|
public static dataTypeNodeId = makeExpandedNodeId(25270, 0);
|
|
@@ -22397,15 +22397,15 @@ export interface PubSubConfiguration2DataTypeOptions extends PubSubConfiguration
|
|
|
22397
22397
|
export class PubSubConfiguration2DataType extends PubSubConfigurationDataType {
|
|
22398
22398
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfiguration2DataType; }
|
|
22399
22399
|
public static possibleFields: string[] = [
|
|
22400
|
-
"publishedDataSets",
|
|
22401
|
-
"connections",
|
|
22402
|
-
"enabled",
|
|
22403
|
-
"subscribedDataSets",
|
|
22404
|
-
"dataSetClasses",
|
|
22405
|
-
"defaultSecurityKeyServices",
|
|
22406
|
-
"securityGroups",
|
|
22407
|
-
"pubSubKeyPushTargets",
|
|
22408
|
-
"configurationVersion",
|
|
22400
|
+
"publishedDataSets",
|
|
22401
|
+
"connections",
|
|
22402
|
+
"enabled",
|
|
22403
|
+
"subscribedDataSets",
|
|
22404
|
+
"dataSetClasses",
|
|
22405
|
+
"defaultSecurityKeyServices",
|
|
22406
|
+
"securityGroups",
|
|
22407
|
+
"pubSubKeyPushTargets",
|
|
22408
|
+
"configurationVersion",
|
|
22409
22409
|
"configurationProperties"
|
|
22410
22410
|
];
|
|
22411
22411
|
public static dataTypeNodeId = makeExpandedNodeId(23602, 0);
|
|
@@ -22592,9 +22592,9 @@ export interface PubSubConfigurationRefDataTypeOptions {
|
|
|
22592
22592
|
export class PubSubConfigurationRefDataType extends ExtensionObject {
|
|
22593
22593
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationRefDataType; }
|
|
22594
22594
|
public static possibleFields: string[] = [
|
|
22595
|
-
"configurationMask",
|
|
22596
|
-
"elementIndex",
|
|
22597
|
-
"connectionIndex",
|
|
22595
|
+
"configurationMask",
|
|
22596
|
+
"elementIndex",
|
|
22597
|
+
"connectionIndex",
|
|
22598
22598
|
"groupIndex"
|
|
22599
22599
|
];
|
|
22600
22600
|
public static dataTypeNodeId = makeExpandedNodeId(25519, 0);
|
|
@@ -22692,8 +22692,8 @@ export interface PubSubConfigurationValueDataTypeOptions {
|
|
|
22692
22692
|
export class PubSubConfigurationValueDataType extends ExtensionObject {
|
|
22693
22693
|
public static get schema(): IStructuredTypeSchema { return schemaPubSubConfigurationValueDataType; }
|
|
22694
22694
|
public static possibleFields: string[] = [
|
|
22695
|
-
"configurationElement",
|
|
22696
|
-
"name",
|
|
22695
|
+
"configurationElement",
|
|
22696
|
+
"name",
|
|
22697
22697
|
"identifier"
|
|
22698
22698
|
];
|
|
22699
22699
|
public static dataTypeNodeId = makeExpandedNodeId(25520, 0);
|
|
@@ -22769,7 +22769,7 @@ export interface SubscriptionAcknowledgementOptions {
|
|
|
22769
22769
|
export class SubscriptionAcknowledgement extends ExtensionObject {
|
|
22770
22770
|
public static get schema(): IStructuredTypeSchema { return schemaSubscriptionAcknowledgement; }
|
|
22771
22771
|
public static possibleFields: string[] = [
|
|
22772
|
-
"subscriptionId",
|
|
22772
|
+
"subscriptionId",
|
|
22773
22773
|
"sequenceNumber"
|
|
22774
22774
|
];
|
|
22775
22775
|
public static dataTypeNodeId = makeExpandedNodeId(821, 0);
|
|
@@ -22841,7 +22841,7 @@ export interface PublishRequestOptions {
|
|
|
22841
22841
|
export class PublishRequest extends ExtensionObject {
|
|
22842
22842
|
public static get schema(): IStructuredTypeSchema { return schemaPublishRequest; }
|
|
22843
22843
|
public static possibleFields: string[] = [
|
|
22844
|
-
"requestHeader",
|
|
22844
|
+
"requestHeader",
|
|
22845
22845
|
"subscriptionAcknowledgements"
|
|
22846
22846
|
];
|
|
22847
22847
|
public static dataTypeNodeId = makeExpandedNodeId(824, 0);
|
|
@@ -22953,12 +22953,12 @@ export interface PublishResponseOptions {
|
|
|
22953
22953
|
export class PublishResponse extends ExtensionObject {
|
|
22954
22954
|
public static get schema(): IStructuredTypeSchema { return schemaPublishResponse; }
|
|
22955
22955
|
public static possibleFields: string[] = [
|
|
22956
|
-
"responseHeader",
|
|
22957
|
-
"subscriptionId",
|
|
22958
|
-
"availableSequenceNumbers",
|
|
22959
|
-
"moreNotifications",
|
|
22960
|
-
"notificationMessage",
|
|
22961
|
-
"results",
|
|
22956
|
+
"responseHeader",
|
|
22957
|
+
"subscriptionId",
|
|
22958
|
+
"availableSequenceNumbers",
|
|
22959
|
+
"moreNotifications",
|
|
22960
|
+
"notificationMessage",
|
|
22961
|
+
"results",
|
|
22962
22962
|
"diagnosticInfos"
|
|
22963
22963
|
];
|
|
22964
22964
|
public static dataTypeNodeId = makeExpandedNodeId(827, 0);
|
|
@@ -23103,7 +23103,7 @@ export interface PublishedActionDataTypeOptions extends PublishedDataSetSourceDa
|
|
|
23103
23103
|
export class PublishedActionDataType extends PublishedDataSetSourceDataType {
|
|
23104
23104
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedActionDataType; }
|
|
23105
23105
|
public static possibleFields: string[] = [
|
|
23106
|
-
"requestDataSetMetaData",
|
|
23106
|
+
"requestDataSetMetaData",
|
|
23107
23107
|
"actionTargets"
|
|
23108
23108
|
];
|
|
23109
23109
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -23177,8 +23177,8 @@ export interface PublishedActionMethodDataTypeOptions extends PublishedActionDat
|
|
|
23177
23177
|
export class PublishedActionMethodDataType extends PublishedActionDataType {
|
|
23178
23178
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedActionMethodDataType; }
|
|
23179
23179
|
public static possibleFields: string[] = [
|
|
23180
|
-
"requestDataSetMetaData",
|
|
23181
|
-
"actionTargets",
|
|
23180
|
+
"requestDataSetMetaData",
|
|
23181
|
+
"actionTargets",
|
|
23182
23182
|
"actionMethods"
|
|
23183
23183
|
];
|
|
23184
23184
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -23289,13 +23289,13 @@ export interface PublishedVariableDataTypeOptions {
|
|
|
23289
23289
|
export class PublishedVariableDataType extends ExtensionObject {
|
|
23290
23290
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedVariableDataType; }
|
|
23291
23291
|
public static possibleFields: string[] = [
|
|
23292
|
-
"publishedVariable",
|
|
23293
|
-
"attributeId",
|
|
23294
|
-
"samplingIntervalHint",
|
|
23295
|
-
"deadbandType",
|
|
23296
|
-
"deadbandValue",
|
|
23297
|
-
"indexRange",
|
|
23298
|
-
"substituteValue",
|
|
23292
|
+
"publishedVariable",
|
|
23293
|
+
"attributeId",
|
|
23294
|
+
"samplingIntervalHint",
|
|
23295
|
+
"deadbandType",
|
|
23296
|
+
"deadbandValue",
|
|
23297
|
+
"indexRange",
|
|
23298
|
+
"substituteValue",
|
|
23299
23299
|
"metaDataProperties"
|
|
23300
23300
|
];
|
|
23301
23301
|
public static dataTypeNodeId = makeExpandedNodeId(14273, 0);
|
|
@@ -23530,8 +23530,8 @@ export interface PublishedEventsDataTypeOptions extends PublishedDataSetSourceDa
|
|
|
23530
23530
|
export class PublishedEventsDataType extends PublishedDataSetSourceDataType {
|
|
23531
23531
|
public static get schema(): IStructuredTypeSchema { return schemaPublishedEventsDataType; }
|
|
23532
23532
|
public static possibleFields: string[] = [
|
|
23533
|
-
"eventNotifier",
|
|
23534
|
-
"selectedFields",
|
|
23533
|
+
"eventNotifier",
|
|
23534
|
+
"selectedFields",
|
|
23535
23535
|
"filter"
|
|
23536
23536
|
];
|
|
23537
23537
|
public static dataTypeNodeId = makeExpandedNodeId(15582, 0);
|
|
@@ -23699,13 +23699,13 @@ export interface QuantityDimensionOptions {
|
|
|
23699
23699
|
export class QuantityDimension extends ExtensionObject {
|
|
23700
23700
|
public static get schema(): IStructuredTypeSchema { return schemaQuantityDimension; }
|
|
23701
23701
|
public static possibleFields: string[] = [
|
|
23702
|
-
"massExponent",
|
|
23703
|
-
"lengthExponent",
|
|
23704
|
-
"timeExponent",
|
|
23705
|
-
"electricCurrentExponent",
|
|
23706
|
-
"amountOfSubstanceExponent",
|
|
23707
|
-
"luminousIntensityExponent",
|
|
23708
|
-
"absoluteTemperatureExponent",
|
|
23702
|
+
"massExponent",
|
|
23703
|
+
"lengthExponent",
|
|
23704
|
+
"timeExponent",
|
|
23705
|
+
"electricCurrentExponent",
|
|
23706
|
+
"amountOfSubstanceExponent",
|
|
23707
|
+
"luminousIntensityExponent",
|
|
23708
|
+
"absoluteTemperatureExponent",
|
|
23709
23709
|
"dimensionlessExponent"
|
|
23710
23710
|
];
|
|
23711
23711
|
public static dataTypeNodeId = makeExpandedNodeId(32438, 0);
|
|
@@ -23813,8 +23813,8 @@ export interface QueryDataSetOptions {
|
|
|
23813
23813
|
export class QueryDataSet extends ExtensionObject {
|
|
23814
23814
|
public static get schema(): IStructuredTypeSchema { return schemaQueryDataSet; }
|
|
23815
23815
|
public static possibleFields: string[] = [
|
|
23816
|
-
"nodeId",
|
|
23817
|
-
"typeDefinitionNode",
|
|
23816
|
+
"nodeId",
|
|
23817
|
+
"typeDefinitionNode",
|
|
23818
23818
|
"values"
|
|
23819
23819
|
];
|
|
23820
23820
|
public static dataTypeNodeId = makeExpandedNodeId(577, 0);
|
|
@@ -23915,11 +23915,11 @@ export interface QueryFirstRequestOptions {
|
|
|
23915
23915
|
export class QueryFirstRequest extends ExtensionObject {
|
|
23916
23916
|
public static get schema(): IStructuredTypeSchema { return schemaQueryFirstRequest; }
|
|
23917
23917
|
public static possibleFields: string[] = [
|
|
23918
|
-
"requestHeader",
|
|
23919
|
-
"view",
|
|
23920
|
-
"nodeTypes",
|
|
23921
|
-
"filter",
|
|
23922
|
-
"maxDataSetsToReturn",
|
|
23918
|
+
"requestHeader",
|
|
23919
|
+
"view",
|
|
23920
|
+
"nodeTypes",
|
|
23921
|
+
"filter",
|
|
23922
|
+
"maxDataSetsToReturn",
|
|
23923
23923
|
"maxReferencesToReturn"
|
|
23924
23924
|
];
|
|
23925
23925
|
public static dataTypeNodeId = makeExpandedNodeId(613, 0);
|
|
@@ -24045,11 +24045,11 @@ export interface QueryFirstResponseOptions {
|
|
|
24045
24045
|
export class QueryFirstResponse extends ExtensionObject {
|
|
24046
24046
|
public static get schema(): IStructuredTypeSchema { return schemaQueryFirstResponse; }
|
|
24047
24047
|
public static possibleFields: string[] = [
|
|
24048
|
-
"responseHeader",
|
|
24049
|
-
"queryDataSets",
|
|
24050
|
-
"continuationPoint",
|
|
24051
|
-
"parsingResults",
|
|
24052
|
-
"diagnosticInfos",
|
|
24048
|
+
"responseHeader",
|
|
24049
|
+
"queryDataSets",
|
|
24050
|
+
"continuationPoint",
|
|
24051
|
+
"parsingResults",
|
|
24052
|
+
"diagnosticInfos",
|
|
24053
24053
|
"filterResult"
|
|
24054
24054
|
];
|
|
24055
24055
|
public static dataTypeNodeId = makeExpandedNodeId(616, 0);
|
|
@@ -24162,8 +24162,8 @@ export interface QueryNextRequestOptions {
|
|
|
24162
24162
|
export class QueryNextRequest extends ExtensionObject {
|
|
24163
24163
|
public static get schema(): IStructuredTypeSchema { return schemaQueryNextRequest; }
|
|
24164
24164
|
public static possibleFields: string[] = [
|
|
24165
|
-
"requestHeader",
|
|
24166
|
-
"releaseContinuationPoint",
|
|
24165
|
+
"requestHeader",
|
|
24166
|
+
"releaseContinuationPoint",
|
|
24167
24167
|
"continuationPoint"
|
|
24168
24168
|
];
|
|
24169
24169
|
public static dataTypeNodeId = makeExpandedNodeId(619, 0);
|
|
@@ -24246,8 +24246,8 @@ export interface QueryNextResponseOptions {
|
|
|
24246
24246
|
export class QueryNextResponse extends ExtensionObject {
|
|
24247
24247
|
public static get schema(): IStructuredTypeSchema { return schemaQueryNextResponse; }
|
|
24248
24248
|
public static possibleFields: string[] = [
|
|
24249
|
-
"responseHeader",
|
|
24250
|
-
"queryDataSets",
|
|
24249
|
+
"responseHeader",
|
|
24250
|
+
"queryDataSets",
|
|
24251
24251
|
"revisedContinuationPoint"
|
|
24252
24252
|
];
|
|
24253
24253
|
public static dataTypeNodeId = makeExpandedNodeId(622, 0);
|
|
@@ -24331,7 +24331,7 @@ export interface RationalNumberOptions {
|
|
|
24331
24331
|
export class RationalNumber extends ExtensionObject {
|
|
24332
24332
|
public static get schema(): IStructuredTypeSchema { return schemaRationalNumber; }
|
|
24333
24333
|
public static possibleFields: string[] = [
|
|
24334
|
-
"numerator",
|
|
24334
|
+
"numerator",
|
|
24335
24335
|
"denominator"
|
|
24336
24336
|
];
|
|
24337
24337
|
public static dataTypeNodeId = makeExpandedNodeId(18806, 0);
|
|
@@ -24463,7 +24463,7 @@ export interface ReadAtTimeDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
24463
24463
|
export class ReadAtTimeDetails extends HistoryReadDetails {
|
|
24464
24464
|
public static get schema(): IStructuredTypeSchema { return schemaReadAtTimeDetails; }
|
|
24465
24465
|
public static possibleFields: string[] = [
|
|
24466
|
-
"reqTimes",
|
|
24466
|
+
"reqTimes",
|
|
24467
24467
|
"useSimpleBounds"
|
|
24468
24468
|
];
|
|
24469
24469
|
public static dataTypeNodeId = makeExpandedNodeId(653, 0);
|
|
@@ -24546,9 +24546,9 @@ export interface ReadEventDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
24546
24546
|
export class ReadEventDetails extends HistoryReadDetails {
|
|
24547
24547
|
public static get schema(): IStructuredTypeSchema { return schemaReadEventDetails; }
|
|
24548
24548
|
public static possibleFields: string[] = [
|
|
24549
|
-
"numValuesPerNode",
|
|
24550
|
-
"startTime",
|
|
24551
|
-
"endTime",
|
|
24549
|
+
"numValuesPerNode",
|
|
24550
|
+
"startTime",
|
|
24551
|
+
"endTime",
|
|
24552
24552
|
"filter"
|
|
24553
24553
|
];
|
|
24554
24554
|
public static dataTypeNodeId = makeExpandedNodeId(644, 0);
|
|
@@ -24623,10 +24623,10 @@ export interface ReadEventDetails2Options extends ReadEventDetailsOptions {
|
|
|
24623
24623
|
export class ReadEventDetails2 extends ReadEventDetails {
|
|
24624
24624
|
public static get schema(): IStructuredTypeSchema { return schemaReadEventDetails2; }
|
|
24625
24625
|
public static possibleFields: string[] = [
|
|
24626
|
-
"numValuesPerNode",
|
|
24627
|
-
"startTime",
|
|
24628
|
-
"endTime",
|
|
24629
|
-
"filter",
|
|
24626
|
+
"numValuesPerNode",
|
|
24627
|
+
"startTime",
|
|
24628
|
+
"endTime",
|
|
24629
|
+
"filter",
|
|
24630
24630
|
"readModified"
|
|
24631
24631
|
];
|
|
24632
24632
|
public static dataTypeNodeId = makeExpandedNodeId(32799, 0);
|
|
@@ -24716,7 +24716,7 @@ export interface SortRuleElementOptions {
|
|
|
24716
24716
|
export class SortRuleElement extends ExtensionObject {
|
|
24717
24717
|
public static get schema(): IStructuredTypeSchema { return schemaSortRuleElement; }
|
|
24718
24718
|
public static possibleFields: string[] = [
|
|
24719
|
-
"sortOrder",
|
|
24719
|
+
"sortOrder",
|
|
24720
24720
|
"eventField"
|
|
24721
24721
|
];
|
|
24722
24722
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -24793,10 +24793,10 @@ export interface ReadEventDetailsSortedOptions extends ReadEventDetailsOptions {
|
|
|
24793
24793
|
export class ReadEventDetailsSorted extends ReadEventDetails {
|
|
24794
24794
|
public static get schema(): IStructuredTypeSchema { return schemaReadEventDetailsSorted; }
|
|
24795
24795
|
public static possibleFields: string[] = [
|
|
24796
|
-
"numValuesPerNode",
|
|
24797
|
-
"startTime",
|
|
24798
|
-
"endTime",
|
|
24799
|
-
"filter",
|
|
24796
|
+
"numValuesPerNode",
|
|
24797
|
+
"startTime",
|
|
24798
|
+
"endTime",
|
|
24799
|
+
"filter",
|
|
24800
24800
|
"sortClause"
|
|
24801
24801
|
];
|
|
24802
24802
|
public static dataTypeNodeId = makeExpandedNodeId(0, 0);
|
|
@@ -24889,10 +24889,10 @@ export interface ReadProcessedDetailsOptions extends HistoryReadDetailsOptions {
|
|
|
24889
24889
|
export class ReadProcessedDetails extends HistoryReadDetails {
|
|
24890
24890
|
public static get schema(): IStructuredTypeSchema { return schemaReadProcessedDetails; }
|
|
24891
24891
|
public static possibleFields: string[] = [
|
|
24892
|
-
"startTime",
|
|
24893
|
-
"endTime",
|
|
24894
|
-
"processingInterval",
|
|
24895
|
-
"aggregateType",
|
|
24892
|
+
"startTime",
|
|
24893
|
+
"endTime",
|
|
24894
|
+
"processingInterval",
|
|
24895
|
+
"aggregateType",
|
|
24896
24896
|
"aggregateConfiguration"
|
|
24897
24897
|
];
|
|
24898
24898
|
public static dataTypeNodeId = makeExpandedNodeId(650, 0);
|
|
@@ -24996,10 +24996,10 @@ export interface ReadRawModifiedDetailsOptions extends HistoryReadDetailsOptions
|
|
|
24996
24996
|
export class ReadRawModifiedDetails extends HistoryReadDetails {
|
|
24997
24997
|
public static get schema(): IStructuredTypeSchema { return schemaReadRawModifiedDetails; }
|
|
24998
24998
|
public static possibleFields: string[] = [
|
|
24999
|
-
"isReadModified",
|
|
25000
|
-
"startTime",
|
|
25001
|
-
"endTime",
|
|
25002
|
-
"numValuesPerNode",
|
|
24999
|
+
"isReadModified",
|
|
25000
|
+
"startTime",
|
|
25001
|
+
"endTime",
|
|
25002
|
+
"numValuesPerNode",
|
|
25003
25003
|
"returnBounds"
|
|
25004
25004
|
];
|
|
25005
25005
|
public static dataTypeNodeId = makeExpandedNodeId(647, 0);
|
|
@@ -25098,9 +25098,9 @@ export interface ReadRequestOptions {
|
|
|
25098
25098
|
export class ReadRequest extends ExtensionObject {
|
|
25099
25099
|
public static get schema(): IStructuredTypeSchema { return schemaReadRequest; }
|
|
25100
25100
|
public static possibleFields: string[] = [
|
|
25101
|
-
"requestHeader",
|
|
25102
|
-
"maxAge",
|
|
25103
|
-
"timestampsToReturn",
|
|
25101
|
+
"requestHeader",
|
|
25102
|
+
"maxAge",
|
|
25103
|
+
"timestampsToReturn",
|
|
25104
25104
|
"nodesToRead"
|
|
25105
25105
|
];
|
|
25106
25106
|
public static dataTypeNodeId = makeExpandedNodeId(629, 0);
|
|
@@ -25208,8 +25208,8 @@ export interface ReadResponseOptions {
|
|
|
25208
25208
|
export class ReadResponse extends ExtensionObject {
|
|
25209
25209
|
public static get schema(): IStructuredTypeSchema { return schemaReadResponse; }
|
|
25210
25210
|
public static possibleFields: string[] = [
|
|
25211
|
-
"responseHeader",
|
|
25212
|
-
"results",
|
|
25211
|
+
"responseHeader",
|
|
25212
|
+
"results",
|
|
25213
25213
|
"diagnosticInfos"
|
|
25214
25214
|
];
|
|
25215
25215
|
public static dataTypeNodeId = makeExpandedNodeId(632, 0);
|
|
@@ -25524,8 +25524,8 @@ export interface RedundantServerDataTypeOptions {
|
|
|
25524
25524
|
export class RedundantServerDataType extends ExtensionObject {
|
|
25525
25525
|
public static get schema(): IStructuredTypeSchema { return schemaRedundantServerDataType; }
|
|
25526
25526
|
public static possibleFields: string[] = [
|
|
25527
|
-
"serverId",
|
|
25528
|
-
"serviceLevel",
|
|
25527
|
+
"serverId",
|
|
25528
|
+
"serviceLevel",
|
|
25529
25529
|
"serverState"
|
|
25530
25530
|
];
|
|
25531
25531
|
public static dataTypeNodeId = makeExpandedNodeId(853, 0);
|
|
@@ -25624,9 +25624,9 @@ export interface ReferenceDescriptionDataTypeOptions {
|
|
|
25624
25624
|
export class ReferenceDescriptionDataType extends ExtensionObject {
|
|
25625
25625
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceDescriptionDataType; }
|
|
25626
25626
|
public static possibleFields: string[] = [
|
|
25627
|
-
"sourceNode",
|
|
25628
|
-
"referenceType",
|
|
25629
|
-
"isForward",
|
|
25627
|
+
"sourceNode",
|
|
25628
|
+
"referenceType",
|
|
25629
|
+
"isForward",
|
|
25630
25630
|
"targetNode"
|
|
25631
25631
|
];
|
|
25632
25632
|
public static dataTypeNodeId = makeExpandedNodeId(32659, 0);
|
|
@@ -25713,8 +25713,8 @@ export interface ReferenceListEntryDataTypeOptions {
|
|
|
25713
25713
|
export class ReferenceListEntryDataType extends ExtensionObject {
|
|
25714
25714
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceListEntryDataType; }
|
|
25715
25715
|
public static possibleFields: string[] = [
|
|
25716
|
-
"referenceType",
|
|
25717
|
-
"isForward",
|
|
25716
|
+
"referenceType",
|
|
25717
|
+
"isForward",
|
|
25718
25718
|
"targetNode"
|
|
25719
25719
|
];
|
|
25720
25720
|
public static dataTypeNodeId = makeExpandedNodeId(32660, 0);
|
|
@@ -25796,13 +25796,13 @@ export interface ReferenceTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
25796
25796
|
export class ReferenceTypeAttributes extends NodeAttributes {
|
|
25797
25797
|
public static get schema(): IStructuredTypeSchema { return schemaReferenceTypeAttributes; }
|
|
25798
25798
|
public static possibleFields: string[] = [
|
|
25799
|
-
"specifiedAttributes",
|
|
25800
|
-
"displayName",
|
|
25801
|
-
"description",
|
|
25802
|
-
"writeMask",
|
|
25803
|
-
"userWriteMask",
|
|
25804
|
-
"isAbstract",
|
|
25805
|
-
"symmetric",
|
|
25799
|
+
"specifiedAttributes",
|
|
25800
|
+
"displayName",
|
|
25801
|
+
"description",
|
|
25802
|
+
"writeMask",
|
|
25803
|
+
"userWriteMask",
|
|
25804
|
+
"isAbstract",
|
|
25805
|
+
"symmetric",
|
|
25806
25806
|
"inverseName"
|
|
25807
25807
|
];
|
|
25808
25808
|
public static dataTypeNodeId = makeExpandedNodeId(367, 0);
|
|
@@ -25879,7 +25879,7 @@ export interface RegisterNodesRequestOptions {
|
|
|
25879
25879
|
export class RegisterNodesRequest extends ExtensionObject {
|
|
25880
25880
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterNodesRequest; }
|
|
25881
25881
|
public static possibleFields: string[] = [
|
|
25882
|
-
"requestHeader",
|
|
25882
|
+
"requestHeader",
|
|
25883
25883
|
"nodesToRegister"
|
|
25884
25884
|
];
|
|
25885
25885
|
public static dataTypeNodeId = makeExpandedNodeId(558, 0);
|
|
@@ -25951,7 +25951,7 @@ export interface RegisterNodesResponseOptions {
|
|
|
25951
25951
|
export class RegisterNodesResponse extends ExtensionObject {
|
|
25952
25952
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterNodesResponse; }
|
|
25953
25953
|
public static possibleFields: string[] = [
|
|
25954
|
-
"responseHeader",
|
|
25954
|
+
"responseHeader",
|
|
25955
25955
|
"registeredNodeIds"
|
|
25956
25956
|
];
|
|
25957
25957
|
public static dataTypeNodeId = makeExpandedNodeId(561, 0);
|
|
@@ -26060,13 +26060,13 @@ export interface RegisteredServerOptions {
|
|
|
26060
26060
|
export class RegisteredServer extends ExtensionObject {
|
|
26061
26061
|
public static get schema(): IStructuredTypeSchema { return schemaRegisteredServer; }
|
|
26062
26062
|
public static possibleFields: string[] = [
|
|
26063
|
-
"serverUri",
|
|
26064
|
-
"productUri",
|
|
26065
|
-
"serverNames",
|
|
26066
|
-
"serverType",
|
|
26067
|
-
"gatewayServerUri",
|
|
26068
|
-
"discoveryUrls",
|
|
26069
|
-
"semaphoreFilePath",
|
|
26063
|
+
"serverUri",
|
|
26064
|
+
"productUri",
|
|
26065
|
+
"serverNames",
|
|
26066
|
+
"serverType",
|
|
26067
|
+
"gatewayServerUri",
|
|
26068
|
+
"discoveryUrls",
|
|
26069
|
+
"semaphoreFilePath",
|
|
26070
26070
|
"isOnline"
|
|
26071
26071
|
];
|
|
26072
26072
|
public static dataTypeNodeId = makeExpandedNodeId(432, 0);
|
|
@@ -26185,8 +26185,8 @@ export interface RegisterServer2RequestOptions {
|
|
|
26185
26185
|
export class RegisterServer2Request extends ExtensionObject {
|
|
26186
26186
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServer2Request; }
|
|
26187
26187
|
public static possibleFields: string[] = [
|
|
26188
|
-
"requestHeader",
|
|
26189
|
-
"server",
|
|
26188
|
+
"requestHeader",
|
|
26189
|
+
"server",
|
|
26190
26190
|
"discoveryConfiguration"
|
|
26191
26191
|
];
|
|
26192
26192
|
public static dataTypeNodeId = makeExpandedNodeId(12193, 0);
|
|
@@ -26270,8 +26270,8 @@ export interface RegisterServer2ResponseOptions {
|
|
|
26270
26270
|
export class RegisterServer2Response extends ExtensionObject {
|
|
26271
26271
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServer2Response; }
|
|
26272
26272
|
public static possibleFields: string[] = [
|
|
26273
|
-
"responseHeader",
|
|
26274
|
-
"configurationResults",
|
|
26273
|
+
"responseHeader",
|
|
26274
|
+
"configurationResults",
|
|
26275
26275
|
"diagnosticInfos"
|
|
26276
26276
|
];
|
|
26277
26277
|
public static dataTypeNodeId = makeExpandedNodeId(12194, 0);
|
|
@@ -26347,7 +26347,7 @@ export interface RegisterServerRequestOptions {
|
|
|
26347
26347
|
export class RegisterServerRequest extends ExtensionObject {
|
|
26348
26348
|
public static get schema(): IStructuredTypeSchema { return schemaRegisterServerRequest; }
|
|
26349
26349
|
public static possibleFields: string[] = [
|
|
26350
|
-
"requestHeader",
|
|
26350
|
+
"requestHeader",
|
|
26351
26351
|
"server"
|
|
26352
26352
|
];
|
|
26353
26353
|
public static dataTypeNodeId = makeExpandedNodeId(435, 0);
|
|
@@ -26483,8 +26483,8 @@ export interface RepublishRequestOptions {
|
|
|
26483
26483
|
export class RepublishRequest extends ExtensionObject {
|
|
26484
26484
|
public static get schema(): IStructuredTypeSchema { return schemaRepublishRequest; }
|
|
26485
26485
|
public static possibleFields: string[] = [
|
|
26486
|
-
"requestHeader",
|
|
26487
|
-
"subscriptionId",
|
|
26486
|
+
"requestHeader",
|
|
26487
|
+
"subscriptionId",
|
|
26488
26488
|
"retransmitSequenceNumber"
|
|
26489
26489
|
];
|
|
26490
26490
|
public static dataTypeNodeId = makeExpandedNodeId(830, 0);
|
|
@@ -26560,7 +26560,7 @@ export interface RepublishResponseOptions {
|
|
|
26560
26560
|
export class RepublishResponse extends ExtensionObject {
|
|
26561
26561
|
public static get schema(): IStructuredTypeSchema { return schemaRepublishResponse; }
|
|
26562
26562
|
public static possibleFields: string[] = [
|
|
26563
|
-
"responseHeader",
|
|
26563
|
+
"responseHeader",
|
|
26564
26564
|
"notificationMessage"
|
|
26565
26565
|
];
|
|
26566
26566
|
public static dataTypeNodeId = makeExpandedNodeId(833, 0);
|
|
@@ -26643,9 +26643,9 @@ export interface SamplingIntervalDiagnosticsDataTypeOptions {
|
|
|
26643
26643
|
export class SamplingIntervalDiagnosticsDataType extends ExtensionObject {
|
|
26644
26644
|
public static get schema(): IStructuredTypeSchema { return schemaSamplingIntervalDiagnosticsDataType; }
|
|
26645
26645
|
public static possibleFields: string[] = [
|
|
26646
|
-
"samplingInterval",
|
|
26647
|
-
"monitoredItemCount",
|
|
26648
|
-
"maxMonitoredItemCount",
|
|
26646
|
+
"samplingInterval",
|
|
26647
|
+
"monitoredItemCount",
|
|
26648
|
+
"maxMonitoredItemCount",
|
|
26649
26649
|
"disabledMonitoredItemCount"
|
|
26650
26650
|
];
|
|
26651
26651
|
public static dataTypeNodeId = makeExpandedNodeId(856, 0);
|
|
@@ -26726,7 +26726,7 @@ export interface SemanticChangeStructureDataTypeOptions {
|
|
|
26726
26726
|
export class SemanticChangeStructureDataType extends ExtensionObject {
|
|
26727
26727
|
public static get schema(): IStructuredTypeSchema { return schemaSemanticChangeStructureDataType; }
|
|
26728
26728
|
public static possibleFields: string[] = [
|
|
26729
|
-
"affected",
|
|
26729
|
+
"affected",
|
|
26730
26730
|
"affectedType"
|
|
26731
26731
|
];
|
|
26732
26732
|
public static dataTypeNodeId = makeExpandedNodeId(897, 0);
|
|
@@ -26857,17 +26857,17 @@ export interface ServerDiagnosticsSummaryDataTypeOptions {
|
|
|
26857
26857
|
export class ServerDiagnosticsSummaryDataType extends ExtensionObject {
|
|
26858
26858
|
public static get schema(): IStructuredTypeSchema { return schemaServerDiagnosticsSummaryDataType; }
|
|
26859
26859
|
public static possibleFields: string[] = [
|
|
26860
|
-
"serverViewCount",
|
|
26861
|
-
"currentSessionCount",
|
|
26862
|
-
"cumulatedSessionCount",
|
|
26863
|
-
"securityRejectedSessionCount",
|
|
26864
|
-
"rejectedSessionCount",
|
|
26865
|
-
"sessionTimeoutCount",
|
|
26866
|
-
"sessionAbortCount",
|
|
26867
|
-
"currentSubscriptionCount",
|
|
26868
|
-
"cumulatedSubscriptionCount",
|
|
26869
|
-
"publishingIntervalCount",
|
|
26870
|
-
"securityRejectedRequestsCount",
|
|
26860
|
+
"serverViewCount",
|
|
26861
|
+
"currentSessionCount",
|
|
26862
|
+
"cumulatedSessionCount",
|
|
26863
|
+
"securityRejectedSessionCount",
|
|
26864
|
+
"rejectedSessionCount",
|
|
26865
|
+
"sessionTimeoutCount",
|
|
26866
|
+
"sessionAbortCount",
|
|
26867
|
+
"currentSubscriptionCount",
|
|
26868
|
+
"cumulatedSubscriptionCount",
|
|
26869
|
+
"publishingIntervalCount",
|
|
26870
|
+
"securityRejectedRequestsCount",
|
|
26871
26871
|
"rejectedRequestsCount"
|
|
26872
26872
|
];
|
|
26873
26873
|
public static dataTypeNodeId = makeExpandedNodeId(859, 0);
|
|
@@ -27012,11 +27012,11 @@ export interface ServerStatusDataTypeOptions {
|
|
|
27012
27012
|
export class ServerStatusDataType extends ExtensionObject {
|
|
27013
27013
|
public static get schema(): IStructuredTypeSchema { return schemaServerStatusDataType; }
|
|
27014
27014
|
public static possibleFields: string[] = [
|
|
27015
|
-
"startTime",
|
|
27016
|
-
"currentTime",
|
|
27017
|
-
"state",
|
|
27018
|
-
"buildInfo",
|
|
27019
|
-
"secondsTillShutdown",
|
|
27015
|
+
"startTime",
|
|
27016
|
+
"currentTime",
|
|
27017
|
+
"state",
|
|
27018
|
+
"buildInfo",
|
|
27019
|
+
"secondsTillShutdown",
|
|
27020
27020
|
"shutdownReason"
|
|
27021
27021
|
];
|
|
27022
27022
|
public static dataTypeNodeId = makeExpandedNodeId(862, 0);
|
|
@@ -27118,7 +27118,7 @@ export interface ServiceCounterDataTypeOptions {
|
|
|
27118
27118
|
export class ServiceCounterDataType extends ExtensionObject {
|
|
27119
27119
|
public static get schema(): IStructuredTypeSchema { return schemaServiceCounterDataType; }
|
|
27120
27120
|
public static possibleFields: string[] = [
|
|
27121
|
-
"totalCount",
|
|
27121
|
+
"totalCount",
|
|
27122
27122
|
"errorCount"
|
|
27123
27123
|
];
|
|
27124
27124
|
public static dataTypeNodeId = makeExpandedNodeId(871, 0);
|
|
@@ -27495,48 +27495,48 @@ export interface SessionDiagnosticsDataTypeOptions {
|
|
|
27495
27495
|
export class SessionDiagnosticsDataType extends ExtensionObject {
|
|
27496
27496
|
public static get schema(): IStructuredTypeSchema { return schemaSessionDiagnosticsDataType; }
|
|
27497
27497
|
public static possibleFields: string[] = [
|
|
27498
|
-
"sessionId",
|
|
27499
|
-
"sessionName",
|
|
27500
|
-
"clientDescription",
|
|
27501
|
-
"serverUri",
|
|
27502
|
-
"endpointUrl",
|
|
27503
|
-
"localeIds",
|
|
27504
|
-
"actualSessionTimeout",
|
|
27505
|
-
"maxResponseMessageSize",
|
|
27506
|
-
"clientConnectionTime",
|
|
27507
|
-
"clientLastContactTime",
|
|
27508
|
-
"currentSubscriptionsCount",
|
|
27509
|
-
"currentMonitoredItemsCount",
|
|
27510
|
-
"currentPublishRequestsInQueue",
|
|
27511
|
-
"totalRequestCount",
|
|
27512
|
-
"unauthorizedRequestCount",
|
|
27513
|
-
"readCount",
|
|
27514
|
-
"historyReadCount",
|
|
27515
|
-
"writeCount",
|
|
27516
|
-
"historyUpdateCount",
|
|
27517
|
-
"callCount",
|
|
27518
|
-
"createMonitoredItemsCount",
|
|
27519
|
-
"modifyMonitoredItemsCount",
|
|
27520
|
-
"setMonitoringModeCount",
|
|
27521
|
-
"setTriggeringCount",
|
|
27522
|
-
"deleteMonitoredItemsCount",
|
|
27523
|
-
"createSubscriptionCount",
|
|
27524
|
-
"modifySubscriptionCount",
|
|
27525
|
-
"setPublishingModeCount",
|
|
27526
|
-
"publishCount",
|
|
27527
|
-
"republishCount",
|
|
27528
|
-
"transferSubscriptionsCount",
|
|
27529
|
-
"deleteSubscriptionsCount",
|
|
27530
|
-
"addNodesCount",
|
|
27531
|
-
"addReferencesCount",
|
|
27532
|
-
"deleteNodesCount",
|
|
27533
|
-
"deleteReferencesCount",
|
|
27534
|
-
"browseCount",
|
|
27535
|
-
"browseNextCount",
|
|
27536
|
-
"translateBrowsePathsToNodeIdsCount",
|
|
27537
|
-
"queryFirstCount",
|
|
27538
|
-
"queryNextCount",
|
|
27539
|
-
"registerNodesCount",
|
|
27498
|
+
"sessionId",
|
|
27499
|
+
"sessionName",
|
|
27500
|
+
"clientDescription",
|
|
27501
|
+
"serverUri",
|
|
27502
|
+
"endpointUrl",
|
|
27503
|
+
"localeIds",
|
|
27504
|
+
"actualSessionTimeout",
|
|
27505
|
+
"maxResponseMessageSize",
|
|
27506
|
+
"clientConnectionTime",
|
|
27507
|
+
"clientLastContactTime",
|
|
27508
|
+
"currentSubscriptionsCount",
|
|
27509
|
+
"currentMonitoredItemsCount",
|
|
27510
|
+
"currentPublishRequestsInQueue",
|
|
27511
|
+
"totalRequestCount",
|
|
27512
|
+
"unauthorizedRequestCount",
|
|
27513
|
+
"readCount",
|
|
27514
|
+
"historyReadCount",
|
|
27515
|
+
"writeCount",
|
|
27516
|
+
"historyUpdateCount",
|
|
27517
|
+
"callCount",
|
|
27518
|
+
"createMonitoredItemsCount",
|
|
27519
|
+
"modifyMonitoredItemsCount",
|
|
27520
|
+
"setMonitoringModeCount",
|
|
27521
|
+
"setTriggeringCount",
|
|
27522
|
+
"deleteMonitoredItemsCount",
|
|
27523
|
+
"createSubscriptionCount",
|
|
27524
|
+
"modifySubscriptionCount",
|
|
27525
|
+
"setPublishingModeCount",
|
|
27526
|
+
"publishCount",
|
|
27527
|
+
"republishCount",
|
|
27528
|
+
"transferSubscriptionsCount",
|
|
27529
|
+
"deleteSubscriptionsCount",
|
|
27530
|
+
"addNodesCount",
|
|
27531
|
+
"addReferencesCount",
|
|
27532
|
+
"deleteNodesCount",
|
|
27533
|
+
"deleteReferencesCount",
|
|
27534
|
+
"browseCount",
|
|
27535
|
+
"browseNextCount",
|
|
27536
|
+
"translateBrowsePathsToNodeIdsCount",
|
|
27537
|
+
"queryFirstCount",
|
|
27538
|
+
"queryNextCount",
|
|
27539
|
+
"registerNodesCount",
|
|
27540
27540
|
"unregisterNodesCount"
|
|
27541
27541
|
];
|
|
27542
27542
|
public static dataTypeNodeId = makeExpandedNodeId(865, 0);
|
|
@@ -27855,14 +27855,14 @@ export interface SessionSecurityDiagnosticsDataTypeOptions {
|
|
|
27855
27855
|
export class SessionSecurityDiagnosticsDataType extends ExtensionObject {
|
|
27856
27856
|
public static get schema(): IStructuredTypeSchema { return schemaSessionSecurityDiagnosticsDataType; }
|
|
27857
27857
|
public static possibleFields: string[] = [
|
|
27858
|
-
"sessionId",
|
|
27859
|
-
"clientUserIdOfSession",
|
|
27860
|
-
"clientUserIdHistory",
|
|
27861
|
-
"authenticationMechanism",
|
|
27862
|
-
"encoding",
|
|
27863
|
-
"transportProtocol",
|
|
27864
|
-
"securityMode",
|
|
27865
|
-
"securityPolicyUri",
|
|
27858
|
+
"sessionId",
|
|
27859
|
+
"clientUserIdOfSession",
|
|
27860
|
+
"clientUserIdHistory",
|
|
27861
|
+
"authenticationMechanism",
|
|
27862
|
+
"encoding",
|
|
27863
|
+
"transportProtocol",
|
|
27864
|
+
"securityMode",
|
|
27865
|
+
"securityPolicyUri",
|
|
27866
27866
|
"clientCertificate"
|
|
27867
27867
|
];
|
|
27868
27868
|
public static dataTypeNodeId = makeExpandedNodeId(868, 0);
|
|
@@ -28000,10 +28000,10 @@ export interface SessionlessInvokeRequestTypeOptions {
|
|
|
28000
28000
|
export class SessionlessInvokeRequestType extends ExtensionObject {
|
|
28001
28001
|
public static get schema(): IStructuredTypeSchema { return schemaSessionlessInvokeRequestType; }
|
|
28002
28002
|
public static possibleFields: string[] = [
|
|
28003
|
-
"urisVersion",
|
|
28004
|
-
"namespaceUris",
|
|
28005
|
-
"serverUris",
|
|
28006
|
-
"localeIds",
|
|
28003
|
+
"urisVersion",
|
|
28004
|
+
"namespaceUris",
|
|
28005
|
+
"serverUris",
|
|
28006
|
+
"localeIds",
|
|
28007
28007
|
"serviceId"
|
|
28008
28008
|
];
|
|
28009
28009
|
public static dataTypeNodeId = makeExpandedNodeId(15901, 0);
|
|
@@ -28097,8 +28097,8 @@ export interface SessionlessInvokeResponseTypeOptions {
|
|
|
28097
28097
|
export class SessionlessInvokeResponseType extends ExtensionObject {
|
|
28098
28098
|
public static get schema(): IStructuredTypeSchema { return schemaSessionlessInvokeResponseType; }
|
|
28099
28099
|
public static possibleFields: string[] = [
|
|
28100
|
-
"namespaceUris",
|
|
28101
|
-
"serverUris",
|
|
28100
|
+
"namespaceUris",
|
|
28101
|
+
"serverUris",
|
|
28102
28102
|
"serviceId"
|
|
28103
28103
|
];
|
|
28104
28104
|
public static dataTypeNodeId = makeExpandedNodeId(20999, 0);
|
|
@@ -28187,9 +28187,9 @@ export interface SetMonitoringModeRequestOptions {
|
|
|
28187
28187
|
export class SetMonitoringModeRequest extends ExtensionObject {
|
|
28188
28188
|
public static get schema(): IStructuredTypeSchema { return schemaSetMonitoringModeRequest; }
|
|
28189
28189
|
public static possibleFields: string[] = [
|
|
28190
|
-
"requestHeader",
|
|
28191
|
-
"subscriptionId",
|
|
28192
|
-
"monitoringMode",
|
|
28190
|
+
"requestHeader",
|
|
28191
|
+
"subscriptionId",
|
|
28192
|
+
"monitoringMode",
|
|
28193
28193
|
"monitoredItemIds"
|
|
28194
28194
|
];
|
|
28195
28195
|
public static dataTypeNodeId = makeExpandedNodeId(767, 0);
|
|
@@ -28289,8 +28289,8 @@ export interface SetMonitoringModeResponseOptions {
|
|
|
28289
28289
|
export class SetMonitoringModeResponse extends ExtensionObject {
|
|
28290
28290
|
public static get schema(): IStructuredTypeSchema { return schemaSetMonitoringModeResponse; }
|
|
28291
28291
|
public static possibleFields: string[] = [
|
|
28292
|
-
"responseHeader",
|
|
28293
|
-
"results",
|
|
28292
|
+
"responseHeader",
|
|
28293
|
+
"results",
|
|
28294
28294
|
"diagnosticInfos"
|
|
28295
28295
|
];
|
|
28296
28296
|
public static dataTypeNodeId = makeExpandedNodeId(770, 0);
|
|
@@ -28373,8 +28373,8 @@ export interface SetPublishingModeRequestOptions {
|
|
|
28373
28373
|
export class SetPublishingModeRequest extends ExtensionObject {
|
|
28374
28374
|
public static get schema(): IStructuredTypeSchema { return schemaSetPublishingModeRequest; }
|
|
28375
28375
|
public static possibleFields: string[] = [
|
|
28376
|
-
"requestHeader",
|
|
28377
|
-
"publishingEnabled",
|
|
28376
|
+
"requestHeader",
|
|
28377
|
+
"publishingEnabled",
|
|
28378
28378
|
"subscriptionIds"
|
|
28379
28379
|
];
|
|
28380
28380
|
public static dataTypeNodeId = makeExpandedNodeId(797, 0);
|
|
@@ -28458,8 +28458,8 @@ export interface SetPublishingModeResponseOptions {
|
|
|
28458
28458
|
export class SetPublishingModeResponse extends ExtensionObject {
|
|
28459
28459
|
public static get schema(): IStructuredTypeSchema { return schemaSetPublishingModeResponse; }
|
|
28460
28460
|
public static possibleFields: string[] = [
|
|
28461
|
-
"responseHeader",
|
|
28462
|
-
"results",
|
|
28461
|
+
"responseHeader",
|
|
28462
|
+
"results",
|
|
28463
28463
|
"diagnosticInfos"
|
|
28464
28464
|
];
|
|
28465
28465
|
public static dataTypeNodeId = makeExpandedNodeId(800, 0);
|
|
@@ -28555,10 +28555,10 @@ export interface SetTriggeringRequestOptions {
|
|
|
28555
28555
|
export class SetTriggeringRequest extends ExtensionObject {
|
|
28556
28556
|
public static get schema(): IStructuredTypeSchema { return schemaSetTriggeringRequest; }
|
|
28557
28557
|
public static possibleFields: string[] = [
|
|
28558
|
-
"requestHeader",
|
|
28559
|
-
"subscriptionId",
|
|
28560
|
-
"triggeringItemId",
|
|
28561
|
-
"linksToAdd",
|
|
28558
|
+
"requestHeader",
|
|
28559
|
+
"subscriptionId",
|
|
28560
|
+
"triggeringItemId",
|
|
28561
|
+
"linksToAdd",
|
|
28562
28562
|
"linksToRemove"
|
|
28563
28563
|
];
|
|
28564
28564
|
public static dataTypeNodeId = makeExpandedNodeId(773, 0);
|
|
@@ -28666,10 +28666,10 @@ export interface SetTriggeringResponseOptions {
|
|
|
28666
28666
|
export class SetTriggeringResponse extends ExtensionObject {
|
|
28667
28667
|
public static get schema(): IStructuredTypeSchema { return schemaSetTriggeringResponse; }
|
|
28668
28668
|
public static possibleFields: string[] = [
|
|
28669
|
-
"responseHeader",
|
|
28670
|
-
"addResults",
|
|
28671
|
-
"addDiagnosticInfos",
|
|
28672
|
-
"removeResults",
|
|
28669
|
+
"responseHeader",
|
|
28670
|
+
"addResults",
|
|
28671
|
+
"addDiagnosticInfos",
|
|
28672
|
+
"removeResults",
|
|
28673
28673
|
"removeDiagnosticInfos"
|
|
28674
28674
|
];
|
|
28675
28675
|
public static dataTypeNodeId = makeExpandedNodeId(776, 0);
|
|
@@ -28814,7 +28814,7 @@ export interface StatusChangeNotificationOptions extends NotificationDataOptions
|
|
|
28814
28814
|
export class StatusChangeNotification extends NotificationData {
|
|
28815
28815
|
public static get schema(): IStructuredTypeSchema { return schemaStatusChangeNotification; }
|
|
28816
28816
|
public static possibleFields: string[] = [
|
|
28817
|
-
"status",
|
|
28817
|
+
"status",
|
|
28818
28818
|
"diagnosticInfo"
|
|
28819
28819
|
];
|
|
28820
28820
|
public static dataTypeNodeId = makeExpandedNodeId(818, 0);
|
|
@@ -28886,7 +28886,7 @@ export interface SubscribedDataSetMirrorDataTypeOptions extends SubscribedDataSe
|
|
|
28886
28886
|
export class SubscribedDataSetMirrorDataType extends SubscribedDataSetDataType {
|
|
28887
28887
|
public static get schema(): IStructuredTypeSchema { return schemaSubscribedDataSetMirrorDataType; }
|
|
28888
28888
|
public static possibleFields: string[] = [
|
|
28889
|
-
"parentNodeName",
|
|
28889
|
+
"parentNodeName",
|
|
28890
28890
|
"rolePermissions"
|
|
28891
28891
|
];
|
|
28892
28892
|
public static dataTypeNodeId = makeExpandedNodeId(15635, 0);
|
|
@@ -29139,36 +29139,36 @@ export interface SubscriptionDiagnosticsDataTypeOptions {
|
|
|
29139
29139
|
export class SubscriptionDiagnosticsDataType extends ExtensionObject {
|
|
29140
29140
|
public static get schema(): IStructuredTypeSchema { return schemaSubscriptionDiagnosticsDataType; }
|
|
29141
29141
|
public static possibleFields: string[] = [
|
|
29142
|
-
"sessionId",
|
|
29143
|
-
"subscriptionId",
|
|
29144
|
-
"priority",
|
|
29145
|
-
"publishingInterval",
|
|
29146
|
-
"maxKeepAliveCount",
|
|
29147
|
-
"maxLifetimeCount",
|
|
29148
|
-
"maxNotificationsPerPublish",
|
|
29149
|
-
"publishingEnabled",
|
|
29150
|
-
"modifyCount",
|
|
29151
|
-
"enableCount",
|
|
29152
|
-
"disableCount",
|
|
29153
|
-
"republishRequestCount",
|
|
29154
|
-
"republishMessageRequestCount",
|
|
29155
|
-
"republishMessageCount",
|
|
29156
|
-
"transferRequestCount",
|
|
29157
|
-
"transferredToAltClientCount",
|
|
29158
|
-
"transferredToSameClientCount",
|
|
29159
|
-
"publishRequestCount",
|
|
29160
|
-
"dataChangeNotificationsCount",
|
|
29161
|
-
"eventNotificationsCount",
|
|
29162
|
-
"notificationsCount",
|
|
29163
|
-
"latePublishRequestCount",
|
|
29164
|
-
"currentKeepAliveCount",
|
|
29165
|
-
"currentLifetimeCount",
|
|
29166
|
-
"unacknowledgedMessageCount",
|
|
29167
|
-
"discardedMessageCount",
|
|
29168
|
-
"monitoredItemCount",
|
|
29169
|
-
"disabledMonitoredItemCount",
|
|
29170
|
-
"monitoringQueueOverflowCount",
|
|
29171
|
-
"nextSequenceNumber",
|
|
29142
|
+
"sessionId",
|
|
29143
|
+
"subscriptionId",
|
|
29144
|
+
"priority",
|
|
29145
|
+
"publishingInterval",
|
|
29146
|
+
"maxKeepAliveCount",
|
|
29147
|
+
"maxLifetimeCount",
|
|
29148
|
+
"maxNotificationsPerPublish",
|
|
29149
|
+
"publishingEnabled",
|
|
29150
|
+
"modifyCount",
|
|
29151
|
+
"enableCount",
|
|
29152
|
+
"disableCount",
|
|
29153
|
+
"republishRequestCount",
|
|
29154
|
+
"republishMessageRequestCount",
|
|
29155
|
+
"republishMessageCount",
|
|
29156
|
+
"transferRequestCount",
|
|
29157
|
+
"transferredToAltClientCount",
|
|
29158
|
+
"transferredToSameClientCount",
|
|
29159
|
+
"publishRequestCount",
|
|
29160
|
+
"dataChangeNotificationsCount",
|
|
29161
|
+
"eventNotificationsCount",
|
|
29162
|
+
"notificationsCount",
|
|
29163
|
+
"latePublishRequestCount",
|
|
29164
|
+
"currentKeepAliveCount",
|
|
29165
|
+
"currentLifetimeCount",
|
|
29166
|
+
"unacknowledgedMessageCount",
|
|
29167
|
+
"discardedMessageCount",
|
|
29168
|
+
"monitoredItemCount",
|
|
29169
|
+
"disabledMonitoredItemCount",
|
|
29170
|
+
"monitoringQueueOverflowCount",
|
|
29171
|
+
"nextSequenceNumber",
|
|
29172
29172
|
"eventQueueOverflowCount"
|
|
29173
29173
|
];
|
|
29174
29174
|
public static dataTypeNodeId = makeExpandedNodeId(874, 0);
|
|
@@ -29458,8 +29458,8 @@ export interface ThreeDCartesianCoordinatesOptions extends CartesianCoordinatesO
|
|
|
29458
29458
|
export class ThreeDCartesianCoordinates extends CartesianCoordinates {
|
|
29459
29459
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDCartesianCoordinates; }
|
|
29460
29460
|
public static possibleFields: string[] = [
|
|
29461
|
-
"x",
|
|
29462
|
-
"y",
|
|
29461
|
+
"x",
|
|
29462
|
+
"y",
|
|
29463
29463
|
"z"
|
|
29464
29464
|
];
|
|
29465
29465
|
public static dataTypeNodeId = makeExpandedNodeId(18810, 0);
|
|
@@ -29541,8 +29541,8 @@ export interface ThreeDOrientationOptions extends OrientationOptions {
|
|
|
29541
29541
|
export class ThreeDOrientation extends Orientation {
|
|
29542
29542
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDOrientation; }
|
|
29543
29543
|
public static possibleFields: string[] = [
|
|
29544
|
-
"a",
|
|
29545
|
-
"b",
|
|
29544
|
+
"a",
|
|
29545
|
+
"b",
|
|
29546
29546
|
"c"
|
|
29547
29547
|
];
|
|
29548
29548
|
public static dataTypeNodeId = makeExpandedNodeId(18812, 0);
|
|
@@ -29618,7 +29618,7 @@ export interface ThreeDFrameOptions extends FrameOptions {
|
|
|
29618
29618
|
export class ThreeDFrame extends Frame {
|
|
29619
29619
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDFrame; }
|
|
29620
29620
|
public static possibleFields: string[] = [
|
|
29621
|
-
"cartesianCoordinates",
|
|
29621
|
+
"cartesianCoordinates",
|
|
29622
29622
|
"orientation"
|
|
29623
29623
|
];
|
|
29624
29624
|
public static dataTypeNodeId = makeExpandedNodeId(18814, 0);
|
|
@@ -29743,8 +29743,8 @@ export interface ThreeDVectorOptions extends VectorOptions {
|
|
|
29743
29743
|
export class ThreeDVector extends Vector {
|
|
29744
29744
|
public static get schema(): IStructuredTypeSchema { return schemaThreeDVector; }
|
|
29745
29745
|
public static possibleFields: string[] = [
|
|
29746
|
-
"x",
|
|
29747
|
-
"y",
|
|
29746
|
+
"x",
|
|
29747
|
+
"y",
|
|
29748
29748
|
"z"
|
|
29749
29749
|
];
|
|
29750
29750
|
public static dataTypeNodeId = makeExpandedNodeId(18808, 0);
|
|
@@ -29820,7 +29820,7 @@ export interface TimeZoneDataTypeOptions {
|
|
|
29820
29820
|
export class TimeZoneDataType extends ExtensionObject {
|
|
29821
29821
|
public static get schema(): IStructuredTypeSchema { return schemaTimeZoneDataType; }
|
|
29822
29822
|
public static possibleFields: string[] = [
|
|
29823
|
-
"offset",
|
|
29823
|
+
"offset",
|
|
29824
29824
|
"daylightSavingInOffset"
|
|
29825
29825
|
];
|
|
29826
29826
|
public static dataTypeNodeId = makeExpandedNodeId(8912, 0);
|
|
@@ -29897,8 +29897,8 @@ export interface TransactionErrorTypeOptions {
|
|
|
29897
29897
|
export class TransactionErrorType extends ExtensionObject {
|
|
29898
29898
|
public static get schema(): IStructuredTypeSchema { return schemaTransactionErrorType; }
|
|
29899
29899
|
public static possibleFields: string[] = [
|
|
29900
|
-
"targetId",
|
|
29901
|
-
"error",
|
|
29900
|
+
"targetId",
|
|
29901
|
+
"error",
|
|
29902
29902
|
"message"
|
|
29903
29903
|
];
|
|
29904
29904
|
public static dataTypeNodeId = makeExpandedNodeId(32285, 0);
|
|
@@ -29975,7 +29975,7 @@ export interface TransferResultOptions {
|
|
|
29975
29975
|
export class TransferResult extends ExtensionObject {
|
|
29976
29976
|
public static get schema(): IStructuredTypeSchema { return schemaTransferResult; }
|
|
29977
29977
|
public static possibleFields: string[] = [
|
|
29978
|
-
"statusCode",
|
|
29978
|
+
"statusCode",
|
|
29979
29979
|
"availableSequenceNumbers"
|
|
29980
29980
|
];
|
|
29981
29981
|
public static dataTypeNodeId = makeExpandedNodeId(836, 0);
|
|
@@ -30053,8 +30053,8 @@ export interface TransferSubscriptionsRequestOptions {
|
|
|
30053
30053
|
export class TransferSubscriptionsRequest extends ExtensionObject {
|
|
30054
30054
|
public static get schema(): IStructuredTypeSchema { return schemaTransferSubscriptionsRequest; }
|
|
30055
30055
|
public static possibleFields: string[] = [
|
|
30056
|
-
"requestHeader",
|
|
30057
|
-
"subscriptionIds",
|
|
30056
|
+
"requestHeader",
|
|
30057
|
+
"subscriptionIds",
|
|
30058
30058
|
"sendInitialValues"
|
|
30059
30059
|
];
|
|
30060
30060
|
public static dataTypeNodeId = makeExpandedNodeId(839, 0);
|
|
@@ -30138,8 +30138,8 @@ export interface TransferSubscriptionsResponseOptions {
|
|
|
30138
30138
|
export class TransferSubscriptionsResponse extends ExtensionObject {
|
|
30139
30139
|
public static get schema(): IStructuredTypeSchema { return schemaTransferSubscriptionsResponse; }
|
|
30140
30140
|
public static possibleFields: string[] = [
|
|
30141
|
-
"responseHeader",
|
|
30142
|
-
"results",
|
|
30141
|
+
"responseHeader",
|
|
30142
|
+
"results",
|
|
30143
30143
|
"diagnosticInfos"
|
|
30144
30144
|
];
|
|
30145
30145
|
public static dataTypeNodeId = makeExpandedNodeId(842, 0);
|
|
@@ -30224,7 +30224,7 @@ export interface TranslateBrowsePathsToNodeIdsRequestOptions {
|
|
|
30224
30224
|
export class TranslateBrowsePathsToNodeIdsRequest extends ExtensionObject {
|
|
30225
30225
|
public static get schema(): IStructuredTypeSchema { return schemaTranslateBrowsePathsToNodeIdsRequest; }
|
|
30226
30226
|
public static possibleFields: string[] = [
|
|
30227
|
-
"requestHeader",
|
|
30227
|
+
"requestHeader",
|
|
30228
30228
|
"browsePaths"
|
|
30229
30229
|
];
|
|
30230
30230
|
public static dataTypeNodeId = makeExpandedNodeId(552, 0);
|
|
@@ -30311,8 +30311,8 @@ export interface TranslateBrowsePathsToNodeIdsResponseOptions {
|
|
|
30311
30311
|
export class TranslateBrowsePathsToNodeIdsResponse extends ExtensionObject {
|
|
30312
30312
|
public static get schema(): IStructuredTypeSchema { return schemaTranslateBrowsePathsToNodeIdsResponse; }
|
|
30313
30313
|
public static possibleFields: string[] = [
|
|
30314
|
-
"responseHeader",
|
|
30315
|
-
"results",
|
|
30314
|
+
"responseHeader",
|
|
30315
|
+
"results",
|
|
30316
30316
|
"diagnosticInfos"
|
|
30317
30317
|
];
|
|
30318
30318
|
public static dataTypeNodeId = makeExpandedNodeId(555, 0);
|
|
@@ -30525,10 +30525,10 @@ export interface TrustListDataTypeOptions {
|
|
|
30525
30525
|
export class TrustListDataType extends ExtensionObject {
|
|
30526
30526
|
public static get schema(): IStructuredTypeSchema { return schemaTrustListDataType; }
|
|
30527
30527
|
public static possibleFields: string[] = [
|
|
30528
|
-
"specifiedLists",
|
|
30529
|
-
"trustedCertificates",
|
|
30530
|
-
"trustedCrls",
|
|
30531
|
-
"issuerCertificates",
|
|
30528
|
+
"specifiedLists",
|
|
30529
|
+
"trustedCertificates",
|
|
30530
|
+
"trustedCrls",
|
|
30531
|
+
"issuerCertificates",
|
|
30532
30532
|
"issuerCrls"
|
|
30533
30533
|
];
|
|
30534
30534
|
public static dataTypeNodeId = makeExpandedNodeId(12554, 0);
|
|
@@ -30621,12 +30621,12 @@ export interface UABinaryFileDataTypeOptions extends DataTypeSchemaHeaderOptions
|
|
|
30621
30621
|
export class UABinaryFileDataType extends DataTypeSchemaHeader {
|
|
30622
30622
|
public static get schema(): IStructuredTypeSchema { return schemaUABinaryFileDataType; }
|
|
30623
30623
|
public static possibleFields: string[] = [
|
|
30624
|
-
"namespaces",
|
|
30625
|
-
"structureDataTypes",
|
|
30626
|
-
"enumDataTypes",
|
|
30627
|
-
"simpleDataTypes",
|
|
30628
|
-
"schemaLocation",
|
|
30629
|
-
"fileHeader",
|
|
30624
|
+
"namespaces",
|
|
30625
|
+
"structureDataTypes",
|
|
30626
|
+
"enumDataTypes",
|
|
30627
|
+
"simpleDataTypes",
|
|
30628
|
+
"schemaLocation",
|
|
30629
|
+
"fileHeader",
|
|
30630
30630
|
"body"
|
|
30631
30631
|
];
|
|
30632
30632
|
public static dataTypeNodeId = makeExpandedNodeId(15006, 0);
|
|
@@ -30805,14 +30805,14 @@ export interface UadpDataSetReaderMessageDataTypeOptions extends DataSetReaderMe
|
|
|
30805
30805
|
export class UadpDataSetReaderMessageDataType extends DataSetReaderMessageDataType {
|
|
30806
30806
|
public static get schema(): IStructuredTypeSchema { return schemaUadpDataSetReaderMessageDataType; }
|
|
30807
30807
|
public static possibleFields: string[] = [
|
|
30808
|
-
"groupVersion",
|
|
30809
|
-
"networkMessageNumber",
|
|
30810
|
-
"dataSetOffset",
|
|
30811
|
-
"dataSetClassId",
|
|
30812
|
-
"networkMessageContentMask",
|
|
30813
|
-
"dataSetMessageContentMask",
|
|
30814
|
-
"publishingInterval",
|
|
30815
|
-
"receiveOffset",
|
|
30808
|
+
"groupVersion",
|
|
30809
|
+
"networkMessageNumber",
|
|
30810
|
+
"dataSetOffset",
|
|
30811
|
+
"dataSetClassId",
|
|
30812
|
+
"networkMessageContentMask",
|
|
30813
|
+
"dataSetMessageContentMask",
|
|
30814
|
+
"publishingInterval",
|
|
30815
|
+
"receiveOffset",
|
|
30816
30816
|
"processingOffset"
|
|
30817
30817
|
];
|
|
30818
30818
|
public static dataTypeNodeId = makeExpandedNodeId(15653, 0);
|
|
@@ -30950,9 +30950,9 @@ export interface UadpDataSetWriterMessageDataTypeOptions extends DataSetWriterMe
|
|
|
30950
30950
|
export class UadpDataSetWriterMessageDataType extends DataSetWriterMessageDataType {
|
|
30951
30951
|
public static get schema(): IStructuredTypeSchema { return schemaUadpDataSetWriterMessageDataType; }
|
|
30952
30952
|
public static possibleFields: string[] = [
|
|
30953
|
-
"dataSetMessageContentMask",
|
|
30954
|
-
"configuredSize",
|
|
30955
|
-
"networkMessageNumber",
|
|
30953
|
+
"dataSetMessageContentMask",
|
|
30954
|
+
"configuredSize",
|
|
30955
|
+
"networkMessageNumber",
|
|
30956
30956
|
"dataSetOffset"
|
|
30957
30957
|
];
|
|
30958
30958
|
public static dataTypeNodeId = makeExpandedNodeId(15652, 0);
|
|
@@ -31088,10 +31088,10 @@ export interface UadpWriterGroupMessageDataTypeOptions extends WriterGroupMessag
|
|
|
31088
31088
|
export class UadpWriterGroupMessageDataType extends WriterGroupMessageDataType {
|
|
31089
31089
|
public static get schema(): IStructuredTypeSchema { return schemaUadpWriterGroupMessageDataType; }
|
|
31090
31090
|
public static possibleFields: string[] = [
|
|
31091
|
-
"groupVersion",
|
|
31092
|
-
"dataSetOrdering",
|
|
31093
|
-
"networkMessageContentMask",
|
|
31094
|
-
"samplingOffset",
|
|
31091
|
+
"groupVersion",
|
|
31092
|
+
"dataSetOrdering",
|
|
31093
|
+
"networkMessageContentMask",
|
|
31094
|
+
"samplingOffset",
|
|
31095
31095
|
"publishingOffset"
|
|
31096
31096
|
];
|
|
31097
31097
|
public static dataTypeNodeId = makeExpandedNodeId(15645, 0);
|
|
@@ -31246,7 +31246,7 @@ export interface UnregisterNodesRequestOptions {
|
|
|
31246
31246
|
export class UnregisterNodesRequest extends ExtensionObject {
|
|
31247
31247
|
public static get schema(): IStructuredTypeSchema { return schemaUnregisterNodesRequest; }
|
|
31248
31248
|
public static possibleFields: string[] = [
|
|
31249
|
-
"requestHeader",
|
|
31249
|
+
"requestHeader",
|
|
31250
31250
|
"nodesToUnregister"
|
|
31251
31251
|
];
|
|
31252
31252
|
public static dataTypeNodeId = makeExpandedNodeId(564, 0);
|
|
@@ -31376,7 +31376,7 @@ export interface UnsignedRationalNumberOptions {
|
|
|
31376
31376
|
export class UnsignedRationalNumber extends ExtensionObject {
|
|
31377
31377
|
public static get schema(): IStructuredTypeSchema { return schemaUnsignedRationalNumber; }
|
|
31378
31378
|
public static possibleFields: string[] = [
|
|
31379
|
-
"numerator",
|
|
31379
|
+
"numerator",
|
|
31380
31380
|
"denominator"
|
|
31381
31381
|
];
|
|
31382
31382
|
public static dataTypeNodeId = makeExpandedNodeId(24107, 0);
|
|
@@ -31480,8 +31480,8 @@ export interface UpdateDataDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
31480
31480
|
export class UpdateDataDetails extends HistoryUpdateDetails {
|
|
31481
31481
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateDataDetails; }
|
|
31482
31482
|
public static possibleFields: string[] = [
|
|
31483
|
-
"nodeId",
|
|
31484
|
-
"performInsertReplace",
|
|
31483
|
+
"nodeId",
|
|
31484
|
+
"performInsertReplace",
|
|
31485
31485
|
"updateValues"
|
|
31486
31486
|
];
|
|
31487
31487
|
public static dataTypeNodeId = makeExpandedNodeId(680, 0);
|
|
@@ -31581,9 +31581,9 @@ export interface UpdateEventDetailsOptions extends HistoryUpdateDetailsOptions {
|
|
|
31581
31581
|
export class UpdateEventDetails extends HistoryUpdateDetails {
|
|
31582
31582
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateEventDetails; }
|
|
31583
31583
|
public static possibleFields: string[] = [
|
|
31584
|
-
"nodeId",
|
|
31585
|
-
"performInsertReplace",
|
|
31586
|
-
"filter",
|
|
31584
|
+
"nodeId",
|
|
31585
|
+
"performInsertReplace",
|
|
31586
|
+
"filter",
|
|
31587
31587
|
"eventData"
|
|
31588
31588
|
];
|
|
31589
31589
|
public static dataTypeNodeId = makeExpandedNodeId(683, 0);
|
|
@@ -31690,8 +31690,8 @@ export interface UpdateStructureDataDetailsOptions extends HistoryUpdateDetailsO
|
|
|
31690
31690
|
export class UpdateStructureDataDetails extends HistoryUpdateDetails {
|
|
31691
31691
|
public static get schema(): IStructuredTypeSchema { return schemaUpdateStructureDataDetails; }
|
|
31692
31692
|
public static possibleFields: string[] = [
|
|
31693
|
-
"nodeId",
|
|
31694
|
-
"performInsertReplace",
|
|
31693
|
+
"nodeId",
|
|
31694
|
+
"performInsertReplace",
|
|
31695
31695
|
"updateValues"
|
|
31696
31696
|
];
|
|
31697
31697
|
public static dataTypeNodeId = makeExpandedNodeId(11295, 0);
|
|
@@ -31806,8 +31806,8 @@ export interface UserManagementDataTypeOptions {
|
|
|
31806
31806
|
export class UserManagementDataType extends ExtensionObject {
|
|
31807
31807
|
public static get schema(): IStructuredTypeSchema { return schemaUserManagementDataType; }
|
|
31808
31808
|
public static possibleFields: string[] = [
|
|
31809
|
-
"userName",
|
|
31810
|
-
"userConfiguration",
|
|
31809
|
+
"userName",
|
|
31810
|
+
"userConfiguration",
|
|
31811
31811
|
"description"
|
|
31812
31812
|
];
|
|
31813
31813
|
public static dataTypeNodeId = makeExpandedNodeId(24281, 0);
|
|
@@ -31900,9 +31900,9 @@ export interface UserNameIdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
31900
31900
|
export class UserNameIdentityToken extends UserIdentityToken {
|
|
31901
31901
|
public static get schema(): IStructuredTypeSchema { return schemaUserNameIdentityToken; }
|
|
31902
31902
|
public static possibleFields: string[] = [
|
|
31903
|
-
"policyId",
|
|
31904
|
-
"userName",
|
|
31905
|
-
"password",
|
|
31903
|
+
"policyId",
|
|
31904
|
+
"userName",
|
|
31905
|
+
"password",
|
|
31906
31906
|
"encryptionAlgorithm"
|
|
31907
31907
|
];
|
|
31908
31908
|
public static dataTypeNodeId = makeExpandedNodeId(322, 0);
|
|
@@ -32015,18 +32015,18 @@ export interface VariableAttributesOptions extends NodeAttributesOptions {
|
|
|
32015
32015
|
export class VariableAttributes extends NodeAttributes {
|
|
32016
32016
|
public static get schema(): IStructuredTypeSchema { return schemaVariableAttributes; }
|
|
32017
32017
|
public static possibleFields: string[] = [
|
|
32018
|
-
"specifiedAttributes",
|
|
32019
|
-
"displayName",
|
|
32020
|
-
"description",
|
|
32021
|
-
"writeMask",
|
|
32022
|
-
"userWriteMask",
|
|
32023
|
-
"value",
|
|
32024
|
-
"dataType",
|
|
32025
|
-
"valueRank",
|
|
32026
|
-
"arrayDimensions",
|
|
32027
|
-
"accessLevel",
|
|
32028
|
-
"userAccessLevel",
|
|
32029
|
-
"minimumSamplingInterval",
|
|
32018
|
+
"specifiedAttributes",
|
|
32019
|
+
"displayName",
|
|
32020
|
+
"description",
|
|
32021
|
+
"writeMask",
|
|
32022
|
+
"userWriteMask",
|
|
32023
|
+
"value",
|
|
32024
|
+
"dataType",
|
|
32025
|
+
"valueRank",
|
|
32026
|
+
"arrayDimensions",
|
|
32027
|
+
"accessLevel",
|
|
32028
|
+
"userAccessLevel",
|
|
32029
|
+
"minimumSamplingInterval",
|
|
32030
32030
|
"historizing"
|
|
32031
32031
|
];
|
|
32032
32032
|
public static dataTypeNodeId = makeExpandedNodeId(355, 0);
|
|
@@ -32146,15 +32146,15 @@ export interface VariableTypeAttributesOptions extends NodeAttributesOptions {
|
|
|
32146
32146
|
export class VariableTypeAttributes extends NodeAttributes {
|
|
32147
32147
|
public static get schema(): IStructuredTypeSchema { return schemaVariableTypeAttributes; }
|
|
32148
32148
|
public static possibleFields: string[] = [
|
|
32149
|
-
"specifiedAttributes",
|
|
32150
|
-
"displayName",
|
|
32151
|
-
"description",
|
|
32152
|
-
"writeMask",
|
|
32153
|
-
"userWriteMask",
|
|
32154
|
-
"value",
|
|
32155
|
-
"dataType",
|
|
32156
|
-
"valueRank",
|
|
32157
|
-
"arrayDimensions",
|
|
32149
|
+
"specifiedAttributes",
|
|
32150
|
+
"displayName",
|
|
32151
|
+
"description",
|
|
32152
|
+
"writeMask",
|
|
32153
|
+
"userWriteMask",
|
|
32154
|
+
"value",
|
|
32155
|
+
"dataType",
|
|
32156
|
+
"valueRank",
|
|
32157
|
+
"arrayDimensions",
|
|
32158
32158
|
"isAbstract"
|
|
32159
32159
|
];
|
|
32160
32160
|
public static dataTypeNodeId = makeExpandedNodeId(364, 0);
|
|
@@ -32240,12 +32240,12 @@ export interface ViewAttributesOptions extends NodeAttributesOptions {
|
|
|
32240
32240
|
export class ViewAttributes extends NodeAttributes {
|
|
32241
32241
|
public static get schema(): IStructuredTypeSchema { return schemaViewAttributes; }
|
|
32242
32242
|
public static possibleFields: string[] = [
|
|
32243
|
-
"specifiedAttributes",
|
|
32244
|
-
"displayName",
|
|
32245
|
-
"description",
|
|
32246
|
-
"writeMask",
|
|
32247
|
-
"userWriteMask",
|
|
32248
|
-
"containsNoLoops",
|
|
32243
|
+
"specifiedAttributes",
|
|
32244
|
+
"displayName",
|
|
32245
|
+
"description",
|
|
32246
|
+
"writeMask",
|
|
32247
|
+
"userWriteMask",
|
|
32248
|
+
"containsNoLoops",
|
|
32249
32249
|
"eventNotifier"
|
|
32250
32250
|
];
|
|
32251
32251
|
public static dataTypeNodeId = makeExpandedNodeId(373, 0);
|
|
@@ -32328,9 +32328,9 @@ export interface WriteValueOptions {
|
|
|
32328
32328
|
export class WriteValue extends ExtensionObject {
|
|
32329
32329
|
public static get schema(): IStructuredTypeSchema { return schemaWriteValue; }
|
|
32330
32330
|
public static possibleFields: string[] = [
|
|
32331
|
-
"nodeId",
|
|
32332
|
-
"attributeId",
|
|
32333
|
-
"indexRange",
|
|
32331
|
+
"nodeId",
|
|
32332
|
+
"attributeId",
|
|
32333
|
+
"indexRange",
|
|
32334
32334
|
"value"
|
|
32335
32335
|
];
|
|
32336
32336
|
public static dataTypeNodeId = makeExpandedNodeId(668, 0);
|
|
@@ -32412,7 +32412,7 @@ export interface WriteRequestOptions {
|
|
|
32412
32412
|
export class WriteRequest extends ExtensionObject {
|
|
32413
32413
|
public static get schema(): IStructuredTypeSchema { return schemaWriteRequest; }
|
|
32414
32414
|
public static possibleFields: string[] = [
|
|
32415
|
-
"requestHeader",
|
|
32415
|
+
"requestHeader",
|
|
32416
32416
|
"nodesToWrite"
|
|
32417
32417
|
];
|
|
32418
32418
|
public static dataTypeNodeId = makeExpandedNodeId(671, 0);
|
|
@@ -32499,8 +32499,8 @@ export interface WriteResponseOptions {
|
|
|
32499
32499
|
export class WriteResponse extends ExtensionObject {
|
|
32500
32500
|
public static get schema(): IStructuredTypeSchema { return schemaWriteResponse; }
|
|
32501
32501
|
public static possibleFields: string[] = [
|
|
32502
|
-
"responseHeader",
|
|
32503
|
-
"results",
|
|
32502
|
+
"responseHeader",
|
|
32503
|
+
"results",
|
|
32504
32504
|
"diagnosticInfos"
|
|
32505
32505
|
];
|
|
32506
32506
|
public static dataTypeNodeId = makeExpandedNodeId(674, 0);
|
|
@@ -32570,7 +32570,7 @@ export interface X509IdentityTokenOptions extends UserIdentityTokenOptions {
|
|
|
32570
32570
|
export class X509IdentityToken extends UserIdentityToken {
|
|
32571
32571
|
public static get schema(): IStructuredTypeSchema { return schemaX509IdentityToken; }
|
|
32572
32572
|
public static possibleFields: string[] = [
|
|
32573
|
-
"policyId",
|
|
32573
|
+
"policyId",
|
|
32574
32574
|
"certificateData"
|
|
32575
32575
|
];
|
|
32576
32576
|
public static dataTypeNodeId = makeExpandedNodeId(325, 0);
|
|
@@ -32636,7 +32636,7 @@ export interface XVTypeOptions {
|
|
|
32636
32636
|
export class XVType extends ExtensionObject {
|
|
32637
32637
|
public static get schema(): IStructuredTypeSchema { return schemaXVType; }
|
|
32638
32638
|
public static possibleFields: string[] = [
|
|
32639
|
-
"x",
|
|
32639
|
+
"x",
|
|
32640
32640
|
"value"
|
|
32641
32641
|
];
|
|
32642
32642
|
public static dataTypeNodeId = makeExpandedNodeId(12080, 0);
|