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

switch_event_get_body() public static method

public static switch_event_get_body ( switch_event arg0 ) : string
arg0 switch_event
return string
        public static string switch_event_get_body(switch_event arg0)
        {
            string ret = freeswitchPINVOKE.switch_event_get_body(switch_event.getCPtr(arg0));
            return ret;
        }
freeswitch