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

switch_core_init() 공개 정적인 메소드

public static switch_core_init ( uint flags, switch_bool_t console, string &err ) : switch_status_t
flags uint
console switch_bool_t
err string
리턴 switch_status_t
        public static switch_status_t switch_core_init(uint flags, switch_bool_t console, ref string err)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_init(flags, (int)console, ref err);
            return ret;
        }
freeswitch