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

switch_time_set_nanosleep() public static method

public static switch_time_set_nanosleep ( switch_bool_t enable ) : void
enable switch_bool_t
return void
        public static void switch_time_set_nanosleep(switch_bool_t enable)
        {
            freeswitchPINVOKE.switch_time_set_nanosleep((int)enable);
        }
freeswitch