Skip to content

Commit 98b9ea5

Browse files
authoredDec 4, 2023
Merge pull request #783 from JAndrassy/ethernet_remove_unimplemented_methods
Ethernet.h remove unimplemented methods
2 parents d2867ba + 65617a9 commit 98b9ea5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎libraries/Ethernet/src/Ethernet.h

-3
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ class EthernetClass : public MbedSocketClass {
9191

9292
void MACAddress(uint8_t *mac_address);
9393

94-
void setHostname(const char *name);
95-
9694
int disconnect(void);
9795
void end(void);
9896

@@ -123,7 +121,6 @@ class EthernetClass : public MbedSocketClass {
123121
EthernetInterface *eth_if = &net;
124122
voidPrtFuncPtr _initializerCallback;
125123
arduino::IPAddress ipAddressFromSocketAddress(SocketAddress socketAddress);
126-
SocketAddress socketAddressFromIpAddress(arduino::IPAddress ip, uint16_t port);
127124
};
128125

129126
}

0 commit comments

Comments
 (0)
Please sign in to comment.