Table of Contents

Class ZdaData

Namespace
Iot.Device.Common.GnssDevice
Assembly
Iot.Device.Common.GnssDevice.dll

Represents the ZDA (Timing MEssage) NMEA0183 data from a Gnss device.

public class ZdaData : NmeaData
Inheritance
ZdaData
Inherited Members

Constructors

ZdaData()

public ZdaData()

Properties

DateTime

Gets the time of the GNSS position.

public DateTime DateTime { get; }

Property Value

DateTime

LocalHour

Gets the local hour of the GNSS position.

public int LocalHour { get; }

Property Value

int

LocalMinute

Gets the local minute of the GNSS position.

public int LocalMinute { get; }

Property Value

int

MessageId

Gets the NMEA message ID.

public override string MessageId { get; }

Property Value

string

Methods

Parse(string)

Parse for the specific data type.

public override NmeaData Parse(string inputData)

Parameters

inputData string

The input data string.

Returns

NmeaData

An NmeaData.