Reference Home

ping()

Description

To test network connection you can send a ping message to a remote IP.

At present ping utility has a fixed time out of 4 sec. (MCW limit)

But shield can replay if pinged from remote IP.

Syntax

MWiFi.ping(char *ipremote)

Parameters

pointer to string contains IP address (format:"n.n.n.n")

Returns

nothing

Reference Home