ApplicationInstanceCertificate Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-common\_generated_\_auto_generated_ApplicationInstanceCertificate.js:27
Constructor
ApplicationInstanceCertificate
(
-
options
Parameters:
-
optionsObject-
[version]String optional -
[serialNumber]ByteString optional -
[signatureAlgorithm]String optional -
[signature]ByteString optional -
[issuer]String optional -
[validFrom]UtcTime optional -
[validTo]UtcTime optional -
[subject]String optional -
[applicationUri]String optional -
[hostnames]String optional -
[publicKey]ByteString optional -
[keyUsage]String optional
-
Item Index
Methods
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
convertNodeIdToDataTypeAsync
(
-
session -
dataTypeId -
callback
Parameters:
-
sessionClientSession -
dataTypeIdNodeId -
callbackFunction-
errError | Null -
dataTypeDataType
-
Example:
var dataTypeId ="ns=0;i=11"; // Double
convertNodeIdToDataTypeAsync(session,dataTypeId,function(err,dataType) {
assert(!err && dataType === DataType.Double);
});
var dataTypeId ="ns=0;i=290"; // Duration => SubTypeOf Double
convertNodeIdToDataTypeAsync(session,dataTypeId,function(err,dataType) {
assert(!err && dataType === DataType.Double);
});
see also AddressSpace#findCorrespondingBasicDataType
decode
(
-
stream -
[option]
decode the object from a binary stream
Parameters:
-
streamBinaryStream -
[option]Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
readValue
(
-
callback
get a updated Value of the Variable , by using a ReadRequest
Parameters:
-
callbackFunction-
errError | Null -
dataValueDataValue
-
toString
()
String
Returns:
String:
writeValue
(
-
dataValue -
callback
set the Value of the Variable, by using a WriteRequest
Parameters:
-
dataValueDataValue -
callbackFunction-
errError | Null
-
Properties
$components
Arraythe object's components
$methods
Arraythe object's properties
$organizes
Arraythe Folder's elements
$properties
Arraythe object's properties
applicationUri
String
browseName
String
the object's browseName
description
String
the object's description
hostnames
String
issuer
String
keyUsage
String
nodeClass
NodeClass
the object's NodeClass
The NodeOPCUA API