点击或拖拽改变大小

ER7BC10PreviousReadStringAsync 方法

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

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

参数

address
类型:SystemString
地址信息

返回值

类型:TaskOperateResultString
带有成功标识的字符串数据

实现

IRobotNetReadStringAsync(String)
参见