📜  arduino server read - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:35.789000             🧑  作者: Mango

代码示例1
Gets a client that is connected to the server and has data available for reading.
 The connection persists when the returned client object goes out of scope; you
 can close it by calling client.stop().

Syntax
server.available()