MC-Basic:CLOSE/zh-hans

From SoftMC-Wiki
< MC-Basic:CLOSE
Revision as of 05:58, 26 April 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == == 格式 == Close #<''DeviceHandle>'' == 适用版本 == 从版本4.0.0起 == 描述 == 结束串行通信设备I / O。<br> <''DeviceHandle''>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

格式

Close #<DeviceHandle>

适用版本

从版本4.0.0起

描述

结束串行通信设备I / O。

<DeviceHandle>: 要处理的串口

类型

<DeviceHandle>: Long

取值范围

<DeviceHandle>: 1 to 255

单位

默认

使用范围

Configuration, Task or Terminal

限制

只写

例子

Close #2

参见