libgphoto2 photo camera library (libgphoto2) API 2.5.27
gphoto2-port-info.h
Go to the documentation of this file.
1
24#ifndef GPHOTO_PORT_INFO_H
25#define GPHOTO_PORT_INFO_H
26
34 char *name;
35 char *path;
37 /* Private */
39};
40#endif
GPPortType
The gphoto port type.
Definition gphoto2-port-info-list.h:34
Definition gphoto2-port-info.h:32
char * library_filename
Internal pathname of the port driver. Do not use outside of the port library.
Definition gphoto2-port-info.h:38
char * path
The path of this port (usb:001,023)
Definition gphoto2-port-info.h:35
GPPortType type
The type of this port.
Definition gphoto2-port-info.h:33
char * name
The name of this port (usb:)
Definition gphoto2-port-info.h:34