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