YamahaRCXReadCommand 方法 (String, Int32) |
注意:此 API 现在已过时。
读取指定的命令的方法,需要指定命令
The method of reading the specified command requires the specified command and the line number information of the received command
命名空间:
HslCommunication.Robot.YAMAHA
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法[ObsoleteAttribute]
public OperateResult<string[]> ReadCommand(
string command,
int lines
)
<ObsoleteAttribute>
Public Function ReadCommand (
command As String,
lines As Integer
) As OperateResult(Of String())
public:
[ObsoleteAttribute]
OperateResult<array<String^>^>^ ReadCommand(
String^ command,
int lines
)
[<ObsoleteAttribute>]
member ReadCommand :
command : string *
lines : int -> OperateResult<string[]>
参数
- command
- 类型:SystemString
命令 - lines
- 类型:SystemInt32
[缺少 "M:HslCommunication.Robot.YAMAHA.YamahaRCX.ReadCommand(System.String,System.Int32)" 的 <param name="lines"/> 文档]
返回值
类型:
OperateResultString接收的命令
备注
参见