Reference   Language | Libraries | Comparison | Changes

Bridge : BridgeClient Class

connect()

Description

Connects to a specified IP address and port. The return value indicates success or failure. Also supports DNS lookups when using a domain name.

Syntax

  • client.connect()
  • client.connect(ip, port)
  • client.connect(URL, port)

Parameters

  • client : the named instance of YunClient
  • ip: the IP address that the client will connect to (array of 4 bytes)
  • URL: the domain name the client will connect to (string, ex.:"arduino.cc")
  • port: the port that the client will connect to (int)

Returns

Returns true if the connection succeeds, false if not.

Functions


Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.