coreLoad

open fun coreLoad(offset: Int, @NotNull callback: @NotNull McuMgrCallback<McuMgrCoreLoadResponse>)

Core load (asynchronous).

Parameters

offset

offset.

callback

the asynchronous callback.


@NotNull
open fun coreLoad(offset: Int): @NotNull McuMgrCoreLoadResponse

Core load (synchronous).

Return

The response.

Parameters

offset

offset.

Throws