Machine.isCmdBufferFull()

[Motion86]

説明

Whether command buffer is full or not.

The size of this command buffer is 1024.

Syntax

machine.isCmdBufferFull();

Parameters

machine: for Machine objects.

No parameter.

Returns

bool.

  • true: The buffer is full.
  • false: The buffer has space left.

See also


Libraries Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール