read(into:count:)
Reads an array of data from the slave device.
@discardableResult func read(into buffer: inout [UInt8], count: Int? = nil) -> Result<(), Errno>
Parameters
Returns
Whether the communication succeeds. If not, it returns the specific error.