C# Class EGVDownloader.DownloadData

Exibir arquivo Open project: hackingtype1/cgm-simple-reader

Public Properties

Property Type Description
DidDownload bool

Public Methods

Method Description
DownloadData ( ) : System

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

Method Details

DownloadData() public method

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

Property Details

DidDownload public_oe property

Set for download success
public bool DidDownload
return bool