FreeSWITCH.Native.freeswitch.switch_core_session_event_count C# (CSharp) 메소드

switch_core_session_event_count() 공개 정적인 메소드

public static switch_core_session_event_count ( SWIGTYPE_p_switch_core_session session ) : uint
session SWIGTYPE_p_switch_core_session
리턴 uint
        public static uint switch_core_session_event_count(SWIGTYPE_p_switch_core_session session)
        {
            uint ret = freeswitchPINVOKE.switch_core_session_event_count(SWIGTYPE_p_switch_core_session.getCPtr(session));
            return ret;
        }
freeswitch