Class NmeaMessageTypeAttribute
Nmea message attribute type used on concrete NmeaMessage implementations.
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class NmeaMessageTypeAttribute : Attribute
Remarks
The 5-character NmeaType indicates which message the class is meant to parse.
Set the first two characters to --
to make the message talker-independent.
Constructors
Name | Description |
---|---|
NmeaMessageTypeAttribute(string) | Initializes a new instance of the NmeaMessageTypeAttribute class. |
Properties
Name | Description |
---|---|
NmeaType | Gets the NMEA message type name. |
See Also
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 |