echo

open fun echo(@Nullable echo: @Nullable String, @NotNull callback: @NotNull McuMgrCallback<McuMgrEchoResponse>)

Echo a string (asynchronous).

Parameters

echo

the string to echo.

callback

the asynchronous callback.


@NotNull
open fun echo(@Nullable echo: @Nullable String): @NotNull McuMgrEchoResponse

Echo a string (synchronous).

Return

The response.

Parameters

echo

the string to echo.

Throws