点击或拖拽改变大小

ToyoPucAddress.ParseFrom 方法

从实际的丰田PLC的地址里面解析出地址对象
Resolve the address object from the actual Vigor address

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

参数

address
类型:System.String
丰田的地址数据信息
length
类型:System.UInt16
读取的数据长度
isBit
类型:System.Boolean
是否是对位进行访问的

返回值

类型:OperateResult<ToyoPucAddress>
是否成功的结果对象
参见