RCOM PROJ
File transfer via serial port
applicationLayer Struct Reference

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
 

Detailed Description

Struct to save data relative to the Application.

Field Documentation

◆ destinationArg

char destinationArg[255]

Referenced by parseArgs(), and receiverApp().

◆ filename

char filename[255]

Referenced by parseFileInfo(), and receiverApp().

◆ filenameArg

char filenameArg[255]

Referenced by parseArgs(), and transmitterApp().

◆ filesize

off_t filesize

Referenced by parseFileInfo(), and receiverApp().

◆ gate

int gate

Referenced by main(), and parseArgs().

◆ type

int type

Referenced by main(), and parseArgs().


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