libraw1394: version 1.2.0 | ||
---|---|---|
<<< Previous | Next >>> |
libraw1394 handle
channel number on which to send on
data to be put into packet's tag field
data to be put into packet's sy field
speed at which to send
amount of data to send
pointer to data to send
data to identify the request to completion handler
DEPRECATED
This function starts the specified isochronous packet transmission and
returns 0
for success and a negative number for an error, in which case
errno will be set.
When the send 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).
Isochronous packets are automatically
<<< Previous | Home | Next >>> |
raw1394_stop_iso_rcv | Up | raw1394_iso_write |