nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.transfer
/
UploadProgress
Upload
Progress
data
class
UploadProgress
(
val
offset
:
Int
,
val
size
:
Int
,
val
timestamp
:
Long
=
System.currentTimeMillis()
)
Members
Constructors
Upload
Progress
Link copied to clipboard
constructor
(
offset
:
Int
,
size
:
Int
,
timestamp
:
Long
=
System.currentTimeMillis()
)
Properties
offset
Link copied to clipboard
val
offset
:
Int
size
Link copied to clipboard
val
size
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Long