Edit

Share via


QuerySentence Class

Definition

Represents NMEA0183 query sentence

public class QuerySentence
type QuerySentence = class
Public Class QuerySentence
Inheritance
QuerySentence

Constructors

QuerySentence(TalkerId, TalkerId, SentenceId)

Constructs NMEA0183 query sentence

Properties

DeviceId

The talker id of the device to query

RequestedSentence

The name of the sequence to request

RequesterId

The talker ID of the requester

Methods

FromSentenceString(String)

Reads NMEA0183 query sentence from provided string

ToString()

Returns a string that represents the current object.

Applies to