NmeaSentence.ReplacesOlderInstance Property
Definition
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.
True if an instance of this message type can be discarded if a newer instance of the same message type is available. Used to prevent buffer overflow on outgoing streams.
public abstract bool ReplacesOlderInstance { get; }
member this.ReplacesOlderInstance : bool
Public MustOverride ReadOnly Property ReplacesOlderInstance As Boolean