State
data class State(val state: MonitoringAndDiagnosticsService.State = Disconnected(), val uploadingState: ChunkManager.State = Idle, val chunks: List<Chunk> = emptyList())
The state of the nRF Cloud Observability feature.
Constructors
Link copied to clipboard
constructor(state: MonitoringAndDiagnosticsService.State = Disconnected(), uploadingState: ChunkManager.State = Idle, chunks: List<Chunk> = emptyList())
Properties
Link copied to clipboard
Total number of bytes of pending chunks.
Link copied to clipboard
Total number of bytes uploaded.
Link copied to clipboard
Number of chunks that are ready to be uploaded.
Link copied to clipboard
Number of chunks uploaded to the cloud.
Link copied to clipboard
The configuration obtained from the device using GATT.
Link copied to clipboard
The current status of the Bluetooth LE connection.
Link copied to clipboard
The current status of the uploading process.