HslReflectionHelperSetPropertyValueFrom 方法 |
根据地址列表信息,数据缓存,自动解析基础类型的数据,赋值到自定义的对象上去
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void SetPropertyValueFrom(
IByteTransform byteTransform,
Object obj,
List<HslAddressProperty> properties,
byte[] buffer
)
Public Shared Sub SetPropertyValueFrom (
byteTransform As IByteTransform,
obj As Object,
properties As List(Of HslAddressProperty),
buffer As Byte()
)
public:
static void SetPropertyValueFrom(
IByteTransform^ byteTransform,
Object^ obj,
List<HslAddressProperty^>^ properties,
array<unsigned char>^ buffer
)
static member SetPropertyValueFrom :
byteTransform : IByteTransform *
obj : Object *
properties : List<HslAddressProperty> *
buffer : byte[] -> unit
参数
- byteTransform
- 类型:HslCommunication.CoreIByteTransform
数据解析对象 - obj
- 类型:SystemObject
数据对象信息 - properties
- 类型:System.Collections.GenericListHslAddressProperty
地址属性列表 - buffer
- 类型:SystemByte
缓存数据信息
参见