C# 클래스 EGVDownloader.DownloadData

파일 보기 프로젝트 열기: hackingtype1/cgm-simple-reader

공개 프로퍼티들

프로퍼티 타입 설명
DidDownload bool

공개 메소드들

메소드 설명
DownloadData ( ) : System

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

메소드 상세

DownloadData() 공개 메소드

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

프로퍼티 상세

DidDownload 공개적으로 프로퍼티

Set for download success
public bool DidDownload
리턴 bool