Skip to content

Commit

Permalink
Merge pull request #783 from JAndrassy/ethernet_remove_unimplemented_…
Browse files Browse the repository at this point in the history
…methods

Ethernet.h remove unimplemented methods
  • Loading branch information
facchinm authored Dec 4, 2023
2 parents d2867ba + 65617a9 commit 98b9ea5
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 98b9ea5

Please sign in to comment.