ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.SerialCommPortToString Method 

Converts SerialCommPort to string.

[Visual Basic]
Public Shared Function SerialCommPortToString( _
   ByVal SerialCommPort As SerialCommPort _
) As String
[C#]
public static string SerialCommPortToString(
   SerialCommPort port
);

Parameters

SerialCommPort
SerialCommPort value.

Return Value

String representation of the port.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace