[in] | srvc | A pointer to a service definition object. |
[in] | req | A pointer to the (zcbor) structure holding the request to be sent. |
[out] | decoded_rsp | A pointer to a (zcbor) structure, allocated by the caller, that the response will be decoded into. |
[out] | rsp_pkt | Holds the address of the response packet upon return. Used with ssf_client_decode_done to free the response packet. This is only necessary if the response contains a CBOR bstr or tstr. If the response does not contain a CBOR bstr or tstr, set this to NULL to have the function free the response before returning. |