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

switch_caller_profile_dup() public static method

public static switch_caller_profile_dup ( SWIGTYPE_p_apr_pool_t pool, switch_caller_profile tocopy ) : switch_caller_profile
pool SWIGTYPE_p_apr_pool_t
tocopy switch_caller_profile
return switch_caller_profile
        public static switch_caller_profile switch_caller_profile_dup(SWIGTYPE_p_apr_pool_t pool, switch_caller_profile tocopy)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_caller_profile_dup(SWIGTYPE_p_apr_pool_t.getCPtr(pool), switch_caller_profile.getCPtr(tocopy));
            switch_caller_profile ret = (cPtr == IntPtr.Zero) ? null : new switch_caller_profile(cPtr, false);
            return ret;
        }
freeswitch