showNext

@Nullable
open fun showNext(@NotNull state: @NotNull LogManager.State): @Nullable McuMgrLogResponse

Get the next set of logs from a log state and return the response (synchronous). This method does not update the log state and only collects as many logs as can fit into a single response.

Return

The show response.

Parameters

state

The state to get logs from.