Serial port and GPS

CmdLineOpts.parse Method 

Parse the command line options.

[Visual Basic]
Public Shared Function parse( _
   ByVal args As String(), _
   ByVal icb As ICmdLineOpt _
) As Boolean
[C#]
public static bool parse(
   string[] args,
   ICmdLineOpt icb
);

Parameters

args
Array of command line options
icb
Object for callbacks

Return Value

true for success, false for errors

See Also

CmdLineOpts Class | serial Namespace