libgphoto2 photo camera library (libgphoto2) Internals
2.5.23
|
#include <gphoto2-port-info.h>
Data Fields | |
GPPortType | type |
The type of this port. More... | |
char * | name |
The name of this port (usb:) More... | |
char * | path |
The path of this port (usb:001,023) More... | |
char * | library_filename |
Internal pathname of the port driver. Do not use outside of the port library. More... | |
GPPortInfo:
The internals of this list are private.
Definition at line 32 of file gphoto2-port-info.h.
char* _GPPortInfo::library_filename |
Internal pathname of the port driver. Do not use outside of the port library.
Definition at line 38 of file gphoto2-port-info.h.
Referenced by foreach_func(), gp_port_free(), gp_port_info_list_free(), gp_port_info_list_lookup_path(), and gp_port_set_info().
char* _GPPortInfo::name |
The name of this port (usb:)
Definition at line 34 of file gphoto2-port-info.h.
Referenced by foreach_func(), gp_port_free(), gp_port_info_get_name(), gp_port_info_list_append(), gp_port_info_list_count(), gp_port_info_list_free(), gp_port_info_list_get_info(), gp_port_info_list_lookup_name(), gp_port_info_list_lookup_path(), gp_port_info_set_name(), and gp_port_set_info().
char* _GPPortInfo::path |
The path of this port (usb:001,023)
Definition at line 35 of file gphoto2-port-info.h.
Referenced by foreach_func(), gp_port_free(), gp_port_info_get_path(), gp_port_info_list_free(), gp_port_info_list_lookup_path(), gp_port_info_set_path(), and gp_port_set_info().
GPPortType _GPPortInfo::type |
The type of this port.
Definition at line 33 of file gphoto2-port-info.h.
Referenced by foreach_func(), gp_port_info_get_type(), gp_port_info_list_lookup_path(), gp_port_info_set_type(), and gp_port_set_info().