点击或拖拽改变大小

FatekProgramAddressParseFrom 方法

从普通的PLC的地址转换为HSL标准的地址信息

命名空间:  HslCommunication.Core.Address
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static OperateResult<FatekProgramAddress> ParseFrom(
	string address,
	ushort length
)

参数

address
类型:SystemString
地址信息
length
类型:SystemUInt16
数据长度

返回值

类型:OperateResultFatekProgramAddress
是否成功的地址结果
参见