NmeaError Enum

Definition

Errors from the NMEA parser

public enum NmeaError
type NmeaError = 
Public Enum NmeaError
Inheritance
NmeaError

Fields

InvalidChecksum 2

The message checksum did not match. A missing checksum will not be reported as error

MessageDelayed 6

The message processing was delayed. A possible reason for this is if attempting to send to much data over a slow serial link.

MessageDropped 7

A message was dropped, because a newer message was already in the queue. This indicates an output buffer overrun.

MessageToLong 3

The message is to long

MessageToShort 1

A message was shorter than the minimal message size

None 0

Parsing was successful

NoSyncByte 4

There was no sync byte found

PortClosed 5

The communication stream is closed, no more data can be written

Applies to