Oracle Java Wireless Client

Package com.oracle.deviceaccess.mmio

Interface Summary
MMIODevice The MMIODevice class provides methods to retrieve memory-mapped registers and memory blocks of a peripheral device.
MMIOEventListener The MMIOEventListener interface defines methods for getting notified of events fired by peripherals mapped to memory.
RawBlock The RawBlock interface provides methods to access a continuous range of physical memory (raw memory).
RawByte The RawByte interface provides methods for setting and getting the value of a register or memory area holding a byte value.
RawInt The RawInt interface provides methods for setting and getting the value of a register or memory area holding a int value.
RawLong The RawLong interface provides methods for setting and getting the value of a register or memory area holding a long value.
RawMemory The RawMemory interface provides generic methods for the different types of raw memory area a peripheral device's registers may be mapped to.
RawShort The RawShort interface provides methods for setting and getting the value of a register or memory area holding a short value.
 

Class Summary
MMIOEvent The MMIOEvent class encapsulates events fired by peripherals mapped to memory.
MMIOManager The MMIOManager class provides methods for getting MMIODevice instances using its platform-specific unique numerical ID or name.
 

Exception Summary
AccessOutOfBoundsException Thrown by an instance of RawBlock if the offset used is out of valid boundary of the specified memory block.
 


Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.