GLSRecord

data class GLSRecord(    val sequenceNumber: Int,     val time: Calendar? = null,     val glucoseConcentration: Float? = null,     val unit: ConcentrationUnit? = null,     val type: RecordType? = null,     val status: GlucoseStatus? = null,     val sampleLocation: SampleLocation? = null,     val contextInformationFollows: Boolean) : Parcelable

Constructors

Link copied to clipboard
constructor(    sequenceNumber: Int,     time: Calendar? = null,     glucoseConcentration: Float? = null,     unit: ConcentrationUnit? = null,     type: RecordType? = null,     status: GlucoseStatus? = null,     sampleLocation: SampleLocation? = null,     contextInformationFollows: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: GlucoseStatus? = null
Link copied to clipboard
val time: Calendar? = null
Link copied to clipboard
val type: RecordType? = null
Link copied to clipboard
val unit: ConcentrationUnit? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)