C# Class Tepeyac.Core.BurritoDayModel

Inheritance: IBurritoDayModel
Afficher le fichier Open project: ataranto/tepeyac

Méthodes publiques

Méthode Description
BurritoDayModel ( IFiber fiber, IWebClient client ) : System
Refresh ( ) : void

Private Methods

Méthode Description
PollLocation ( ) : void
PollState ( ) : void
StartLocationPolling ( System.TimeSpan interval ) : void
StopLocationPolling ( ) : void
TryParseDistance ( string data, string &location, System.TimeSpan &duration, int &meters ) : bool
TryParseLocation ( string data, double &latitude, double &longitude ) : bool
TryParseState ( string data, BurritoDayState &state ) : bool

Method Details

BurritoDayModel() public méthode

public BurritoDayModel ( IFiber fiber, IWebClient client ) : System
fiber IFiber
client IWebClient
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void