Provides access to information on the robot

Hierarchy

Constructors

Properties

eventTarget: EventTarget

Methods

  • Get the robot type

    Returns Promise<string>

  • returns a reply promise to the specified message

    Type Parameters

    • T

    Parameters

    • type: string

      The type of message being sent

    • Optional data: any

      The message data

    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

    • Optional data: any

      The message data

    Returns Observable<T>

Generated using TypeDoc