class INMEAReceiver(Interface): (source)
Known implementations: twisted.positioning.nmea.NMEAAdapter
Method | sentenceReceived |
Method called when a sentence is received. |
Parameters | |
sentence | The received NMEA sentence. @type twisted.positioning.nmea.NMEASentence |