libraw1394: version 2.0.4 | ||
---|---|---|
<<< Previous | Next >>> |
libraw1394 handle
target node ID
address to write to
amount of bytes of data to write
pointer to data to be sent
data to identify the request to completion handler
This function starts the specified write request. If
length is 4
a quadlet write is initiated and a block write 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_read | Up | raw1394_start_lock |