isCmdBufferFull()
描述
command buffer 是否滿載。
此 command buffer size 為 1024。
語法
machine.isCmdBufferFull();
參數
machine
:為 Machine
物件。
無參數。
回傳
bool
:
true: buffer 滿載。
false: buffer 尚有空間。
See also
getCmdCount()
getFreeCmdCount()
函式庫參考
86Duino 參考資料的文字遵循知識共享署名- Creative Commons Attribution-ShareAlike 3.0 License。參考資料中的程式碼範例已發佈到公共領域。