Options
All
  • Public
  • Public/Protected
  • All
Menu

IoState event.

This event is internally emitted by the observable returned by CommunicationManager.observeIoState.

Hierarchy

  • IoStateEvent

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

data

Methods

Static with

  • with(hasAssociations: boolean, updateRate?: number): IoStateEvent
  • Create an IoStateEvent instance for describing an IO state.

    internal

    For internal use in framework only.

    Parameters

    • hasAssociations: boolean

      determines whether the related IO source/actor has associations

    • Optional updateRate: number

      the recommended update rate (in millis) for publishing IO source values (optional)

    Returns IoStateEvent

Generated using TypeDoc