read()

描述

读取从伺服端传送至 Client 的资料。

read() 是从 Stream 继承而来。

语法


client.read()

参数

无参数

回传

byte:从伺服器传送来的资料,如果没有资料可以读取,会回传 -1

See also

Stream.read()


函式库参考主页面

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.