projectKey

open fun projectKey(@NotNull callback: @NotNull McuMgrCallback<MemfaultProjectKeyResponse>)

The command allows to get the Project Key required for Memfault OTA (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun projectKey(): @NotNull MemfaultProjectKeyResponse

The command allows to get the Project Key required for Memfault OTA (synchronous).

Return

The response.

Throws