RCOM PROJ
File transfer via serial port
|
Struct to save data relative to the Application. More...
#include <application.h>
Data Fields | |
off_t | filesize |
char | filename [255] |
char | destinationArg [255] |
char | filenameArg [255] |
int | type |
int | gate |
Struct to save data relative to the Application.
char destinationArg[255] |
Referenced by parseArgs(), and receiverApp().
char filename[255] |
Referenced by parseFileInfo(), and receiverApp().
char filenameArg[255] |
Referenced by parseArgs(), and transmitterApp().
off_t filesize |
Referenced by parseFileInfo(), and receiverApp().
int gate |
Referenced by main(), and parseArgs().
int type |
Referenced by main(), and parseArgs().