ZylGPSReceiver.NET
GPSReceiver.SendUTF8String Method
Sends a UTF8 string to the GPS receiver.
[Visual Basic]
Public Sub SendUTF8String( _
ByVal
String
As
String
_
)
[C#]
public
void
SendUTF8String(
String
text
);
Parameters
String
String to be sent.
See Also
GPSReceiver Class
|
ZylGPSReceiver Namespace