Class GlucoseRecordFilter

java.lang.Object
com.codename1.health.sensors.GlucoseRecordFilter

public final class GlucoseRecordFilter extends Object

Selects which stored records a glucose meter should replay, for SensorSession.requestStoredRecords(GlucoseRecordFilter).

Glucose meters keep hundreds of readings and hand them over only on request, through the Record Access Control Point (0x2A52) -- a small request/response protocol layered on top of GATT. This class is the portable description of such a request; the session drives the protocol and delivers each retrieved record through the normal sample listener.

  • Method Details