Server

描述

Server 類別實作了 GPRS 伺服端的功能。

語法


GSMServer server(port);

參數

port:伺服端要使用的埠編號,型態為 int

See also

ready()
beginWrite()
write()
endWrite()
read()
available()
stop()


函式庫參考主頁面

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.