|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.hal.MemoryDescriptor
public class MemoryDescriptor
The class is a data structure to store information that describes the memory structure of a tag, i.e. the memory banks.
| Field Summary | |
|---|---|
protected MemoryBankDescriptor[] |
memoryBankDescriptors
The descriptions of the memory banks |
| Constructor Summary | |
|---|---|
MemoryDescriptor(MemoryBankDescriptor[] memoryBankDescriptors)
creates a memory descriptor with the given paramter. |
|
| Method Summary | |
|---|---|
MemoryBankDescriptor[] |
getMemoryBankDescriptors()
gets the descriptions of the memory banks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MemoryBankDescriptor[] memoryBankDescriptors
| Constructor Detail |
|---|
public MemoryDescriptor(MemoryBankDescriptor[] memoryBankDescriptors)
memoryBankDescriptors - the descriptions of the memory banks| Method Detail |
|---|
public MemoryBankDescriptor[] getMemoryBankDescriptors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||