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

switch_event_create_json() public static method

public static switch_event_create_json ( SWIGTYPE_p_p_switch_event arg0, string json ) : switch_status_t
arg0 SWIGTYPE_p_p_switch_event
json string
return switch_status_t
        public static switch_status_t switch_event_create_json(SWIGTYPE_p_p_switch_event arg0, string json)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_create_json(SWIGTYPE_p_p_switch_event.getCPtr(arg0), json);
            return ret;
        }
freeswitch