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

switch_time_ref() 공개 정적인 메소드

public static switch_time_ref ( ) : SWIGTYPE_p_switch_time_t
리턴 SWIGTYPE_p_switch_time_t
        public static SWIGTYPE_p_switch_time_t switch_time_ref()
        {
            SWIGTYPE_p_switch_time_t ret = new SWIGTYPE_p_switch_time_t(freeswitchPINVOKE.switch_time_ref(), true);
            return ret;
        }
freeswitch