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()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0