Public Member Functions | Static Public Attributes | Friends
EthernetClass Class Reference

List of all members.

Public Member Functions

void begin (uint8_t *, uint8_t *)
void begin (uint8_t *, uint8_t *, uint8_t *)
void begin (uint8_t *, uint8_t *, uint8_t *, uint8_t *)

Static Public Attributes

static uint8_t _state [MAX_SOCK_NUM]
static uint16_t _server_port [MAX_SOCK_NUM]

Friends

class Client
class Server

Detailed Description

Definition at line 11 of file Ethernet.h.


Member Data Documentation

uint16_t EthernetClass::_server_port [static]
Initial value:
 { 
  0, 0, 0, 0 }

Definition at line 15 of file Ethernet.h.

uint8_t EthernetClass::_state [static]
Initial value:
 { 
  0, 0, 0, 0 }

Definition at line 14 of file Ethernet.h.


The documentation for this class was generated from the following files: