Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

TFTPAckPacket Class Reference

#include <TFTP_design.hpp>

List of all members.

Public Methods

 TFTPAckPacket (short num)
 ~TFTPAckPacket ()
short getblockNo ()
void setblockNo (short num)
tftp_ack_tgetackpacket ()

Private Attributes

tftp_ack_t ackpacket


Constructor & Destructor Documentation

TFTPAckPacket::TFTPAckPacket short    num [inline]
 

Definition at line 189 of file TFTP_design.hpp.

00189                              {
00190         ackpacket.opcode = 4;
00191         ackpacket.blockNo= num;
00192     }

TFTPAckPacket::~TFTPAckPacket   [inline]
 

Definition at line 194 of file TFTP_design.hpp.

00195     {
00196     }


Member Function Documentation

tftp_ack_t* TFTPAckPacket::getackpacket   [inline]
 

Definition at line 208 of file TFTP_design.hpp.

00209     {
00210         return &ackpacket;
00211     }

short TFTPAckPacket::getblockNo   [inline]
 

Definition at line 198 of file TFTP_design.hpp.

00199     {
00200         return ackpacket.blockNo;
00201     }

void TFTPAckPacket::setblockNo short    num [inline]
 

Definition at line 202 of file TFTP_design.hpp.

00203     {
00204         ackpacket.blockNo=num;
00205         
00206     }


Member Data Documentation

tftp_ack_t TFTPAckPacket::ackpacket [private]
 

Definition at line 187 of file TFTP_design.hpp.


The documentation for this class was generated from the following file:
Generated on Sun Oct 14 18:50:10 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001