getFreeCmdCount()
描述
command buffer 还剩多少空间。
此command buffer size 为1024。
语法
machine.getFreeCmdCount();
参数
machine
:为Machine
物件。
无参数。
回传
int
:回传command buffer 还剩多少空间。
See also
getCmdCount()
isCmdBufferFull()
函式库参考
86Duino 参考资料的文字遵循知识共享署名- Creative Commons Attribution-ShareAlike 3.0 License。参考资料中的程式码范例已发布到公共领域。