Edit

Share via


QuerySentence(TalkerId, TalkerId, SentenceId) Constructor

Definition

Constructs NMEA0183 query sentence

public QuerySentence (Iot.Device.Nmea0183.TalkerId requesterId, Iot.Device.Nmea0183.TalkerId deviceId, Iot.Device.Nmea0183.SentenceId requestedSentence);
new Iot.Device.Nmea0183.QuerySentence : Iot.Device.Nmea0183.TalkerId * Iot.Device.Nmea0183.TalkerId * Iot.Device.Nmea0183.SentenceId -> Iot.Device.Nmea0183.QuerySentence
Public Sub New (requesterId As TalkerId, deviceId As TalkerId, requestedSentence As SentenceId)

Parameters

requesterId
TalkerId

Talker identifier of the requester

deviceId
TalkerId

Talker identifier of the device

requestedSentence
SentenceId

Requested sentence

Applies to