Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

LeaderReplyPkg Class Reference

implementa il messaggio di risposta al saluto del Leader. More...

#include <LeaderReplyPkg.h>

Inheritance diagram for LeaderReplyPkg:

TelepatiPkg List of all members.

Public Methods

 LeaderReplyPkg (int a, bool ack)
 Costruttore ordinario. More...

 LeaderReplyPkg (byte *ptr)
 Costruisce l'oggetto a partire dall'array restituito da getMsg(). More...

virtual ~LeaderReplyPkg ()
 Distruttore di Default.

virtual TelepatiPkgclone ()
 Clonatore. More...

byte * getMsg ()
 Ritorna un array che rappresenta l'oggetto. More...


Detailed Description

implementa il messaggio di risposta al saluto del Leader.

Viene spedito dagli other una volta completata l'inizializzazione e una volta ricevuto il LeaderPkg. Struttura: e' composto esclusivamente dall'header standard


Constructor & Destructor Documentation

LeaderReplyPkg::LeaderReplyPkg int    a,
bool    ack
 

Costruttore ordinario.

Parameters:
a  aibo di destinazione.
ack  se richiede l'ack o meno

LeaderReplyPkg::LeaderReplyPkg byte *    ptr
 

Costruisce l'oggetto a partire dall'array restituito da getMsg().

Parameters:
ptr  puntatore all'array di byte.
See also:
getMsg()


Member Function Documentation

TelepatiPkg * LeaderReplyPkg::clone   [virtual]
 

Clonatore.

Restituisce un clone dell'oggetto su cui e' chiamato.

Implements TelepatiPkg.

byte * LeaderReplyPkg::getMsg   [virtual]
 

Ritorna un array che rappresenta l'oggetto.

Costruisce un array che rappresenta l'oggetto, l'array corrisponde ai dati spediti via rete.

Returns:
array di byte.
See also:
LeaderReplyPkg(byte* ptr)

Implements TelepatiPkg.


The documentation for this class was generated from the following files:
Generated on Tue Mar 1 15:06:16 2005 for Packages_Library by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002