APIs

Show:

Constructor

HistoryModifiedData

(
  • options
)

Parameters:

  • options Object
    • [dataValues] DataValue[] optional

      An array of values of history data for the Node. The size of the array depends on the requested data parameters.

    • [modificationInfos] ModificationInfo[] optional

Methods

binaryStoreSize

() Number

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

Returns:

Number:

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:

toString

() String

Returns:

String:

Properties

dataValues

DataValue[]

An array of values of history data for the Node. The size of the array depends on the requested data parameters.