com.oracle.deviceaccess.mmio
Interface RawMemory
- All Known Subinterfaces:
- RawBlock, RawByte, RawInt, RawLong, RawShort
public interface RawMemory
The RawMemory interface provides generic methods for the different types
of raw memory area a peripheral device's registers may be mapped to.
|
Method Summary |
java.lang.String |
getName()
Returns the name assigned to this RawMemory instance. |
getName
java.lang.String getName()
- Returns the name assigned to this
RawMemory instance.
- Returns:
- this
RawMemory instance's name.
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.