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

switch_time_ref() public static method

public static switch_time_ref ( ) : SWIGTYPE_p_switch_time_t
return 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