VLDDiabetesEvent

Represents the condition the user was in when taking a reading.

Definition

typedef NS_ENUM(NSUInteger, VLDDiabetesEvent ) {
   VLDDiabetesEventNoEvent = 0,
   VLDDiabetesEventExercise = 3,
   VLDDiabetesEventSick = 4,
   VLDDiabetesEventMedication = 5,
   VLDDiabetesEventOther = 6,
};

Constants

VLDDiabetesEventNoEvent

No event data provided.

VLDDiabetes.h.

VLDDiabetesEventExercise

Reading was taken while or immediately following exercise.

VLDDiabetes.h.

VLDDiabetesEventSick

Reading was taken while sick.

VLDDiabetes.h.

VLDDiabetesEventMedication

Reading was taken after taking medication.

VLDDiabetes.h.

VLDDiabetesEventOther

Other condition.

VLDDiabetes.h.

VLDDiabetes.h