|
SunSPOT host API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.spot.flashmanagement.HostNorFlashSectorFactory
public class HostNorFlashSectorFactory
HostNorFlashSectorFactory creates INorFlashSector
s on the host so that
host-side SpotClient can manipulate the sectors of the SPOT directly.
Constructor Summary | |
---|---|
HostNorFlashSectorFactory(ITargetFlashAccess target)
Create a HostNorFlashSectorFactory |
Method Summary | |
---|---|
IAddressableNorFlashSector |
create(int sectorNumber,
int purpose)
Create an IAddressableNorFlashSector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HostNorFlashSectorFactory(ITargetFlashAccess target)
HostNorFlashSectorFactory
target
- Method Detail |
---|
public IAddressableNorFlashSector create(int sectorNumber, int purpose)
INorFlashSectorFactory
IAddressableNorFlashSector
create
in interface INorFlashSectorFactory
sectorNumber
- The unique number to associate with the new sectorpurpose
- The intended use of the new sector. Normally one of
INorFlashSector.RMS_PURPOSED
,
INorFlashSector.SYSTEM_PURPOSED
or
INorFlashSector.USER_PURPOSED
IAddressableNorFlashSector
INorFlashSectorFactory.create(int, int)
|
SunSPOT host API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |