C# Class NavigatorManaged.Navigator

Afficher le fichier Open project: vejuhust/msft-scooter Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
GetCurrentLocation ( ) : string
GetRoute ( string src, string des ) : List
LogLocation ( ) : Tuple
Navigator ( string portName = @"COM3" ) : System
getLatitude ( ) : double
getLongitude ( ) : double

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

GetCurrentLocation() public méthode

public GetCurrentLocation ( ) : string
Résultat string

GetRoute() public méthode

public GetRoute ( string src, string des ) : List
src string
des string
Résultat List

LogLocation() public méthode

public LogLocation ( ) : Tuple
Résultat Tuple

Navigator() public méthode

public Navigator ( string portName = @"COM3" ) : System
portName string
Résultat System

getLatitude() public méthode

public getLatitude ( ) : double
Résultat double

getLongitude() public méthode

public getLongitude ( ) : double
Résultat double