Sun SPOT API
Green Release  


Package com.sun.spot.peripheral.ota

Interfaces and classes supporting Over-The-Air (OTA) commands and deployment.

See:
          Description

Interface Summary
IConfigPageModifier  
IOTACommandServerListener This interface must be supported by any object that wishes to receive notifications from a OTACommandServer.

The purpose of this interface is to allow applications to take some action - eg suspend - while over-the-air downloads are in progress.

To register as a listener:

...
OTACommandServer spotMon = Spot.getInstance().getOTACommandServer();
spotMon.addListener(this);
...
IOutputStreamFactory  
ISpotClientConstants Constants describing commands and status information used for communication between debug/spot client and bootloader.
 

Class Summary
BoundedFlashOutputStream  
OTACommandServer This class monitors radiogram communications (see RadiogramConnection) on port number 8, and responds to commands received.
SignedConfigOutputStream  
 

Package com.sun.spot.peripheral.ota Description

Interfaces and classes supporting Over-The-Air (OTA) commands and deployment.


Sun SPOT API
Green Release  


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