Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Transceiver

Hierarchy

  • Transceiver

Index

Constructors

constructor

Properties

Private _connector

_connector: Connector

enabled

enabled: boolean = true

Methods

clear

  • clear(type?: string): this
  • Remove events grouped event type.

    Parameters

    • Default value type: string = ""

      Event type to remove. If it is empty, removes all events.

    Returns this

connect

  • Connect to another transceiver.

    This process establishes a bidirectional connection between the two associated transceivers.
    Therefore, there is no need to switch positions and execute the process again.

    Parameters

    • transceiver: Transceiver

      Transceiver you want to connect.

    Returns this

disconnect

  • Disconnect from another transceiver.

    This process breaks the bidirectional connection between the two associated transceivers.
    Therefore, there is no need to switch positions and process again.

    Parameters

    • transceiver: Transceiver

      Transceiver you want to disconnect.

    Returns this

disconnectAll

  • disconnectAll(): this
  • Disconnect from all transceivers.

    This process breaks the bidirectional connection between the two associated transceivers.
    Therefore, there is no need to switch positions and process again.

    Returns this

emit

  • emit(type: string, data: any): undefined | this
  • Emit event.

    Note that the event occurs for all transceivers connected to itself, but not for itself itself.

    Parameters

    • type: string

      Event type to emit.

    • data: any

      Data you want to send.

    Returns undefined | this

getConnector

off

on

once

Static connect

Static create

Generated using TypeDoc