Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.about
/
AboutRepository
/
NtepCertificate
Ntep
Certificate
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
>
>
)
Members
Constructors
Ntep
Certificate
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
certification
Number
Link copied to clipboard
val
certificationNumber
:
String
event
Logs
Link copied to clipboard
val
eventLogs
:
StateFlow
<
List
<
EventLog
>
>
height
D
Link copied to clipboard
val
heightD
:
Float
length
D
Link copied to clipboard
val
lengthD
:
Float
model
Link copied to clipboard
val
model
:
String
precision
Summary
Link copied to clipboard
val
precisionSummary
:
String
temperature
Range
Link copied to clipboard
val
temperatureRange
:
ClosedRange
<
Int
>
width
D
Link copied to clipboard
val
widthD
:
Float
Functions
email
Event
Logs
Link copied to clipboard
abstract
suspend
fun
emailEventLogs
(
recipient
:
String
)
:
Result
<
Boolean
>
refresh
Event
Logs
Link copied to clipboard
abstract
suspend
fun
refreshEventLogs
(
)
refresh
Precision
Link copied to clipboard
abstract
suspend
fun
refreshPrecision
(
)