interface documentation
class INMEAReceiver(Interface): (source)
Known implementations: twisted.positioning.nmea.NMEAAdapter
An object that can receive NMEA data.
Method | sentence |
Method called when a sentence is received. |
Method called when a sentence is received.
Parameters | |
sentence | The received NMEA sentence. @type twisted.positioning.nmea.NMEASentence |