点击或拖拽改变大小

IecValueServerObjectT 构造函数 (ListIecValueObjectT, Byte, FuncIecValueObjectT, Byte)

实例化一个不连续地址的数据对象

命名空间:  HslCommunication.Instrument.IEC
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public IecValueServerObject(
	List<IecValueObject<T>> value,
	byte typeID,
	Func<IecValueObject<T>, byte[]> trans
)

参数

value
类型:System.Collections.GenericListIecValueObjectT

[缺少 "M:HslCommunication.Instrument.IEC.IecValueServerObject`1.#ctor(System.Collections.Generic.List{HslCommunication.Instrument.IEC.IecValueObject{`0}},System.Byte,System.Func{HslCommunication.Instrument.IEC.IecValueObject{`0},System.Byte[]})" 的 <param name="value"/> 文档]

typeID
类型:SystemByte

[缺少 "M:HslCommunication.Instrument.IEC.IecValueServerObject`1.#ctor(System.Collections.Generic.List{HslCommunication.Instrument.IEC.IecValueObject{`0}},System.Byte,System.Func{HslCommunication.Instrument.IEC.IecValueObject{`0},System.Byte[]})" 的 <param name="typeID"/> 文档]

trans
类型:SystemFuncIecValueObjectT, Byte

[缺少 "M:HslCommunication.Instrument.IEC.IecValueServerObject`1.#ctor(System.Collections.Generic.List{HslCommunication.Instrument.IEC.IecValueObject{`0}},System.Byte,System.Func{HslCommunication.Instrument.IEC.IecValueObject{`0},System.Byte[]})" 的 <param name="trans"/> 文档]

参见