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