Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

Hierarchy

  • BaseUAObject
    • QualifiedName

Index

Constructors

constructor

Properties

name

name: string

namespaceIndex

namespaceIndex: number

schema

schema: StructuredTypeSchema

Static encodingDefaultBinary

encodingDefaultBinary: ExpandedNodeId

Static encodingDefaultXml

encodingDefaultXml: ExpandedNodeId

Static possibleFields

possibleFields: string[]

Static schema

schema: StructuredTypeSchema

Methods

binaryStoreSize

  • binaryStoreSize(): number
  • Calculate the required size to store this object in a binary stream.

    method

    binaryStoreSize

    Returns number

    number

clone

  • clone(): any
  • Returns any

decode

  • decode the object from a binary stream

    Parameters

    Returns void

decodeDebug

  • decodeDebug(stream: BinaryStream, options: DecodeDebugOptions): void
  • method

    decodeDebug

    Parameters

    Returns void

encode

  • encode(stream: OutputBinaryStream): void
  • encode the object into a binary stream

    Parameters

    • stream: OutputBinaryStream

    Returns void

explore

  • explore(): string
  • Returns string

isEmpty

  • isEmpty(): boolean
  • Returns boolean

isValid

  • isValid(): boolean
  • verify that all object attributes values are valid according to schema

    method

    isValid

    Returns boolean

    boolean

toJSON

  • toJSON(): any
  • Returns any

toString

  • toString(): string
  • Returns string

Generated using TypeDoc