camlib
Documentation for camlib is still a work-in-progress
|
Go to the source code of this file.
Classes | |
struct | PtpEnum |
Macros | |
#define | MAX_ENUM_LENGTH 64 |
Enumerations | |
enum | PtpType { PTP_ENUM = 0 , PTP_OC = 1 , PTP_OF = 2 , PTP_DPC = 3 , PTP_EC = 4 , PTP_RC = 5 , PTP_ST = 6 , PTP_FT = 7 , PTP_AC = 8 , PTP_AT = 9 } |
Functions | |
int | ptp_enum_all (char *string) |
int | ptp_enum (int type, char *string) |
char * | ptp_get_enum (int type, int vendor, int id) |
char * | ptp_get_enum_all (int id) |
Variables | |
char * | enum_null |
int | ptp_enums_length |
struct PtpEnum | ptp_enums [] |