User Tools

Site Tools


digix:tutorials:wifi:library-functions:connect

connect()

Description

Creates a connection to another device or server on the address provided. Currently the function assumes port 80 as the server port.

Syntax

bool connect(char *aHost)

Parameters

char *aHost: IP or DNS name of device/server to connect to

Returns

bool : returns 1 when TCP link has been established

Example

digix/tutorials/wifi/library-functions/connect.txt · Last modified: 2013/09/15 11:14 by Eje_G