Edit

Share via


ProprietaryMessage.Matches(TalkerSentence) Method

Definition

Checks this message has the correct talker id

protected static bool Matches (Iot.Device.Nmea0183.TalkerSentence sentence);
static member Matches : Iot.Device.Nmea0183.TalkerSentence -> bool
Protected Shared Function Matches (sentence As TalkerSentence) As Boolean

Parameters

sentence
TalkerSentence

The sentence to check

Returns

True if this input sentence matches this message type (but be careful that this message type needs further division by arguments)

Applies to