Hierarchy (view full)

Constructors

Properties

dataSetMessageContentMask: JsonDataSetMessageContentMask
networkMessageContentMask: JsonNetworkMessageContentMask
dataTypeNodeId: ExpandedNodeId = ...
encodingDefaultBinary: ExpandedNodeId = ...
encodingDefaultJson: ExpandedNodeId = ...
encodingDefaultXml: ExpandedNodeId = ...
possibleFields: string[] = ...

Accessors

  • get schema(): IStructuredTypeSchema
  • Returns IStructuredTypeSchema

  • get schema(): IStructuredTypeSchema
  • Returns IStructuredTypeSchema

Methods

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

    Returns number

  • Encode the object to the binary stream.

    Parameters

    • stream: OutputBinaryStream

    Returns void

  • verify that all object attributes values are valid according to schema

    Returns boolean