MemobusHelperWriteAsync 方法 |
名称 | 说明 | |
---|---|---|
WriteAsync(IMemobus, String, Boolean) |
写入单个的Boolean数据,返回是否成功 Write a single Boolean data, and return whether the write was successful | |
WriteAsync(IMemobus, String, Boolean) |
批量写入Boolean数组数据,返回是否成功 Batch write Boolean array data, return whether the write was successful | |
WriteAsync(IMemobus, String, Byte) |
写入原始的byte数组数据到指定的地址,返回是否写入成功 Write the original byte array data to the specified address, and return whether the write was successful | |
WriteAsync(IMemobus, String, Int16, FuncString, Int16, TaskOperateResult) |
写入short数据,返回是否成功 Write short data, returns whether success | |
WriteAsync(IMemobus, String, UInt16, FuncString, UInt16, TaskOperateResult) |
写入ushort数据,返回是否成功 Write ushort data, return whether the write was successful |