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

switch_core_flags() public static method

public static switch_core_flags ( ) : uint
return uint
        public static uint switch_core_flags()
        {
            uint ret = freeswitchPINVOKE.switch_core_flags();
            return ret;
        }
freeswitch