Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Group

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _client

_client: Client

_events

_events: any

Protected _id

_id: NodeId

Protected _monitoring_flags

_monitoring_flags: number

Private _on_events_descriptions_changed

_on_events_descriptions_changed: function

Type declaration

Private _on_variables_changed

_on_variables_changed: function

Type declaration

_variables

_variables: any

Accessors

eventsDescriptions

  • get eventsDescriptions(): any

id

nodes

  • get nodes(): Node[]

onEventsDescriptionsChanged

  • get onEventsDescriptionsChanged(): function
  • set onEventsDescriptionsChanged(cb: function): void

onVariablesChanged

  • get onVariablesChanged(): function
  • set onVariablesChanged(cb: function): void

variables

  • get variables(): any

Methods

_set_monitoring_flags

  • _set_monitoring_flags(flag: any, set: any): Promise<any>

emitEvents

  • emitEvents(map_or_key: string | Events, value?: any): Promise<any>

setEventsDescriptions

  • setEventsDescriptions(events: any): Promise<any>
  • Parameters

    • events: any

    Returns Promise<any>

setVariables

  • setVariables(variables: Variables): Promise<any>

watchSharedVariablesAndEvents

  • watchSharedVariablesAndEvents(flags: number): Promise<any>

Generated using TypeDoc