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

switch_ivr_digit_stream_parser_new() public static method

public static switch_ivr_digit_stream_parser_new ( SWIGTYPE_p_apr_pool_t pool, SWIGTYPE_p_p_switch_ivr_digit_stream_parser parser ) : switch_status_t
pool SWIGTYPE_p_apr_pool_t
parser SWIGTYPE_p_p_switch_ivr_digit_stream_parser
return switch_status_t
        public static switch_status_t switch_ivr_digit_stream_parser_new(SWIGTYPE_p_apr_pool_t pool, SWIGTYPE_p_p_switch_ivr_digit_stream_parser parser)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_digit_stream_parser_new(SWIGTYPE_p_apr_pool_t.getCPtr(pool), SWIGTYPE_p_p_switch_ivr_digit_stream_parser.getCPtr(parser));
            return ret;
        }
freeswitch