APIs

Show:

A dummy Object.

Constructor

DummyObject

(
  • options
)

Parameters:

  • options Object
    • [name] String optional

      The name.

    • [viewId] NodeId optional

      The node id of the view.

    • [timestamp] UtcTime optional

      Browses the view at or before this time.

    • [viewVersion] UInt32 optional

      Browses a specific version of the view .

    • [ArrayInt] UInt32 optional

      an array with Int values.

    • [typeEnum] SomeEnumeration optional

      an array with Int values.

    • [fooBar] FooBar optional

      a foo bar object

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

ArrayInt

UInt32

an array with Int values.

timestamp

UtcTime

Browses the view at or before this time.

typeEnum

SomeEnumeration

an array with Int values.

viewVersion

UInt32

Browses a specific version of the view .