|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for addressable components.
Method Summary | |
byte |
read(int address)
Read a byte from the given address. |
void |
write(int address,
byte value)
Write a byte into the given address. |
Method Detail |
public byte read(int address)
address
- The source address.
public void write(int address, byte value)
address
- The target address.value
- The value to be written.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |