点击或拖拽改变大小

IRobotNetReadString 方法

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

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
OperateResult<string> ReadString(
	string address
)

参数

address
类型:SystemString
地址信息

返回值

类型:OperateResultString
带有成功标识的字符串数据
参见