点击或拖拽改变大小

FanucInterfaceNetReadAsync 方法 (String)

根据地址读取机器人的原始的字节数据信息
Read the robot's original byte data information according to the address

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

参数

address
类型:SystemString
指定的地址信息,对于某些机器人无效

返回值

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

实现

IRobotNetReadAsync(String)
参见