moduleList

open fun moduleList(@NotNull callback: @NotNull McuMgrCallback<McuMgrModuleListResponse>)

List the log modules on a device (asynchronous).

Note: This is NOT the log name to use to pass into show.

Parameters

callback

the response callback.


@NotNull
open fun moduleList(): @NotNull McuMgrModuleListResponse

List the log modules on a device (synchronous).

Note: This is NOT the log name to use to pass into show.

Return

The response.

Throws