node-opcua-service-write
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:52.089Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:35.863Z | ||
"use strict"; | ||
@@ -48,2 +48,8 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.requestHeader = null; /* new RequestHeader(null); */ | ||
self.nodesToWrite = null; /* null array */ | ||
return ; | ||
} | ||
@@ -99,3 +105,3 @@ /** | ||
this.nodesToWrite = decodeArray(stream, function(stream) { | ||
var obj = new WriteValue(); | ||
var obj = new WriteValue(null); | ||
obj.decode(stream,options); | ||
@@ -102,0 +108,0 @@ return obj; |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:52.106Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:35.867Z | ||
"use strict"; | ||
@@ -49,2 +49,8 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.responseHeader = null; /* new ResponseHeader(null); */ | ||
self.diagnosticInfos = null; /* null array */ | ||
return ; | ||
} | ||
@@ -111,3 +117,3 @@ /** | ||
this.diagnosticInfos = decodeArray(stream, function(stream) { | ||
var obj = new DiagnosticInfo(); | ||
var obj = new DiagnosticInfo(null); | ||
obj.decode(stream,options); | ||
@@ -114,0 +120,0 @@ return obj; |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:51.989Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:35.803Z | ||
"use strict"; | ||
@@ -49,2 +49,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.value = null; /* new DataValue(null); */ | ||
return ; | ||
} | ||
@@ -51,0 +56,0 @@ /** |
@@ -0,0 +0,0 @@ var generator = require("node-opcua-generator"); |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-service-write", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "pure nodejs OPCUA SDK - module -service-write", | ||
@@ -13,13 +13,13 @@ "scripts": { | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.1", | ||
"node-opcua-data-value": "^0.2.1", | ||
"node-opcua-factory": "^0.2.1", | ||
"node-opcua-nodeid": "^0.2.0", | ||
"node-opcua-numeric-range": "^0.2.1", | ||
"node-opcua-service-secure-channel": "^0.2.1", | ||
"node-opcua-basic-types": "^0.2.2", | ||
"node-opcua-data-value": "^0.2.2", | ||
"node-opcua-factory": "^0.2.2", | ||
"node-opcua-nodeid": "^0.2.2", | ||
"node-opcua-numeric-range": "^0.2.2", | ||
"node-opcua-service-secure-channel": "^0.2.2", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.2.1", | ||
"node-opcua-packet-analyzer": "^0.2.1", | ||
"node-opcua-generator": "^0.2.2", | ||
"node-opcua-packet-analyzer": "^0.2.2", | ||
"should": "13.2.1" | ||
@@ -26,0 +26,0 @@ }, |
@@ -0,0 +0,0 @@ require("node-opcua-service-secure-channel"); |
@@ -0,0 +0,0 @@ require("node-opcua-service-secure-channel"); |
@@ -0,0 +0,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19239
11
437