w1_read_block (9) Linux Manual Page
w1_read_block – Reads a series of bytes.
Synopsis
- u8 w1_read_block(struct w1_master
* dev, u8* buf, intlen);
Arguments
dev
-
- the master device
buf
- pointer to the buffer to fill
len
- the number of bytes to read
Return
the number of bytes read
Author
David Fries <David [at] Fries.net>
- Author.
