isCmdBufferFull()
Describe
command buffer is full load.
This command buffer size is 1024.
Grammar
machine.isCmdBufferFull();
Parameter
machine
: It is an object of Machine
. .
No parameters.
Return
bool
:
true: buffer Full load.
false: buffer There is still room for it.
See also
getCmdCount()
getFreeCmdCount()
Function library reference
The text of the 86Duino reference follows the Creative Commons Attribution-ShareAlike 3.0 License. Code examples in reference materials have been published in the public domain.