|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
edu.uiuc.cs.seclab.modem.xbee.XBeeParamCmd
edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd
edu.uiuc.cs.seclab.modem.xbee.XBeeByteParamCmd
edu.uiuc.cs.seclab.modem.xbee.XBeeBoolParamCmd
public abstract class XBeeBoolParamCmd
Many byte parameters actually represent boolean values.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd |
|---|
XBeeNumParamCmd.Representation |
| Nested classes/interfaces inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd |
|---|
XBeeAtCmd.Mode |
| Field Summary |
|---|
| Fields inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd |
|---|
HEX_CHARS_PER_BYTE, PT_RADIX |
| Constructor Summary | |
|---|---|
XBeeBoolParamCmd()
|
|
| Method Summary | |
|---|---|
int |
getMaxVal()
Return the maximum value supported by parameter |
int |
getMinVal()
Return the minimum value supported by parameter |
protected abstract void |
localSetVal(boolean bool)
|
void |
localSetVal(byte b)
|
void |
setBool(boolean val)
|
| Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeByteParamCmd |
|---|
getApiParamLength, getRawSetterParams, getSetterVal, localSetVal, marshalApiSetterParams, marshalPtSetterParams, unmarshalApiGetterParams, unmarshalPtGetterParams |
| Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd |
|---|
getDefVal, getRepresentation, marshalApiSetterParams, setVal |
| Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeParamCmd |
|---|
clone, convertApiResponse, getApiParams, isReadOnly, parmEq, unmarshalRespParams |
| Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd |
|---|
getAtCmd, getPktImpl, getShortDesc, processResp |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XBeeBoolParamCmd()
| Method Detail |
|---|
public int getMaxVal()
XBeeNumParamCmd
getMaxVal in class XBeeByteParamCmdpublic int getMinVal()
XBeeNumParamCmd
getMinVal in class XBeeByteParamCmdprotected abstract void localSetVal(boolean bool)
public final void localSetVal(byte b)
throws ModemException
localSetVal in class XBeeByteParamCmdModemExceptionpublic void setBool(boolean val)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||