Serial port and GPS

OsmDldCfg.writeCfg Method 

Writes configuration to the given stream.

[Visual Basic]
Public Sub writeCfg( _
   ByVal anStr As StreamWriter _
)
[C#]
public void writeCfg(
   StreamWriter anStr
);

Parameters

anStr
the stream where to write the configuration.

Remarks

Format of the configuration written to the file:

  1. basename
  2. strminlat
  3. strmaxlat
  4. strminlon
  5. strmaxlon
  6. strsteplat
  7. strsteplon
  8. scale
  9. format
  10. mapnik format
  11. osmarender format
  12. osmarender zoom

See Also

OsmDldCfg Class | serial Namespace