|
SunSPOT host API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.spot.peripheral.radio.RadioFactory
public class RadioFactory
Static factory for public access to the radio in various guises.
Method Summary | |
---|---|
static void |
closeBaseStation()
Close down a local basestation, if any. |
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 I802_15_4_MAC |
getSocketMAC()
Answer the interface for accessing the socket MAC. |
static void |
setAsDaemonThread(Thread thread)
Set thread to be a daemon thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static I802_15_4_PHY getI802_15_4_PHY()
public static IProprietaryRadio getIProprietaryRadio()
public static I802_15_4_MAC getI802_15_4_MAC()
public static I802_15_4_MAC getSocketMAC()
public static void setAsDaemonThread(Thread thread)
thread
- to be converted to daemon statuspublic static void closeBaseStation()
|
SunSPOT host API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |