libgphoto2 photo camera library (libgphoto2) Internals  2.5.26
_CameraFile Struct Reference

Data Fields

char mime_type [64]
 
char name [MAX_PATH]
 
int ref_count
 
time_t mtime
 
CameraFileAccessType accesstype
 
unsigned long size
 
unsigned char * data
 
unsigned long offset
 
int fd
 
CameraFileHandlerhandler
 
void * private
 

Detailed Description

The internals of the CameraFile struct are private.

Definition at line 55 of file gphoto2-file.c.

Field Documentation

◆ accesstype

CameraFileAccessType _CameraFile::accesstype

Definition at line 61 of file gphoto2-file.c.

◆ data

unsigned char* _CameraFile::data

Definition at line 65 of file gphoto2-file.c.

◆ fd

int _CameraFile::fd

Definition at line 69 of file gphoto2-file.c.

◆ handler

CameraFileHandler* _CameraFile::handler

Definition at line 72 of file gphoto2-file.c.

◆ mime_type

char _CameraFile::mime_type[64]

Definition at line 56 of file gphoto2-file.c.

◆ mtime

time_t _CameraFile::mtime

Definition at line 59 of file gphoto2-file.c.

◆ name

char _CameraFile::name[MAX_PATH]

Definition at line 57 of file gphoto2-file.c.

◆ offset

unsigned long _CameraFile::offset

Definition at line 66 of file gphoto2-file.c.

◆ private

void* _CameraFile::private

Definition at line 73 of file gphoto2-file.c.

◆ ref_count

int _CameraFile::ref_count

Definition at line 58 of file gphoto2-file.c.

◆ size

unsigned long _CameraFile::size

Definition at line 64 of file gphoto2-file.c.


The documentation for this struct was generated from the following file: