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

switch_event_serialize_json() public static method

public static switch_event_serialize_json ( switch_event arg0, string &str ) : switch_status_t
arg0 switch_event
str string
return switch_status_t
        public static switch_status_t switch_event_serialize_json(switch_event arg0, ref string str)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_serialize_json(switch_event.getCPtr(arg0), ref str);
            return ret;
        }
freeswitch