Click or drag to resize

BaseGpsReceiverAddSentenceTerminatorToNmea Method

Adds sentence terminator (usually CR-LF) to an NMEA sentence.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public string AddSentenceTerminatorToNmea(
	string nmea
)

Parameters

nmea  String
The NMEA sentence without terminator.

Return Value

String
NMEA sentence with terminator.
See Also