|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An entity that is responsible for receiving a read or write operation and forwarding that to some target. Used for example for implementing chip registers, where the processor writes to the register and that write eventually is forwarded to some chip internal machinery.
Method Summary | |
byte |
read()
Read a byte from this Forwarder . |
void |
write(byte value)
Write a byte to this Forwarder . |
Method Detail |
public byte read()
Forwarder
.
public void write(byte value)
Forwarder
.
value
- The byte to write.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |