Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DiagnosticInfo

Hierarchy

  • BaseUAObject
    • DiagnosticInfo

Index

Constructors

constructor

Properties

additionalInfo

additionalInfo: UAString

innerDiagnosticInfo

innerDiagnosticInfo: DiagnosticInfo

innerStatusCode

innerStatusCode: StatusCode

locale

locale: Int32

localizedText

localizedText: Int32

namespaceURI

namespaceURI: Int32

schema

schema: StructuredTypeSchema

symbolicId

symbolicId: Int32

Static possibleFields

possibleFields: string[] = ["symbolicId", "namespaceURI", "locale", "localizedText","additionalInfo", "innerStatusCode", "innerDiagnosticInfo"]

Static schema

schema: StructuredTypeSchema = schemaDiagnosticInfo

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(stream: BinaryStream): void

decodeDebug

  • decodeDebug(stream: BinaryStream, options: any): void

encode

  • encode(stream: OutputBinaryStream): void

explore

  • explore(): string
  • Returns string

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(...args: any[]): string
  • method

    toString

    Parameters

    • Rest ...args: any[]

    Returns string

Generated using TypeDoc