We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
2 parents d2867ba + 65617a9 commit 98b9ea5Copy full SHA for 98b9ea5
libraries/Ethernet/src/Ethernet.h
@@ -91,8 +91,6 @@ class EthernetClass : public MbedSocketClass {
91
92
void MACAddress(uint8_t *mac_address);
93
94
- void setHostname(const char *name);
95
-
96
int disconnect(void);
97
void end(void);
98
@@ -123,7 +121,6 @@ class EthernetClass : public MbedSocketClass {
123
121
EthernetInterface *eth_if = &net;
124
122
voidPrtFuncPtr _initializerCallback;
125
arduino::IPAddress ipAddressFromSocketAddress(SocketAddress socketAddress);
126
- SocketAddress socketAddressFromIpAddress(arduino::IPAddress ip, uint16_t port);
127
};
128
129
}
0 commit comments