Show / Hide Table of Contents

Method RegisterNmeaMessage

| Edit this page View Source

RegisterNmeaMessage(TypeInfo, string, bool)

Registers a specific NMEA Message type

Declaration
public static void RegisterNmeaMessage(TypeInfo typeInfo, string nmeaType = "", bool replace = false)
Parameters
Type Name Description
TypeInfo typeInfo

TypeInfo for the class being registered

string nmeaType

The 5-character NMEA Type name (eg GPGLL). If null, it'll expect the NmeaMessageTypeAttribute to be declared on the class.

bool replace

Set to true if you want to replace already registered type. Otherwise this method will throw.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0main, v3.0
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1, v2.0
UWPmain, v3.0
Xamarin.Androidv2.2, v2.1, v2.0
Xamarin.iOSv2.2, v2.1, v2.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX