NetworkUdpDeviceBaseTTransformWordLength 属性  | 
 
            一个字单位的数据表示的地址长度,西门子为2,三菱,欧姆龙,modbusTcp就为1,AB PLC无效
            The address length represented by one word of data, Siemens is 2, Mitsubishi, Omron, modbusTcp is 1, AB PLC is invalid
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:9.1.3.0 (9.1.3.0)
语法protected ushort WordLength { get; set; }Protected Property WordLength As UShort
	Get
	Set
protected:
property unsigned short WordLength {
	unsigned short get ();
	void set (unsigned short value);
}member WordLength : uint16 with get, set
属性值
类型:
UInt16
备注
            对设备来说,一个地址的数据对应的字节数,或是1个字节或是2个字节,通常是这两个选择
            
参见