点击或拖拽改变大小

BeckhoffAdsNetTransValueHandleAsync 方法

将字符串的地址转换为内存的地址,其他地址则不操作
Converts the address of a string to the address of a memory, other addresses do not operate

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

参数

address
类型:SystemString
地址信息,s=A的地址转换为i=100000的形式

返回值

类型:TaskOperateResultString
地址
参见