ShortDataPartition(Int32, MemoryInt16) 构造函数
存储short类型的数据区
命名空间: TouchSocket.Modbus程序集: TouchSocketPro.Modbus (在 TouchSocketPro.Modbus.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public ShortDataPartition(
int startingAddress,
Memory<short> values
)
Public Sub New (
startingAddress As Integer,
values As Memory(Of Short)
)
new :
startingAddress : int *
values : Memory<int16> -> ShortDataPartition
参数
- startingAddress Int32
[缺少 "M:TouchSocket.Modbus.ShortDataPartition.#ctor(System.Int32,System.Memory{System.Int16})" 的 <param name="startingAddress"/> 文档]
- values MemoryInt16
[缺少 "M:TouchSocket.Modbus.ShortDataPartition.#ctor(System.Int32,System.Memory{System.Int16})" 的 <param name="values"/> 文档]