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.
Command allows to retrieve status of an existing file from specified path of a target device (synchronous).
Parameters
name
the file name.