.id = (CONFIG_SSF_##_srvc_name##_SERVICE_ID), \
.
version = (CONFIG_SSF_##_srvc_name##_SERVICE_VERSION), \
}
int(* ssf_notif_decoder)(const uint8_t *payload, size_t payload_len, void *result, size_t *payload_len_out)
SSF notification decode function prototype. Functions of this type are typically generated from cddl ...
Definition ssf_client_notif.h:20
ssf_notif_handler handler
Definition ssf_client_notif.h:62
bool is_registered
Definition ssf_client_notif.h:66
uint16_t version
Definition ssf_client_notif.h:58
SSF notification listener.
Definition ssf_client_notif.h:54
Structure to hold an incoming notification. Decode with ssf_client_notif_decode.
Definition ssf_client_notif.h:27
Define a notification listener, that is used for invoking the correct handler function when receiving notifications from the server. The listener must be registered with ssf_client_notif_register before notifications can be received.