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

switch_ivr_menu_bind_action() public static method

public static switch_ivr_menu_bind_action ( SWIGTYPE_p_switch_ivr_menu menu, switch_ivr_action_t ivr_action, string arg, string bind ) : switch_status_t
menu SWIGTYPE_p_switch_ivr_menu
ivr_action switch_ivr_action_t
arg string
bind string
return switch_status_t
        public static switch_status_t switch_ivr_menu_bind_action(SWIGTYPE_p_switch_ivr_menu menu, switch_ivr_action_t ivr_action, string arg, string bind)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_bind_action(SWIGTYPE_p_switch_ivr_menu.getCPtr(menu), (int)ivr_action, arg, bind);
            return ret;
        }
freeswitch