NodeOPCUA API Documentation
    Preparing search index...

    Class StatusCodeAbstract

    a particular StatusCode , with it's value , name and description

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get description(): string

      return the long description of the status code

      Returns string

    • get hasOverflowBit(): boolean

      returns true if the overflow bit is set

      Returns boolean

    • get hasSemanticChangedBit(): boolean

      returns true if the semanticChange bit is set

      Returns boolean

    • get hasStructureChangedBit(): boolean

      returns true if the structureChange bit is set

      Returns boolean

    • get name(): string

      status code by name, (including extra bits in textual forms)

      Returns string

    • get value(): number

      returns status code value in numerical form, including extra bits

      Returns number

    Methods

    • Parameters

      • mask: number

      Returns boolean

    • Parameters

      Returns boolean

    • Returns boolean

    • Returns boolean

    • Returns boolean

    • Parameters

      Returns boolean

    • Returns boolean

    • Returns any

    • Returns any

    • Returns string

    • Returns number

    • returns a status code that can be modified

      Parameters

      • statusCode: string | StatusCode
      • optionalBits: string | number

      Returns StatusCode