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

switch_core_get_console() public static method

public static switch_core_get_console ( ) : SWIGTYPE_p_FILE
return SWIGTYPE_p_FILE
        public static SWIGTYPE_p_FILE switch_core_get_console()
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_get_console();
            SWIGTYPE_p_FILE ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_FILE(cPtr, false);
            return ret;
        }
freeswitch