Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OpcuaSensorIo

Defines the sensor io interface for an OPC UA item.

Hierarchy

  • MockSensorIo
    • OpcuaSensorIo

Implements

  • ISensorIo

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

parameters

  • get parameters(): number
  • Returns number

Methods

read

  • read(callback: (value: any) => void): void
  • Returns the internally cached value.

    Parameters

    • callback: (value: any) => void
        • (value: any): void
        • Parameters

          • value: any

          Returns void

    Returns void

write

  • write(value: any): void
  • Writes on the internally cached value.

    Parameters

    • value: any

    Returns void

Generated using TypeDoc