Sun SPOT API
Green Release  


com.sun.spot.peripheral.external
Interface IExternalBoard

All Known Implementing Classes:
AtmegaExternalBoard, AtmegaProtoBoard, EDemoBoard, ExternalBoard

public interface IExternalBoard


Method Summary
 Properties getProperties()
          Get the properties of this board.
 IFlashMemoryDevice getSerialFlash()
          Get the serial flash memory device
 void setProperties(Properties p)
          Set the properties of this board
 

Method Detail

getProperties

Properties getProperties()
Get the properties of this board.

Returns:
The properties or null if unable to read them

setProperties

void setProperties(Properties p)
                   throws IOException
Set the properties of this board

Parameters:
p - The properties to set.
Throws:
IOException

getSerialFlash

IFlashMemoryDevice getSerialFlash()
Get the serial flash memory device

Returns:
The memory as an IFlashMemoryDevice

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.