YamahaRCXReadCommandAsync 方法 (String) |
读取指定的命令的方法,需要指定命令
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)
语法public Task<OperateResult<string[]>> ReadCommandAsync(
string command
)
Public Function ReadCommandAsync (
command As String
) As Task(Of OperateResult(Of String()))
public:
Task<OperateResult<array<String^>^>^>^ ReadCommandAsync(
String^ command
)
member ReadCommandAsync :
command : string -> Task<OperateResult<string[]>>
参数
- command
- 类型:SystemString
命令
返回值
类型:
TaskOperateResultString接收的命令
参见