write()

描述

传送资料到 Client 目前连线的伺服端。

语法


client.write(data)

参数

data:要传送到伺服端的资料,型态可以为 bytechar

回传

byte:回传 write() 传送至伺服端的位元组数量


函式库参考主页面

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.