FreeSWITCH.Native.freeswitch.switch_ivr_menu_stack_xml_init C# (CSharp) 메소드

switch_ivr_menu_stack_xml_init() 공개 정적인 메소드

public static switch_ivr_menu_stack_xml_init ( SWIGTYPE_p_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
xml_menu_ctx SWIGTYPE_p_p_switch_ivr_menu_xml_ctx
pool SWIGTYPE_p_apr_pool_t
리턴 switch_status_t
        public static switch_status_t switch_ivr_menu_stack_xml_init(SWIGTYPE_p_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_stack_xml_init(SWIGTYPE_p_p_switch_ivr_menu_xml_ctx.getCPtr(xml_menu_ctx), SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch