点击或拖拽改变大小

ABBWebApiClientReadString 方法

读取对方信息的的字符串数据信息,通常是针对GET的方法信息设计的。如果使用了url=开头,就表示是使用了原生的地址访问
The string data information that reads the other party information, usually designed for the GET method information.If you start with url=, you are using native address access

命名空间:  HslCommunication.Robot.ABB
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public override OperateResult<string> ReadString(
	string address
)

参数

address
类型:SystemString
地址信息

返回值

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

实现

IRobotNetReadString(String)
参见