MemfaultProjectKeyResponse

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var projectKey: String
The Memfault Project Key.
Link copied to clipboard
open var rc: Int

Functions

Link copied to clipboard
open fun <T : McuMgrResponse?> buildCoapResponse(scheme: @NotNull McuMgrScheme, bytes: @NotNull Array<Byte>, header: @NotNull Array<Byte>, payload: @NotNull Array<Byte>, codeClass: Int, codeDetail: Int, type: Class<T>): @NotNull T
Link copied to clipboard
open fun <T : McuMgrResponse?> buildResponse(scheme: @NotNull McuMgrScheme, bytes: @NotNull Array<Byte>, type: @NotNull Class<T>): @NotNull T
Link copied to clipboard
open fun getBytes(): Array<Byte>
Link copied to clipboard
open fun getCoapCode(): Int
Link copied to clipboard
open fun getExpectedLength(scheme: @NotNull McuMgrScheme, bytes: @NotNull Array<Byte>): Int
Link copied to clipboard
open fun getHeader(): @Nullable McuMgrHeader
Link copied to clipboard
@Nullable
open fun getMemfaultReturnCode(): @Nullable MemfaultManager.ReturnCode
Link copied to clipboard
open fun getPayload(): @Nullable Array<Byte>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isSuccess(): Boolean
Link copied to clipboard
open fun toString(): @NotNull String