SunSPOT API V3.0


com.sun.spot.peripheral.radio
Class RadioFactory

java.lang.Object
  extended by com.sun.spot.peripheral.radio.RadioFactory

public class RadioFactory
extends Object

Static factory for public access to the radio in various guises.


Method Summary
static void closeBaseStation()
           
static I802_15_4_MAC getI802_15_4_MAC()
          Answer the interface for dealing with the radio at the I802.15.4 MAC level.
static I802_15_4_PHY getI802_15_4_PHY()
          Answer the interface for dealing with the radio at the I802.15.4 PHY level.
static IProprietaryRadio getIProprietaryRadio()
          Answer the interface for dealing with the radio features not implemented within the I802.15.4 standard.
static void setAsDaemonThread(Thread thread)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getI802_15_4_MAC

public static I802_15_4_MAC getI802_15_4_MAC()
Answer the interface for dealing with the radio at the I802.15.4 MAC level.

Returns:
the radio MAC layer object

getI802_15_4_PHY

public static I802_15_4_PHY getI802_15_4_PHY()
Answer the interface for dealing with the radio at the I802.15.4 PHY level.

Returns:
the radio PHY layer object

getIProprietaryRadio

public static IProprietaryRadio getIProprietaryRadio()
Answer the interface for dealing with the radio features not implemented within the I802.15.4 standard.

Returns:
an object providing extended functionality not covered by 802.15.4 spec

setAsDaemonThread

public static void setAsDaemonThread(Thread thread)

closeBaseStation

public static void closeBaseStation()

SunSPOT API V3.0


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