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

◆ dect_net_l2_shell_vprint_fn_t

typedef void(* dect_net_l2_shell_vprint_fn_t) (const struct shell *shell, const char *fmt, va_list args)

Print function pointer type for variadic arguments.

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