|
Oracle Java Wireless Client | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RawInt
The RawInt interface provides methods for setting and getting
the value of a register or memory area holding a int value.
A RawInt instance can be obtained from a MMIODevice instance.
| Method Summary | |
int |
get()
Gets the int value at the memory area associated with this object. |
void |
set(int value)
Sets the int value at the memory area associated with this object. |
| Methods inherited from interface com.oracle.deviceaccess.mmio.RawMemory |
getName |
| Method Detail |
void set(int value)
throws PeripheralNotAvailableException
int value at the memory area associated with this object.
value - int data to set.
PeripheralNotAvailableException - if the peripheral is not currently available (has been released).
int get()
throws PeripheralNotAvailableException
int value at the memory area associated with this object.
int value.
PeripheralNotAvailableException - if the peripheral is not currently available (has been released).
|
Oracle Java Wireless Client | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||