一款简单易用的基础网络通讯组件库。

PlcPropertyInfo 构造函数

初始化 PlcPropertyInfo 的新实例。

Definition

命名空间: TouchSocket.PlcBridges
程序集: TouchSocketPro.PlcBridges (在 TouchSocketPro.PlcBridges.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public PlcPropertyInfo(
	int start,
	int quantity,
	EndianType endianType
)

参数

start  Int32
起始地址。
quantity  Int32
数量。
endianType  EndianType
字节序类型。

参见