NmeaLogDataReader.StartDecode Method
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.
Start receiving messages from this interface. An implementation should open streams, connect to sockets or create receiver threads, as appropriate.
public override void StartDecode ();
override this.StartDecode : unit -> unit
Public Overrides Sub StartDecode ()