raw1394_new_handle_on_port
Name
raw1394_new_handle_on_port -- create a new handle and bind it to a port
Synopsis
raw1394handle_t raw1394_new_handle_on_port
(int port);
Arguments
- port
port to connect to (same as argument to raw1394_set_port)
Description
Same as raw1394_new_handle, but also binds the handle to the
specified 1394 port. Equivalent to raw1394_new_handle followed by
raw1394_get_port_info and raw1394_set_port. Useful for
command-line programs that already know what port they want. If
raw1394_set_port returns ESTALE, retries automatically.
Returns
the new handle on success or NULL on failure