点击或拖拽改变大小

KukaAvarProxyNetReadAsync 方法

读取Kuka机器人的数据内容,根据输入的变量名称来读取
Read the data content of the Kuka robot according to the input variable name

命名空间:  HslCommunication.Robot.KUKA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public Task<OperateResult<byte[]>> ReadAsync(
	string address
)

参数

address
类型:SystemString
地址数据

返回值

类型:TaskOperateResultByte
带有成功标识的byte[]数组

实现

IRobotNetReadAsync(String)
参见