| IecValueServerObjectT 构造函数 (UInt16, Int32, Byte, FuncIecValueObjectT, Byte) | 
 
            实例化一个连续地址的数据对象
            
 
        命名空间: 
     HslCommunication.Instrument.IEC
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public IecValueServerObject(
	ushort address,
	int length,
	byte typeID,
	Func<IecValueObject<T>, byte[]> trans
)
Public Sub New ( 
	address As UShort,
	length As Integer,
	typeID As Byte,
	trans As Func(Of IecValueObject(Of T), Byte())
)
public:
IecValueServerObject(
	unsigned short address, 
	int length, 
	unsigned char typeID, 
	Func<IecValueObject<T>^, array<unsigned char>^>^ trans
)
new : 
        address : uint16 * 
        length : int * 
        typeID : byte * 
        trans : Func<IecValueObject<'T>, byte[]> -> IecValueServerObject参数
- address
- 类型:SystemUInt16
 起始地址
- length
- 类型:SystemInt32
 长度
- typeID
- 类型:SystemByte
 数据标识
- trans
- 类型:SystemFuncIecValueObjectT, Byte
 原始字节转换关系
 参见
参见