C# Class EGVDownloader.DownloadData

Show file 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 property

Set for download success
public bool DidDownload
return bool