Logo
UNICENS V2.1.0-3491
User Manual and API Reference
typedef void(* Ucs_Lld_StopCb_t)(void *lld_user_ptr)

Notifies the LLD to stop/abort transmitting and receiving messages.

As soon as this function is called the low-level driver is not allowed to call any UNICENS API function.

Parameters
lld_user_ptrUser defined pointer which is provided in Ucs_Lld_Callbacks_t structure.