SunSPOT host API V6.0


Package com.sun.spot.peripheral.radio

Support for using the Sun SPOT's radio.

See:
          Description

Interface Summary
I802_15_4_MAC Defines the portion of the I802.15.4 MAC layer specification that this library currently supports.
I802_15_4_PHY Defines the portion of the I802.15.4 PHY layer specification that this library currently supports.
IConnectionID Defines things that can be registered with IRadioPolicyManager
IProprietaryMAC  
IProprietaryRadio This interface represents the parts of the CC2420's functionality that are not exposed by the I802.15.4 PHY layer but are still useful.
IRadioPolicyManager  
 

Class Summary
BasestationManager BasestationManager This class manages a basestation SPOT that is to be shared between two or more host processes.
BasestationManager.DiscoverResult The result of discovering a shared basestation
BasestationManagerGUI Graphical user interface to BasestationManager.
RadioFactory Static factory for public access to the radio in various guises.
RadioPacket Represents an I802.15.4 radio packet.
RadioPolicy  
RadioPolicyManager  
SpotNameLookup  
 

Exception Summary
MAC_InvalidParameterException Thrown where an invalid parameter (typically attribute identifier, PAN id or channel number) is passed to an I802_15_4_MAC
MACException Thrown when an I802_15_4_MAC encounters unexpected errors in received radio packet format
PHY_InvalidParameterException Thrown when an invalid parameter is passed to an I802_15_4_PHY
PHY_UnsupportedAttributeException Thrown on an attempt to use an unsupported attribute using I802_15_4_PHY.plmeSet(int, int) or I802_15_4_PHY.plmeGet(int)
 

Package com.sun.spot.peripheral.radio Description

Support for using the Sun SPOT's radio. Includes both the driver for the physical hardware and the logical stack that sits above that. This stack implements a portion of 802.15.4 as well as supporting some higher level protocols.

See Also:
com.sun.squawk.io.j2me.radio, com.sun.squawk.io.j2me.radiogram

SunSPOT host API V6.0


Copyright © 2006-2010 Oracle. All Rights Reserved.