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