Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProxyObject

Hierarchy

Constructors

constructor

Properties

Readonly $components

$components: any[]

the object's components

property

$components

$methods

$methods: any[]

the object's properties

property

$methods

$organizes

$organizes: any[]

the Folder's elements

property

$organizes

$properties

$properties: any[]

the object's properties

property

$properties

browseName

browseName: string

the object's browseName

property

browseName

description

description: string

the object's description

property

description

Readonly nodeClass

nodeClass: NodeClass

the object's NodeClass

property

nodeClass

Readonly nodeId

nodeId: NodeId

the object nodeId

property

nodeId

Methods

addListener

  • addListener(event: string | symbol, listener: function): this
  • Parameters

    • event: string | symbol
    • listener: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

emit

  • emit(event: string | symbol, ...args: any[]): boolean
  • Parameters

    • event: string | symbol
    • Rest ...args: any[]

    Returns boolean

eventNames

  • eventNames(): Array<string | symbol>
  • Returns Array<string | symbol>

getMaxListeners

  • getMaxListeners(): number

listenerCount

  • listenerCount(event: string | symbol): number
  • Parameters

    • event: string | symbol

    Returns number

listeners

  • listeners(event: string | symbol): Function[]
  • Parameters

    • event: string | symbol

    Returns Function[]

off

  • off(event: string | symbol, listener: function): this
  • Parameters

    • event: string | symbol
    • listener: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

on

  • on(event: string | symbol, listener: function): this
  • Parameters

    • event: string | symbol
    • listener: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

once

  • once(event: string | symbol, listener: function): this
  • Parameters

    • event: string | symbol
    • listener: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

prependListener

  • prependListener(event: string | symbol, listener: function): this
  • Parameters

    • event: string | symbol
    • listener: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

prependOnceListener

  • prependOnceListener(event: string | symbol, listener: function): this
  • Parameters

    • event: string | symbol
    • listener: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

rawListeners

  • rawListeners(event: string | symbol): Function[]
  • Parameters

    • event: string | symbol

    Returns Function[]

readValue

  • readValue(callback: function): void
  • get a updated Value of the Variable , by using a ReadRequest

    Parameters

    • callback: function
        • (err: Error | null, variant?: Variant): void
        • Parameters

          • err: Error | null
          • Optional variant: Variant

          Returns void

    Returns void

removeAllListeners

  • removeAllListeners(event?: string | symbol): this

removeListener

  • removeListener(event: string | symbol, listener: function): this
  • Parameters

    • event: string | symbol
    • listener: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

setMaxListeners

  • setMaxListeners(n: number): this

toString

  • toString(): string
  • Returns string

writeValue

  • writeValue(dataValue: DataValue, callback: function): void
  • set the Value of the Variable, by using a WriteRequest

    Parameters

    • dataValue: DataValue
    • callback: function
        • (err?: Error): void
        • Parameters

          • Optional err: Error

          Returns void

    Returns void

Generated using TypeDoc