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

switch_event_create_plain() public static method

public static switch_event_create_plain ( SWIGTYPE_p_p_switch_event arg0, switch_event_types_t event_id ) : switch_status_t
arg0 SWIGTYPE_p_p_switch_event
event_id switch_event_types_t
return switch_status_t
        public static switch_status_t switch_event_create_plain(SWIGTYPE_p_p_switch_event arg0, switch_event_types_t event_id)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_create_plain(SWIGTYPE_p_p_switch_event.getCPtr(arg0), (int)event_id);
            return ret;
        }
freeswitch