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

switch_ivr_menu_stack_free() public static method

public static switch_ivr_menu_stack_free ( SWIGTYPE_p_switch_ivr_menu stack ) : switch_status_t
stack SWIGTYPE_p_switch_ivr_menu
return switch_status_t
        public static switch_status_t switch_ivr_menu_stack_free(SWIGTYPE_p_switch_ivr_menu stack)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_stack_free(SWIGTYPE_p_switch_ivr_menu.getCPtr(stack));
            return ret;
        }
freeswitch