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

switch_caller_profile_event_set_data() public static method

public static switch_caller_profile_event_set_data ( switch_caller_profile caller_profile, string prefix, switch_event arg2 ) : void
caller_profile switch_caller_profile
prefix string
arg2 switch_event
return void
        public static void switch_caller_profile_event_set_data(switch_caller_profile caller_profile, string prefix, switch_event arg2)
        {
            freeswitchPINVOKE.switch_caller_profile_event_set_data(switch_caller_profile.getCPtr(caller_profile), prefix, switch_event.getCPtr(arg2));
        }
freeswitch