点击或拖拽改变大小

ElectricalParametersParseFromDelixi 方法

根据德力西电表的原始字节数据,解析出真实的电量参数信息

命名空间:  HslCommunication.Instrument.Delixi
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static ElectricalParameters ParseFromDelixi(
	byte[] data,
	IByteTransform byteTransform
)

参数

data
类型:SystemByte
原始的字节数据
byteTransform
类型:HslCommunication.CoreIByteTransform
字节变换操作

返回值

类型:ElectricalParameters
掂量参数信息
参见