nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ suit_get_supported_manifest_roles()

suit_ssf_err_t suit_get_supported_manifest_roles ( suit_manifest_role_t *  roles,
size_t *  size 
)

Get an array of supported manifest roles.

Parameters
[out]rolesArray of structures containing manifest roles.
[in,out]sizeAs input - maximal amount of elements an array can hold, as output - amount of stored elements.
Return values
SUIT_PLAT_SUCCESSif successful.
SUIT_PLAT_ERR_INVALif input parameters are invalid.
SUIT_PLAT_ERR_SIZEif the input array is too small to store all information.
SUIT_PLAT_ERR_IPCin case of SSF protocol error.