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

Public Methods | |
| DummyLedPkg (int a, byte colore, bool ack=false) | |
| Costruttore ordinario. More... | |
| DummyLedPkg (byte *ptr) | |
| Costruisce l'oggetto a partire dall'array restituito da getMsg(). More... | |
| virtual | ~DummyLedPkg () |
| Distruttore di Default. | |
| virtual TelepatiPkg * | clone () |
| Clonatore. More... | |
| byte * | getMsg () |
| Ritorna un array che rappresenta l'oggetto. More... | |
| byte | getColor () |
| Colore del Led. More... | |
Protected Attributes | |
| byte | color |
| Il colore da dare al Led. | |
E' un messaggio Dummy, creato sostanzialmente per scopi di debug e testing, ha il compito di far accendere un Led con un dato colore all'Aibo di destinazione.@n Struttura: e' composto dall'header standard piu' un byte rappresentante il colore da dare al o ai Led da accendere.
|
||||||||||||||||
|
Costruttore ordinario.
|
|
|
Costruisce l'oggetto a partire dall'array restituito da getMsg().
|
|
|
Clonatore. Restituisce un clone dell'oggetto su cui e' chiamato. Implements TelepatiPkg. |
|
|
Colore del Led.
|
|
|
Ritorna un array che rappresenta l'oggetto. Costruisce un array che rappresenta l'oggetto, l'array corrisponde ai dati spediti via rete.
Implements TelepatiPkg. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002