FreeSWITCH.Native.freeswitch.switch_event_get_body C# (CSharp) 메소드

switch_event_get_body() 공개 정적인 메소드

public static switch_event_get_body ( switch_event arg0 ) : string
arg0 switch_event
리턴 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