FreeSWITCH.Native.freeswitch.switch_channel_get_caller_profile C# (CSharp) Метод

switch_channel_get_caller_profile() публичный статический Метод

public static switch_channel_get_caller_profile ( SWIGTYPE_p_switch_channel channel ) : switch_caller_profile
channel SWIGTYPE_p_switch_channel
Результат switch_caller_profile
        public static switch_caller_profile switch_channel_get_caller_profile(SWIGTYPE_p_switch_channel channel)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_channel_get_caller_profile(SWIGTYPE_p_switch_channel.getCPtr(channel));
            switch_caller_profile ret = (cPtr == IntPtr.Zero) ? null : new switch_caller_profile(cPtr, false);
            return ret;
        }
freeswitch