Serial port and GPS

OsmDldCfg.readCfg Method 

Reads configuration for the given stream.

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

Parameters

anStr
the stream from which to read the config.

Remarks

The opposite to writeCfg().

See Also

OsmDldCfg Class | serial Namespace | writeCfg