点击或拖拽改变大小

YRC1000TcpNetWriteAsync 方法 (String, String)

根据地址,来写入设备相关的字符串数据
According to the address, to write the device related string data

命名空间:  HslCommunication.Robot.YASKAWA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public Task<OperateResult> WriteAsync(
	string address,
	string value
)

参数

address
类型:SystemString
指定的地址信息,有些机器人可能不支持
value
类型:SystemString
字符串的数据信息

返回值

类型:TaskOperateResult
是否成功的写入

实现

IRobotNetWriteAsync(String, String)
参见