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

switch_channel_get_caller_profile() public static method

public static switch_channel_get_caller_profile ( SWIGTYPE_p_switch_channel channel ) : switch_caller_profile
channel SWIGTYPE_p_switch_channel
return 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