arduino / arduino/ArduinoCore-API

accept() function missing from the new Server base class. [imported]

オープン
#43 コメント 0 件 リアクション 0 件 担当者 1 名 @cmaglie が担当を希望しています GitHub で見る
主要言語
C++
スター
306
フォーク
150
PR マージ指標
30日以内にマージされた PR はありません

説明

This is [Issue 616](http://code.google.com/p/arduino/issues/detail?id=616) moved from a Google Code project.
Added by 2011-08-31T19:11:09.000Z by [dmel...@gmail.com](http://code.google.com/u/107726014984682000895/).
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium, Component-Core
### Original description

I'm guessing this is because we can't return a Client from it, and we're trying to avoid pointers or references. Maybe we can return a ClientProxy class or something, which also inherits from Client and basically wraps a pointer to a EthernetClient (or other subclass of Client)? Or even make the Client base class itself also able to act as a proxy?

What do you think, Adrian? Want to bring it up on the developers list?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。