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

ModbusRequestSetValue 方法

重载列表

SetValue(Boolean) 设置Data的值为一个bool。
SetValue(Boolean) 设置Data的值为bool数组,同时设置Quantity的数量(即数组长度)。
SetValue(Byte) 设置Data的值为数组,同时设置Quantity的数量(即数组长度的1/2)。
SetValue(Int16) 设置Data的值为short。
SetValue(UInt16) 设置Data的值为ushort。

参见