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

switch_event_dup() public static method

public static switch_event_dup ( SWIGTYPE_p_p_switch_event arg0, switch_event todup ) : switch_status_t
arg0 SWIGTYPE_p_p_switch_event
todup switch_event
return switch_status_t
        public static switch_status_t switch_event_dup(SWIGTYPE_p_p_switch_event arg0, switch_event todup)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_dup(SWIGTYPE_p_p_switch_event.getCPtr(arg0), switch_event.getCPtr(todup));
            return ret;
        }
freeswitch