Function switch_event_xmlize

Source
pub unsafe extern "C" fn switch_event_xmlize(
    event: *mut switch_event_t,
    fmt: *const c_char,
    ...
) -> switch_xml_t
Expand description

\brief Render a XML representation of an event suitable for printing or network transport \param event the event to render \param fmt optional body of the event (varargs see standard sprintf family) \return the xml object if the operation was successful \note the body supplied by this function will supersede an existing body the event may have