ZylGPSReceiver.NET

GPSReceiver.CheckSumOk Method 

Checks if the checksum of the sentence is valid.

[Visual Basic]
Public Shared Function CheckSumOk( _
   ByVal String As String _
) As Boolean
[C#]
public static bool CheckSumOk(
   String strNMEA
);

Parameters

String
The NMEA sentence.

Return Value

True if the checksum is valid, false otherwise.

See Also

GPSReceiver Class | ZylGPSReceiver Namespace