APIs

Show:

Constructor

AcknowledgeMessage

(
  • options
)

Parameters:

  • options Object
    • [protocolVersion] UInt32 optional

      The latest version of the OPC UA TCP protocol supported by the Server.

    • [receiveBufferSize] UInt32 optional
    • [sendBufferSize] UInt32 optional
    • [maxMessageSize] UInt32 optional

      The maximum size for any request message.

    • [maxChunkCount] UInt32 optional

      The maximum number of chunks in any request message.

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

maxChunkCount

UInt32

The maximum number of chunks in any request message.

maxMessageSize

UInt32

The maximum size for any request message.

protocolVersion

UInt32

The latest version of the OPC UA TCP protocol supported by the Server.