FreeSWITCH.Native.freeswitch.switch_ivr_menu_stack_xml_add_custom C# (CSharp) Method

switch_ivr_menu_stack_xml_add_custom() public static method

public static switch_ivr_menu_stack_xml_add_custom ( SWIGTYPE_p_switch_ivr_menu_xml_ctx xml_menu_ctx, string name, SWIGTYPE_p_f_p_switch_ivr_menu_p_char_p_char_size_t_p_void__switch_ivr_action_t function ) : switch_status_t
xml_menu_ctx SWIGTYPE_p_switch_ivr_menu_xml_ctx
name string
function SWIGTYPE_p_f_p_switch_ivr_menu_p_char_p_char_size_t_p_void__switch_ivr_action_t
return switch_status_t
        public static switch_status_t switch_ivr_menu_stack_xml_add_custom(SWIGTYPE_p_switch_ivr_menu_xml_ctx xml_menu_ctx, string name, SWIGTYPE_p_f_p_switch_ivr_menu_p_char_p_char_size_t_p_void__switch_ivr_action_t function)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_stack_xml_add_custom(SWIGTYPE_p_switch_ivr_menu_xml_ctx.getCPtr(xml_menu_ctx), name, SWIGTYPE_p_f_p_switch_ivr_menu_p_char_p_char_size_t_p_void__switch_ivr_action_t.getCPtr(function));
            return ret;
        }

Same methods

freeswitch::switch_ivr_menu_stack_xml_add_custom ( SWIGTYPE_p_switch_ivr_menu_xml_ctx xml_menu_ctx, string name, SWIGTYPE_p_switch_ivr_menu_action_function_t function ) : switch_status_t
freeswitch