Serial port and GPS

OsmDldTest.cmdlineopt Method 

Called for a successfully parsed command line option

[Visual Basic]
NotOverridable Public Function cmdlineopt( _
   ByVal anOptName As String, _
   ByVal anOptValue As String _
) As Boolean _
    Implements ICmdLineOpt.cmdlineopt
[C#]
public bool cmdlineopt(
   string anOptName,
   string anOptValue
);

Parameters

anOptName
The command line option name
anOptValue
The command line option value

Return Value

Missing <returns> documentation for M:serial.OsmDldTest.cmdlineopt(System.String,System.String)

Implements

ICmdLineOpt.cmdlineopt

See Also

OsmDldTest Class | serial Namespace