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
LocalHour
Gets the local hour of the GNSS position.
public int LocalHour { get; }
Property Value
LocalMinute
Gets the local minute of the GNSS position.
public int LocalMinute { get; }
Property Value
MessageId
Gets the NMEA message ID.
public override string MessageId { 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.