mirror of
https://github.com/Show-maket/EthernetMaket.git
synced 2025-05-04 15:20:18 +00:00
Inheritance fix
This commit is contained in:
parent
ad8859af9a
commit
e6f2883584
@ -37,8 +37,8 @@ void onSend(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// #define TEST_1
|
#define TEST_1
|
||||||
#define TEST_2
|
// #define TEST_2
|
||||||
|
|
||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "TCP.h"
|
#include "TCP.h"
|
||||||
#include <functional>
|
#include <functional>
|
||||||
class EthernetMaketClient;
|
class EthernetMaketClient;
|
||||||
class EthernetMaketServer : EthernetServer
|
class EthernetMaketServer : public EthernetServer
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
EthernetClient available();
|
EthernetClient available();
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __MAKET_UDP_H__
|
#define __MAKET_UDP_H__
|
||||||
|
|
||||||
#include "../util/config.h"
|
#include "../util/config.h"
|
||||||
class EthernetMaketUDP : EthernetUDP
|
class EthernetMaketUDP : public EthernetUDP
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
ConnectionStatusSimple _status; // статус соединения
|
ConnectionStatusSimple _status; // статус соединения
|
||||||
|
Loading…
x
Reference in New Issue
Block a user