TcpGpsReceiverUploadRoute(String) Method |
It uploads a route.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic void UploadRoute(
string route
)
Public Sub UploadRoute (
route As String
)
Dim instance As TcpGpsReceiver
Dim route As String
instance.UploadRoute(route)
public:
void UploadRoute(
String^ route
)
member UploadRoute :
route : string -> unit
public void UploadRoute(
String route
)
public function UploadRoute(
route : String
)
function UploadRoute(route);
METHOD UploadRoute(
route AS STRING
) AS VOID
No code example is currently available or this language may not be supported.
Parameters
- route String
-
Contains the comma separated list of the waypoints.
See Also