Skip to content

Add EthernetClient getsocketnumber() function #2844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Add EthernetClient getsocketnumber() function #2844

wants to merge 2 commits into from

Conversation

bigjohnson
Copy link
Contributor

No description provided.

@@ -28,6 +28,7 @@ class EthernetClient : public Client {
virtual bool operator!=(const bool value) { return bool() != value; }
virtual bool operator==(const EthernetClient&);
virtual bool operator!=(const EthernetClient& rhs) { return !this->operator==(rhs); };
uint8_t getsocketnumber();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change getsocketnumber to getSocketNumber (camelCase) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes no problem, I must repull or you can change it?
Alberto

@cmaglie cmaglie added feature request A request to make an enhancement (not a bug fix) Library: Ethernet The Ethernet Arduino library labels Apr 15, 2015
@bigjohnson bigjohnson closed this May 12, 2015
@ffissore ffissore modified the milestone: Release 1.6.5 May 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request to make an enhancement (not a bug fix) Library: Ethernet The Ethernet Arduino library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants