11 static uint8_t _state
[MAX_SOCK_NUM
];
12 static uint16_t _server_port
[MAX_SOCK_NUM
];
13 void begin(uint8_t *, uint8_t *);
14 void begin(uint8_t *, uint8_t *, uint8_t *);
15 void begin(uint8_t *, uint8_t *, uint8_t *, uint8_t *);
20 extern EthernetClass Ethernet
;