getFreeCmdCount()
Describe
command buffer How much space is left.
This command buffer size is 1024.
Grammar
machine.getFreeCmdCount();
Parameter
machine
: It is an object of Machine
. .
No parameters.
Return
int
: Return command buffer How much space is left. .
See also
getCmdCount()
isCmdBufferFull()
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.