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

switch_core_ready_inbound() public static method

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