Serial port and GPS

OsmDldTest.unknownopt Method 

Called for non parseable command line option

[Visual Basic]
NotOverridable Public Function unknownopt( _
   ByVal anOpt As String _
) As Boolean _
    Implements ICmdLineOpt.unknownopt
[C#]
public bool unknownopt(
   string anOpt
);

Parameters

anOpt
Ignored

Return Value

Always false

Implements

ICmdLineOpt.unknownopt

See Also

OsmDldTest Class | serial Namespace