NmeaLogDataReader.DecodeInRealtime 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.
Set to true to replay a message stream in real time. The reader will generate messages with the same time difference as they originally had. The timestamp of the messages will be updated to the present.
public bool DecodeInRealtime { get; set; }
member this.DecodeInRealtime : bool with get, set
Public Property DecodeInRealtime As Boolean