APIs

Show:

Constructor

MonitoredItemNotification

(
  • options
)

Parameters:

  • options Object
    • [clientHandle] IntegerId optional

      Client-supplied handle for the MonitoredItem.

    • [value] DataValue optional

      The StatusCode, value and timestamp(s) of the monitored Attribute depending on the sampling and queuing configuration.

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

clientHandle

IntegerId

Client-supplied handle for the MonitoredItem.

value

DataValue

The StatusCode, value and timestamp(s) of the monitored Attribute depending on the sampling and queuing configuration.