APIs

Show:

Constructor

ApplicationInstanceCertificate

(
  • options
)

Parameters:

  • options Object
    • [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

Methods

binaryStoreSize

() Number
Calculate the required size to store this object in a binary stream.

Returns:

Number:

convertNodeIdToDataTypeAsync

(
  • session
  • dataTypeId
  • callback
)

Parameters:

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:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

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:

  • callback Function

toString

() String

Returns:

String:

writeValue

(
  • dataValue
  • callback
)

set the Value of the Variable, by using a WriteRequest

Parameters:

  • dataValue DataValue
  • callback Function
    • err Error | Null

Properties

$components

Array

the object's components

$methods

Array

the object's properties

$organizes

Array

the Folder's elements

$properties

Array

the object's properties

browseName

String

the object's browseName

description

String

the object's description

nodeClass

NodeClass

the object's NodeClass

nodeId

NodeId

the object nodeId