点击或拖拽改变大小

FanucInterfaceNetRead 方法 (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 OperateResult<byte[]> Read(
	string address
)

参数

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

返回值

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

实现

IRobotNetRead(String)
参见