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