parseInt()

描述

parseInt() 可以回传从串流中读到的第一个整数。假如检测到字元不是数字 parseInt() 就会终止。

这个函式是 Stream 类别的一部分,它可以被任何继承它的类别呼叫 (例如:Wire、Serial 等等) 。

语法


stream.parseInt()

参数

stream : 一个类别的实例,这个类别是继承于 Stream

回传

整数 (int 型别)

See also

Stream


语法参考主页面

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.