FreeSWITCH.Native.Event.GetEventType C# (CSharp) Method

GetEventType() public method

public GetEventType ( ) : string
return string
        public string GetEventType()
        {
            string ret = freeswitchPINVOKE.Event_GetEventType(swigCPtr);
            return ret;
        }