|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpeckState
Every Speck must be able to supply a SpeckState object. The SpeckState object encapsulates all the data in the speck that we are interested in, and is used for statistic gathering, visualisation and so on. The SpeckState object is essentially a static snapshot of the state of the Speck at the time at which it was taken.
| Method Summary | |
|---|---|
java.lang.String |
getFlavourName()
Gets the name of the Speck type that generated this state object |
int |
id()
Gets a unique identifier for this speck |
boolean |
ledStatus()
Indicates the status of the speck's led |
| Method Detail |
|---|
int id()
boolean ledStatus()
java.lang.String getFlavourName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||