SunSPOT host API V3.0


Uses of Class
com.sun.spot.util.Properties

Packages that use Properties
com.sun.spot.peripheral Host applications use the same code as SPOT applications for tasks like radio communication. 
com.sun.spot.util Utility classes. 
 

Uses of Properties in com.sun.spot.peripheral
 

Methods in com.sun.spot.peripheral that return Properties
 Properties Spot.getPersistentProperties()
           
 Properties ISpot.getPersistentProperties()
          Get all the persistent properties, as held in the flash memory
 

Methods in com.sun.spot.peripheral with parameters of type Properties
 void Spot.setExternalBoardProperties(PeripheralChipSelect cs_pin, Properties p)
           
 void Spot.setPersistentProperties(Properties props)
           
 void ISpot.setPersistentProperties(Properties props)
          Set one or more persistent property in the flash memory
 void Spot.storeProperties(Properties props)
           
 void ISpot.storeProperties(Properties props)
          Replace the persistent properties held in the flash memory
 

Uses of Properties in com.sun.spot.util
 

Fields in com.sun.spot.util declared as Properties
protected  Properties Properties.defaults
          A property list that contains default values for any keys not found in this property list.
 

Constructors in com.sun.spot.util with parameters of type Properties
Properties(Properties defaults)
          Creates an empty property list with the specified defaults.
 


SunSPOT host API V3.0


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