Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Class CommunicationChannelAbstract

    Abstract interface for communication within PSX

    This class is an internal implementation detail used by higher-level contribution APIs.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Parameters

      • event: MessageEvent

      Returns void

    • Type Parameters

      • T

      Parameters

      • type: string
      • data: any

      Returns Promise<T>

    • Type Parameters

      • T

      Parameters

      • sender: any
      • type: string
      • name: string | undefined
      • data: any

      Returns Promise<T>

    • returns an observable that will emit any messages replied to the specified message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • data: any

        The message data

      Returns Observable<T>

    • Type Parameters

      • T

      Parameters

      • sender: any
      • type: string
      • data: any

      Returns Observable<T>

    • Parameters

      • id: string
      • sender: any

      Returns void