RawSentence Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This sentence type is used either if no better matching type is known or as placeholder for whole messages. This allows forwarding of messages even if we don't need/understand them.
public class RawSentence : Iot.Device.Nmea0183.Sentences.NmeaSentence
type RawSentence = class
inherit NmeaSentence
Public Class RawSentence
Inherits NmeaSentence
- Inheritance
Raw |
Creates an unknown sentence from a split of parameters |
Age |
Age of this message (Inherited from NmeaSentence) |
Date |
The time tag on this message (Inherited from NmeaSentence) |
Replaces |
This is false for this message type |
Sentence |
The sentence Id of this packet (Inherited from NmeaSentence) |
Talker |
The talker (sender) of this message (Inherited from NmeaSentence) |
Valid |
True if the contents of this message are valid / understood This is false if the message type could be decoded, but the contents seem invalid or there's no useful data (Inherited from NmeaSentence) |
Age |
The relative age of this sentence against a time stamp. Useful when analyzing recorded data, where "now" should also be a time in the past. (Inherited from NmeaSentence) |
Read |
Decodes the next field into a char (Inherited from NmeaSentence) |
Read |
Decodes the next field into an int (Inherited from NmeaSentence) |
Read |
Decodes the next field into a string (Inherited from NmeaSentence) |
Read |
Decodes the next field into a double (Inherited from NmeaSentence) |
To |
Translates the properties of this instance into an NMEA message (Inherited from NmeaSentence) |
To |
Returns the formatted payload |
To |
Gets an user-readable string about this message |
To |
Generates a readable instance of this string. Not overridable, use ToReadableContent() to override. (this is to prevent confusion with ToNmeaMessage().) Do not use this method to create an NMEA sentence. (Inherited from NmeaSentence) |
Product | Versions |
---|---|
.NET IoT Libraries | 2.1.0, 2.2.0 |