MemfaultState

data class MemfaultState(val deviceStatus: DeviceState = DeviceState.Disconnected(), val uploadingStatus: UploadingStatus = UploadingStatus.Idle, val chunks: List<Chunk> = emptyList())

The state of the Memfault Observability feature.

Constructors

Link copied to clipboard
constructor(deviceStatus: DeviceState = DeviceState.Disconnected(), uploadingStatus: UploadingStatus = UploadingStatus.Idle, chunks: List<Chunk> = emptyList())

Properties

Link copied to clipboard

Total number of bytes uploaded.

Link copied to clipboard

A list of chunks that were received in this session.

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

Number of chunks that are ready to be uploaded.

Link copied to clipboard

The current status of the uploading process.