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

switch_core_session_recv_dtmf() 공개 정적인 메소드

public static switch_core_session_recv_dtmf ( SWIGTYPE_p_switch_core_session session, switch_dtmf_t dtmf ) : switch_status_t
session SWIGTYPE_p_switch_core_session
dtmf switch_dtmf_t
리턴 switch_status_t
        public static switch_status_t switch_core_session_recv_dtmf(SWIGTYPE_p_switch_core_session session, switch_dtmf_t dtmf)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_recv_dtmf(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_dtmf_t.getCPtr(dtmf));
            return ret;
        }
freeswitch