logsList

open fun logsList(@NotNull callback: @NotNull McuMgrCallback<McuMgrLogListResponse>)

List the log names on a device (asynchronous).

Note: this is the "log name" to pass into show to read logs.

Parameters

callback

the response callback.


@NotNull
open fun logsList(): @NotNull McuMgrLogListResponse

List the log names on a device (synchronous).

Note: this is the "log name" to pass into show to read logs.

Return

The response.

Throws