点击或拖拽改变大小

HslReflectionHelperSetPropertyValueFrom 方法

根据地址列表信息,数据缓存,自动解析基础类型的数据,赋值到自定义的对象上去

命名空间:  HslCommunication.Reflection
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static void SetPropertyValueFrom(
	IByteTransform byteTransform,
	Object obj,
	List<HslAddressProperty> properties,
	byte[] buffer
)

参数

byteTransform
类型:HslCommunication.CoreIByteTransform
数据解析对象
obj
类型:SystemObject
数据对象信息
properties
类型:System.Collections.GenericListHslAddressProperty
地址属性列表
buffer
类型:SystemByte
缓存数据信息
参见