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

switch_event_serialize() public static method

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