点击或拖拽改变大小

MemobusHelperWrite 方法

重载列表
  名称说明
公共方法静态成员Write(IMemobus, String, Boolean)
写入单个的Boolean数据,返回是否成功
Write a single Boolean data, and return whether the write was successful
公共方法静态成员Write(IMemobus, String, Boolean)
批量写入Boolean数组数据,返回是否成功
Batch write Boolean array data, return whether the write was successful
公共方法静态成员Write(IMemobus, String, Byte)
写入原始的byte数组数据到指定的地址,返回是否写入成功
Write the original byte array data to the specified address, and return whether the write was successful
公共方法静态成员代码示例Write(IMemobus, String, Int16, FuncString, Int16, OperateResult)
写入short数据,返回是否成功
Write short data, returns whether success
公共方法静态成员代码示例Write(IMemobus, String, UInt16, FuncString, UInt16, OperateResult)
写入ushort数据,返回是否成功
Write ushort data, return whether the write was successful
Top
参见