点击或拖拽改变大小

KukaAvarProxyNet.ReadStringAsync 方法

读取Kuka机器人的所有的数据信息,返回字符串信息,解码方式为ANSI,需要指定变量名称
Read all the data information of the Kuka robot, return the string information, decode by ANSI, need to specify the variable name

命名空间:  HslCommunication.Robot.KUKA
程序集:  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)
参见