Skip to content

Commit

Permalink
Ethernet.h remove unimplemented methods
Browse files Browse the repository at this point in the history
socketAddressFromIpAddress in implemented in the base class
setHostname causes linker error. implementation is not possible
  • Loading branch information
JAndrassy committed Dec 1, 2023
1 parent 32d1696 commit 65617a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/Ethernet/src/Ethernet.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ class EthernetClass : public MbedSocketClass {

void MACAddress(uint8_t *mac_address);

void setHostname(const char *name);

int disconnect(void);
void end(void);

Expand Down Expand Up @@ -123,7 +121,6 @@ class EthernetClass : public MbedSocketClass {
EthernetInterface *eth_if = &net;
voidPrtFuncPtr _initializerCallback;
arduino::IPAddress ipAddressFromSocketAddress(SocketAddress socketAddress);
SocketAddress socketAddressFromIpAddress(arduino::IPAddress ip, uint16_t port);
};

}
Expand Down

0 comments on commit 65617a9

Please sign in to comment.