Class GllData
- Namespace
- Iot.Device.Common.GnssDevice
- Assembly
- Iot.Device.Common.GnssDevice.dll
Represents the GLL (Geographic Position - Latitude/Longitude) NMEA0183 data from a Gnss device.
public class GllData : NmeaData
- Inheritance
-
GllData
- Inherited Members
Constructors
GllData()
Initializes a new instance of the GllData class.
public GllData()
GllData(Location)
Initializes a new instance of the GllData class.
public GllData(Location location)
Parameters
location
LocationLocation information.
Properties
Location
Gets the location information in Global Navigation Satellite System (GNSS) coordinates.
public Location Location { get; }
Property Value
MessageId
Gets the NMEA message ID.
public override string MessageId { get; }
Property Value
Status
Gets the data status.
public Status Status { get; }
Property Value
Methods
Parse(string)
Parse for the specific data type.
public override NmeaData Parse(string inputData)
Parameters
inputData
stringThe input data string.
Returns
- NmeaData
An NmeaData.