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

switch_event_set_body() public static method

public static switch_event_set_body ( switch_event arg0, string body ) : switch_status_t
arg0 switch_event
body string
return switch_status_t
        public static switch_status_t switch_event_set_body(switch_event arg0, string body)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_set_body(switch_event.getCPtr(arg0), body);
            return ret;
        }
freeswitch