|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--nl.tbdev.IR.Frame
Basic IR frame format definition. For IR internal use only. This frame definition is used to pass data from the lowest layer up. It's not a sample of pure OO programming, but rather a compromise to speed (hence the public data and no getters/setter)
| Field Summary | |
byte[] |
data
|
int |
length
|
| Constructor Summary | |
Frame()
|
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public byte[] data
public int length
| Constructor Detail |
public Frame()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||