libraw1394: version 2.0.4 | ||
---|---|---|
<<< Previous | Next >>> |
libraw1394 handle
target node ID
address to read from
amount of bytes of data to read
pointer to buffer where data will be saved
data to identify the request to completion handler
This function starts the specified read request. If
length is 4
a quadlet read is initiated and a block read otherwise.
The transaction is only started, no success of the transaction is implied with a successful return of this function. When the transaction completes, a raw1394_loop_iterate will call the tag handler and pass it the tag and error code of the transaction. tag should therefore be set to something that uniquely identifies this transaction (e.g. a struct pointer casted to unsigned long).
<<< Previous | Home | Next >>> |
raw1394_start_phy_packet_write | Up | raw1394_start_write |