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

switch_core_session_get_dmachine() public static method

public static switch_core_session_get_dmachine ( SWIGTYPE_p_switch_core_session session, switch_digit_action_target_t target ) : SWIGTYPE_p_switch_ivr_dmachine
session SWIGTYPE_p_switch_core_session
target switch_digit_action_target_t
return SWIGTYPE_p_switch_ivr_dmachine
        public static SWIGTYPE_p_switch_ivr_dmachine switch_core_session_get_dmachine(SWIGTYPE_p_switch_core_session session, switch_digit_action_target_t target)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_session_get_dmachine(SWIGTYPE_p_switch_core_session.getCPtr(session), (int)target);
            SWIGTYPE_p_switch_ivr_dmachine ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_switch_ivr_dmachine(cPtr, false);
            return ret;
        }
freeswitch