#include <TFTP_design.hpp>
Public Methods | |
| TFTPDataPacket (short num, char *data) | |
| ~TFTPDataPacket () | |
| short | getblockNo () |
| void | setblockNo (short num) |
| void | setdata (char *data) |
| tftp_data_t * | getdatapacket () |
Private Attributes | |
| tftp_data_t | datapacket |
|
||||||||||||
|
Definition at line 142 of file TFTP_design.hpp. |
|
|
Definition at line 148 of file TFTP_design.hpp. 00149 {
00150 }
|
|
|
Definition at line 152 of file TFTP_design.hpp. 00153 {
00154 return datapacket.blockNo;
00155 }
|
|
|
Definition at line 167 of file TFTP_design.hpp. 00168 {
00169 return &datapacket;
00170 }
|
|
|
Definition at line 156 of file TFTP_design.hpp. 00157 {
00158 datapacket.blockNo=num;
00159
00160 }
|
|
|
Definition at line 161 of file TFTP_design.hpp. 00162 {
00163 datapacket.data = data;
00164 }
|
|
|
Definition at line 140 of file TFTP_design.hpp. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001