ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.SendUnicodeString Method 

Sends a UTF16 string to the GPS receiver.

[Visual Basic]
Public Sub SendUnicodeString( _
   ByVal String As String _
)
[C#]
public void SendUnicodeString(
   String text
);

Parameters

String
String to be sent.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace