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

ShortDataPartition(Int32, Int32) 构造函数

存储short类型的数据区

Definition

命名空间: TouchSocket.Modbus
程序集: TouchSocketPro.Modbus (在 TouchSocketPro.Modbus.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public ShortDataPartition(
	int startingAddress,
	int quantity
)

参数

startingAddress  Int32

[缺少 "M:TouchSocket.Modbus.ShortDataPartition.#ctor(System.Int32,System.Int32)" 的 <param name="startingAddress"/> 文档]

quantity  Int32

[缺少 "M:TouchSocket.Modbus.ShortDataPartition.#ctor(System.Int32,System.Int32)" 的 <param name="quantity"/> 文档]

参见