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

◆ dect_net_l2_shell_print_fn_t

typedef void(* dect_net_l2_shell_print_fn_t) (const struct shell *shell, const char *fmt,...)

Print function pointer type matching shell_print signature.

Parameters
shellShell instance (can be NULL if not using shell).
fmtFormat string.
...Variable arguments.