C# Class Microsoft.Practices.Phone.Testing.MockCompass

Inheritance: ICompass
Afficher le fichier Open project: follesoe/TestableGeoTrackerDemo Class Usage Examples

Méthodes publiques

Méthode Description
ChangeCurrentValue ( double headingAccuracy, double magneticHeading, Vector3 magnetometerReading, DateTimeOffset timestamp, double trueHeading ) : void
Dispose ( ) : void
RaiseCalibrate ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

ChangeCurrentValue() public méthode

public ChangeCurrentValue ( double headingAccuracy, double magneticHeading, Vector3 magnetometerReading, DateTimeOffset timestamp, double trueHeading ) : void
headingAccuracy double
magneticHeading double
magnetometerReading Vector3
timestamp DateTimeOffset
trueHeading double
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RaiseCalibrate() public méthode

public RaiseCalibrate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void