|
libgphoto2 photo camera library (libgphoto2) API 2.5.34
|
Data Fields | |
| GPPortType | type |
| The type of this port. | |
| char * | name |
| The name of this port (usb:). | |
| char * | path |
| The path of this port (usb:001,023). | |
| char * | library_filename |
| Internal pathname of the port driver. Do not use outside of the port library. | |
| char* _GPPortInfo::library_filename |
Internal pathname of the port driver. Do not use outside of the port library.
Referenced by 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:).
Referenced by 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).
Referenced by 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.
Referenced by gp_port_info_get_type(), gp_port_info_list_lookup_path(), gp_port_info_set_type(), and gp_port_set_info().