com.sun.spot.client.command
Class GetPowerStatsCmd.Result
java.lang.Object
com.sun.spot.client.command.GetPowerStatsCmd.Result
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GetPowerStatsCmd
public class GetPowerStatsCmd.Result
- extends Object
- implements Serializable
- See Also:
- Serialized Form
GetPowerStatsCmd.Result
public GetPowerStatsCmd.Result()
faultAsString
public String faultAsString(int fault)
statusAsString
public String statusAsString(int status)
toString
public String toString()
- Overrides:
toString
in class Object
getPctrlVersion
public String getPctrlVersion()
getIcharge
public int getIcharge()
getIdischarge
public int getIdischarge()
getImax
public int getImax()
getVbatt
public int getVbatt()
getVcc
public int getVcc()
getVcore
public int getVcore()
getVext
public int getVext()
getVusb
public int getVusb()
getPowerFaultCode
public int getPowerFaultCode()
getInterruptCode
public int getInterruptCode()
getStartuptime
public int getStartuptime()
getTime
public long getTime()
isExternallyPowered
public boolean isExternallyPowered()
Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.