status

open fun status(@NotNull name: @NotNull String, @NotNull callback: @NotNull McuMgrCallback<McuMgrFsStatusResponse>)

Command allows to retrieve status of an existing file from specified path of a target device (asynchronous).

Parameters

name

the file name.

callback

the asynchronous callback.


open fun status(@NotNull name: @NotNull String): McuMgrFsStatusResponse

Command allows to retrieve status of an existing file from specified path of a target device (synchronous).

Parameters

name

the file name.