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

switch_event_name() public static method

public static switch_event_name ( switch_event_types_t arg0 ) : string
arg0 switch_event_types_t
return string
        public static string switch_event_name(switch_event_types_t arg0)
        {
            string ret = freeswitchPINVOKE.switch_event_name((int)arg0);
            return ret;
        }
freeswitch