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

switch_core_ready() 공개 정적인 메소드

public static switch_core_ready ( ) : switch_bool_t
리턴 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