|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeviceOperationHandlerIF
Defines the interface for a coordinated operation that is managed with the device. For example log download or AGPS data upload.
Method Summary | |
---|---|
boolean |
analyseResponse(java.lang.Object o)
This method is called when a packet of some kind was received from the serial link. |
boolean |
notifyRun(GpsLinkHandler handler)
This method is called on regular intervals (every 10ms or so) so that this Handler can send commands to the device as needed. |
Method Detail |
---|
boolean notifyRun(GpsLinkHandler handler) throws BT747Exception
handler
- The handler to use the serial link.
BT747Exception
boolean analyseResponse(java.lang.Object o)
o
- The receive packet.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |