W5200(WIZ820io) network interface

Embed: (wiki syntax)

« Back to documentation index

WIZ820ioNetIf Class Reference

WIZ820ioNetIf Class Reference

WIZ820io network interface. More...

#include <WIZ820ioNetIf.h>

Inherits W5200NetIf.

Public Member Functions

int setup (int timeout_ms=15000)
 Brings the interface up.

Detailed Description

WIZ820io network interface.

Definition at line 11 of file WIZ820ioNetIf.h.


Member Function Documentation

int setup ( int  timeout_ms = 15000 )

Brings the interface up.

Uses DHCP if necessary

Parameters:
timeout_ms: You can set the timeout parameter in milliseconds, if not it defaults to 15s
Returns:
: 0 on success or -1 on timeout

Reimplemented from W5200NetIf.

Definition at line 45 of file WIZ820ioNetIf.cpp.