#include <DummyPkg.h>
Inheritance diagram for DummyPkg:
Public Member Functions | |
DummyPkg (int a, bool ack=false) | |
Costruttore ordinario. | |
DummyPkg (byte *ptr) | |
Costruisce l'oggetto a partire dall'array restituito da getMsg(). | |
virtual | ~DummyPkg () |
Distruttore di Default. | |
virtual TelepatiPkg * | clone () |
Clonatore. | |
byte * | getMsg () |
Ritorna un array che rappresenta l'oggetto. | |
string | getString () |
Stringa "Dummy message". | |
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".
|