Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDartIdeManager

System manager for communicating with the Dart-IDE. This is used by system.

api-version

1

system

Hierarchy

Index

Properties

connectionIpAddress: Monitorable<string>

Monitorable connected IpAddress (string data type)

api-version

1

system
connectionState: Monitorable<boolean>

Monitorable a connection state. (boolean data type)

api-version

1

system

Methods

  • connect(address?: string, port?: string): Promise<boolean>
  • Connect to Build-Server with the desired IP address

    api-version

    1

    system

    Parameters

    • Optional address: string

      An IP address of the desired Build-Server

    • Optional port: string

      A port of the desired Build-Server

    Returns Promise<boolean>

    Return Fulfills with the result of whether it has been connected successfully.

  • disconnect(): Promise<boolean>
  • Disconnect from Build-Server.

    api-version

    1

    system

    Returns Promise<boolean>

    Return Fulfills with the result of whether it has been disconnected successfully.

  • getIdeIpList(): Promise<string[]>
  • Search IDE IP address list

    api-version

    1

    system

    Returns Promise<string[]>

    Returns a list of searched IDE IP addresses

Generated using TypeDoc