#include <DummyPkg.h>
Inheritance diagram for DummyPkg:

Public Methods | |
| DummyPkg (int a, bool ack=false) | |
| Costruttore ordinario. More... | |
| DummyPkg (byte *ptr) | |
| Costruisce l'oggetto a partire dall'array restituito da getMsg(). More... | |
| virtual | ~DummyPkg () |
| Distruttore di Default. | |
| virtual TelepatiPkg * | clone () |
| Clonatore. More... | |
| byte * | getMsg () |
| Ritorna un array che rappresenta l'oggetto. More... | |
| string | getString () |
| Stringa "Dummy message". More... | |
Protected Attributes | |
| string | str |
| Stringa "Dummy message". | |
|
||||||||||||
|
Costruttore ordinario.
|
|
|
Costruisce l'oggetto a partire dall'array restituito da getMsg().
|
|
|
Clonatore. Restituisce un clone dell'oggetto su cui e' chiamato. Implements TelepatiPkg. |
|
|
Ritorna un array che rappresenta l'oggetto. Costruisce un array che rappresenta l'oggetto, l'array corrisponde ai dati spediti via rete.
Implements TelepatiPkg. |
|
|
Stringa "Dummy message".
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002