点击或拖拽改变大小

BeckhoffAdsNetReadValueHandleAsync 方法

根据当前标签的地址获取到内存偏移地址
Get the memory offset address based on the address of the current label

命名空间:  HslCommunication.Profinet.Beckhoff
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public Task<OperateResult<uint>> ReadValueHandleAsync(
	string address
)

参数

address
类型:SystemString
带标签的地址信息,例如s=A,那么标签就是A

返回值

类型:TaskOperateResultUInt32
内存偏移地址
参见