C# Class EGVDownloader.DownloadData

Afficher le fichier Open project: hackingtype1/cgm-simple-reader

Méthodes publiques

Свойство Type Description
DidDownload bool

Méthodes publiques

Méthode Description
DownloadData ( ) : System

Pretty straightforward use of Dexcom's API - receiver data gets parsed as needed

Method Details

DownloadData() public méthode

Pretty straightforward use of Dexcom's API - receiver data gets parsed as needed
public DownloadData ( ) : System
Résultat System

Property Details

DidDownload public_oe property

Set for download success
public bool DidDownload
Résultat bool