Skip to main content

lyd_print_fd

Function lyd_print_fd 

Source
pub unsafe extern "C" fn lyd_print_fd(
    fd: c_int,
    root: *const lyd_node,
    format: Type,
    options: u32,
) -> Type
Expand description

@brief Print data tree in the specified format.

@param[in] fd File descriptor where to print the data. @param[in] root The root element of the (sub)tree to print. @param[in] format Output format. @param[in] options [Data printer flags](@ref dataprinterflags). @return LY_ERR value.