| libraw1394: version 0.9 | ||
|---|---|---|
| <<< Previous | Next >>> | |
Pointer to an array of structure of type
raw1394_port_info which will be filled in
by the function.
Maximum number of pinf structures to fill in. Zero is valid.
Before you can set which port to use, you use this function to find
out which ports exist. The raw1394_port_info
structure looks like this:
struct |
The field nodes contains the number of
nodes that are currently connected to that port, the field
name contains the name of the hardware
type. If your program is interactive, you should present the user
with this list to let them decide which port to use. A
non-interactive program (and probably interactive ones, too) should
provide a command line option to choose the port.
| <<< Previous | Home | Next >>> |
| raw1394_destroy_handle | Up | raw1394_get_fd |