xx-g 发表于 2013-9-2 08:41:31

EthernetClient client

请问一下大家一个 arduino 的基础知识:EthernetClient client = server.available(); 的 EthernetClient client是什么意思。
半路出家很多基础不懂。谢谢

gaoshine 发表于 2013-9-2 10:11:00

C++ 对象的语法   EthernetClient是个对象    client是个实例。以后此类内容请发到求助区。大家乐于在求助去给你解答:)

贱客 发表于 2013-9-2 15:59:05

EthernetClient 它是个 class
将 client 变量定义为 EthernetClient 型,并赋值。

xx-g 发表于 2013-9-2 17:42:46

gaoshine 发表于 2013-9-2 10:11 static/image/common/back.gif
C++ 对象的语法   EthernetClient是个对象    client是个实例。以后此类内容请发到求助区。大家乐于在求助 ...

好的。谢谢

xx-g 发表于 2013-9-2 17:45:36

贱客 发表于 2013-9-2 15:59 static/image/common/back.gif
EthernetClient 它是个 class
将 client 变量定义为 EthernetClient 型,并赋值。

谢谢你的帮助。请问如何找到这方面的基础知识?谢谢

贱客 发表于 2013-9-3 14:24:12

xx-g 发表于 2013-9-2 17:45 static/image/common/back.gif
谢谢你的帮助。请问如何找到这方面的基础知识?谢谢

这是 C++ 编程的基础知识,找本 C++ 的书学习吧
页: [1]
查看完整版本: EthernetClient client