NtepCertificate

abstract class NtepCertificate(val certificationNumber: String, val model: String, val lengthD: Float, val widthD: Float, val heightD: Float, val temperatureRange: ClosedRange<Int>, val precisionSummary: String, val eventLogs: StateFlow<List<EventLog>>)

Constructors

Link copied to clipboard
constructor(certificationNumber: String, model: String, lengthD: Float, widthD: Float, heightD: Float, temperatureRange: ClosedRange<Int>, precisionSummary: String, eventLogs: StateFlow<List<EventLog>>)

Properties

Link copied to clipboard
Link copied to clipboard
val eventLogs: StateFlow<List<EventLog>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun emailEventLogs(recipient: String): Result<Boolean>
Link copied to clipboard
abstract suspend fun refreshEventLogs()
Link copied to clipboard
abstract suspend fun refreshPrecision()