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

switch_core_ready() public static method

public static switch_core_ready ( ) : switch_bool_t
return switch_bool_t
        public static switch_bool_t switch_core_ready()
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_core_ready();
            return ret;
        }
freeswitch