Serial port and GPS

ICmdLineOpt.unknownopt Method 

Callback for an unknown command line option

[Visual Basic]
Function unknownopt( _
   ByVal anOpt As String _
) As Boolean
[C#]
bool unknownopt(
   string anOpt
);

Parameters

anOpt
Missing <param> documentation for anOpt

Return Value

Missing <returns> documentation for M:serial.ICmdLineOpt.unknownopt(System.String)

Remarks

An unknown command line option doesn't start with the command line option starting character.

See Also

ICmdLineOpt Interface | serial Namespace