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

#include <gphoto2-file.h>

Data Fields

int(* size )(void *priv, uint64_t *size)
 
int(* read )(void *priv, unsigned char *data, uint64_t *len)
 
int(* write )(void *priv, unsigned char *data, uint64_t *len)
 

Detailed Description

Definition at line 97 of file gphoto2-file.h.

Field Documentation

◆ read

int(* _CameraFileHandler::read) (void *priv, unsigned char *data, uint64_t *len)

Definition at line 99 of file gphoto2-file.h.

◆ size

int(* _CameraFileHandler::size) (void *priv, uint64_t *size)

Definition at line 98 of file gphoto2-file.h.

◆ write

int(* _CameraFileHandler::write) (void *priv, unsigned char *data, uint64_t *len)

Definition at line 100 of file gphoto2-file.h.


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