点击或拖拽改变大小

LSisServerAnalysisAddressToByteUnit 方法

将带有数据类型的地址,转换成实际的byte数组的地址信息,例如 MW100 转成 M200

命名空间:  HslCommunication.Profinet.LSIS
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<string> AnalysisAddressToByteUnit(
	string address,
	bool isBit
)

参数

address
类型:SystemString
带有类型的地址
isBit
类型:SystemBoolean
是否是位操作

返回值

类型:OperateResultString
最终的按照字节为单位的地址信息
参见