点击或拖拽改变大小

ER7BC10Previous.ReadStringAsync 方法

根据地址读取机器人的字符串的数据信息
Read the string data information of the robot based on the address

命名空间:  HslCommunication.Robot.EFORT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public Task<OperateResult<string>> ReadStringAsync(
	string address
)

参数

address
类型:System.String
地址信息

返回值

类型:Task<OperateResult<String>>
带有成功标识的字符串数据

实现

IRobotNet.ReadStringAsync(String)
参见