Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IClient

This interface represents the connection with a remote Thymio Device Manager or Thymio 3

Once the connection established nodes connections and modification events will be broadcast through onNodesChanged.

When the connection is first establised, onNodesChanged will be called with the list of all known nodes.

see

createClient

Hierarchy

  • IClient

Implemented by

Index

Events

Properties

Events

onNodesChanged

onNodesChanged: function
param

Nodes whose status has changed

Type declaration

    • Parameters

      Returns void

Properties

nodes

nodes: INode[]

List of connected nodes

Generated using TypeDoc