Source code upload
[framework/connectivity/libgphoto2.git] / camlibs / sonydscf1 / command.h
1 #ifndef __COMMAND_H__
2 #define __COMMAND_H__
3
4 int     F1ok (GPPort*);
5 long    F1getdata (GPPort*,char *, unsigned char *);
6 int     F1status (GPPort*);
7 char    F1newstatus (GPPort *port, int, char *);
8 int     F1howmany (GPPort *);
9 int     F1fopen (GPPort *,char *);
10 long    F1fread(GPPort *,unsigned char *data, long len);
11 long    F1fwrite(GPPort *,unsigned char *data, long len, unsigned char b);
12 long    F1fseek (GPPort *,long, int);
13 unsigned long   F1finfo (GPPort *,char *);
14 int     F1fclose (GPPort *);
15 int     F1deletepicture (GPPort*,int);
16 #endif /* __COMMAND_H__ */