.id = (CONFIG_SSF_##_srvc_name##_SERVICE_ID), \
.
version = (CONFIG_SSF_##_srvc_name##_SERVICE_VERSION), \
.req_buf_size = (CONFIG_SSF_##_srvc_name##_SERVICE_BUFFER_SIZE) \
}
int(* request_encoder)(uint8_t *payload, size_t payload_len, void *input, size_t *payload_len_out)
SSF request encode function prototype. Function of this type are typically generated from cddl with z...
Definition ssf_client.h:27
int(* response_decoder)(const uint8_t *payload, size_t payload_len, void *result, size_t *payload_len_out)
SSF response decode function prototype. Function of this type are typically generated from cddl with ...
Definition ssf_client.h:34
uint16_t version
Definition ssf_client.h:44
response_decoder rsp_decode
Definition ssf_client.h:48
SSF service definition (client).
Definition ssf_client.h:40
Define a read-only service definition object.