|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.bt747.test.WPDeviceStrCommand
public class WPDeviceStrCommand
| Constructor Summary | |
|---|---|
WPDeviceStrCommand(java.lang.String cmd)
|
|
WPDeviceStrCommand(java.lang.String cmd,
int bufSize)
|
|
| Method Summary | |
|---|---|
void |
execute(GPSrxtx context)
Do what needs to be done for the specific command. |
boolean |
hasAck()
If true, requires acknowledge. |
boolean |
mustBeFirstInQueue()
Indicates if the transmit queue must be entirely purged before this command is sent (or not). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WPDeviceStrCommand(java.lang.String cmd)
public WPDeviceStrCommand(java.lang.String cmd,
int bufSize)
| Method Detail |
|---|
public final void execute(GPSrxtx context)
GpsLinkExecCommand
execute in interface GpsLinkExecCommandcontext - A reference to the link on which this command operates.public boolean mustBeFirstInQueue()
GpsLinkExecCommand
mustBeFirstInQueue in interface GpsLinkExecCommandpublic boolean hasAck()
GpsLinkExecCommand
hasAck in interface GpsLinkExecCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||