isCmdBufferFull()

描述

command buffer 是否满载。
此command buffer size 为1024。

语法

machine.isCmdBufferFull();

参数

machine:为Machine物件。

无参数。

回传

bool

true: buffer 满载。

false: buffer 尚有空间。

参见

getCmdCount()
getFreeCmdCount()


函式库参考

86Duino 参考资料的文本遵循Creative Commons Attribution-ShareAlike 3.0 许可证。参考资料中的代码示例已发布到公共领域。