Machine.isCmdBufferFull()

[Motion86]

説明

Whether command buffer is full or not.

The size of this command buffer is 1024.

構文

machine.isCmdBufferFull();

媒介変数

machine: for Machine objects.

No parameter.

戻り値

bool.

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

参照


ライブラリリファレンスホーム

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

上部へスクロール