read(into:count:)
Reads the data from the slave device into the specified buffer pointer.
@discardableResult func read(into buffer: UnsafeMutableRawBufferPointer, count: Int? = nil) -> Result<(), Errno>
Parameters
Returns
Whether the communication succeeds. If not, it returns the specific error.