点击或拖拽改变大小

FanucInterfaceNetReadStringAsync 方法 (String)

根据地址读取机器人的字符串的数据信息
Read the string data information of the robot based on the address

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

参数

address
类型:SystemString
地址信息

返回值

类型:TaskOperateResultString
带有成功标识的字符串数据

实现

IRobotNetReadStringAsync(String)
参见