Interface IMultiSentenceMessage
Interface used for NMEA messages that span multiple sentences
Namespace: NmeaParser
Assembly: NmeaParser.dll
Syntax
public interface IMultiSentenceMessage
Properties
Name | Description |
---|---|
IsComplete | Gets a value indicating whether this message is fully loaded from all its sentences |
Methods
Name | Description |
---|---|
TryAppend(string, string[]) | Attempts to append one message to an existing one |
Applies
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
UWP | main, v3.0, v2.2, v2.1, v2.0 |
Xamarin.Android | v2.2, v2.1, v2.0 |
Xamarin.iOS | v2.2, v2.1, v2.0 |