Serial port and GPS

ICmdLineOpt.cmdlineopt Method 

Callback method for the parsed command line option

[Visual Basic]
Function cmdlineopt( _
   ByVal anOptName As String, _
   ByVal anOptValue As String _
) As Boolean
[C#]
bool cmdlineopt(
   string anOptName,
   string anOptValue
);

Parameters

anOptName
the option name
anOptValue
the option value, may be null, if the command line option has no value

Return Value

True if the command line parsing has to continue, false if the parser has to stop eg. due to wrong command line option names or values.

See Also

ICmdLineOpt Interface | serial Namespace