public interface MemoryRequestBlock
Modifier and Type | Method and Description |
---|---|
int |
getStartAddress() |
void |
writeBit(int blockAddress,
int subIndex,
boolean value)
Write a bit
|
void |
writeData(int blockAddress,
byte[] data) |
void writeBit(int blockAddress, int subIndex, boolean value)
blockAddress
- the address relative to the block start addresssubIndex
- the bit index at the block address (normally 0..8)value
- the value to writevoid writeData(int blockAddress, byte[] data)
int getStartAddress()