Skip to content

Commit

Permalink
Update projects/1.12.2/assets/computronics/computronics/doc/tis3d/com…
Browse files Browse the repository at this point in the history
…putronics/zh_CN/item/tape_reader_module.md

Co-authored-by: dovisutu <40313014+dovisutu@users.noreply.github.com>
  • Loading branch information
HfSrJun and dovisutu committed Jun 18, 2024
1 parent adba09b commit c12b183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

可用指令如下:

* `0`: isEnd - 若磁带驱动器未装入磁带或磁带到达末尾则返回1,否则返回0。Returns 1 if the tape drive is empty or the inserted tape has reached its end, 0 otherwise.
* `0`: isEnd - 若磁带驱动器未装入磁带或磁带到达末尾则返回1,否则返回0。
* `1`: isReady - 若磁带驱动器中已装入磁带则返回1,否则返回0。
* `2`: getState - 返回磁带驱动器的当前状态,形式为数字。若磁带驱动器停止播放则返回`0`,若磁带驱动器正在播放则返回`1`,若磁带驱动器正在倒带则返回`2`,若磁带驱动器正在快进则返回`3`
* `3`: getSize - 返回磁带的容量,单位为字节,对1024取模。
Expand Down

0 comments on commit c12b183

Please sign in to comment.