jwo.landserf.process.gps.garmin
Interface GarminListener


public interface GarminListener

Listens for the transmission of packets from a Garmin GPS. Listener will receive all packets including ACKs ('acknowledge packets') and NAKs ('not acknowledged packets'). Only malformed packets will not pass through this listener.

Version:
2.3, 15th June, 2004
Author:
Jo Wood, based on the design by Henrik Sorensen (haas@itu.dk).

Method Summary
 void GarminPacketReceived(GarminPacket packet)
          Should be invoked when a packet received from the GPS.
 

Method Detail

GarminPacketReceived

void GarminPacketReceived(GarminPacket packet)
Should be invoked when a packet received from the GPS.

Parameters:
packet - Packet received from the GPS.


Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009