RCOM PROJ
File transfer via serial port
|
Struct to hold information about the Link Layer. More...
#include <dcp.h>
Data Fields | |
char | port [20] |
int | baudRate |
unsigned char | sequenceNumber |
unsigned int | timeout |
unsigned int | numTransmissions |
unsigned char | frame [MAX_SIZE_AFT_STUFF] |
unsigned int | status |
Struct to hold information about the Link Layer.
int baudRate |
Referenced by initConnection().
unsigned char frame[MAX_SIZE_AFT_STUFF] |
Referenced by processBCC_OK(), and stateMachine().
unsigned int numTransmissions |
Referenced by initConnection(), and writeCycle().
char port[20] |
Referenced by initConnection().
unsigned char sequenceNumber |
Referenced by initConnection(), llread(), llwrite(), processA_RCV(), processBCC_OK(), and readingCycle().
unsigned int timeout |
Referenced by initConnection(), receiver_DISC_UA(), and writeCycle().