|
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.util.IEEEAddress
public class IEEEAddress
Constructor Summary | |
---|---|
IEEEAddress(long address)
|
|
IEEEAddress(String ieeeAddressString)
|
Method Summary | |
---|---|
String |
asDottedHex()
Generate a dotted hex string from an IEEE address |
long |
asLong()
|
boolean |
equals(Object anObject)
|
int |
hashCode()
|
static String |
toDottedHex(long address)
Convert a numeric address into a dotted-hex string |
static long |
toLong(String ieeeAddressString)
Convert a string representation of the address to a numeric value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IEEEAddress(long address)
public IEEEAddress(String ieeeAddressString)
Method Detail |
---|
public static String toDottedHex(long address)
address
- the address to convert
public static long toLong(String ieeeAddressString)
ieeeAddressString
- the string to convert
public String asDottedHex()
public long asLong()
public String toString()
toString
in class Object
public boolean equals(Object anObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
SunSPOT host API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |