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

switch_core_flags() 공개 정적인 메소드

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