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

switch_loadable_module_get_api_interface() public static method

public static switch_loadable_module_get_api_interface ( string name ) : switch_api_interface
name string
return switch_api_interface
        public static switch_api_interface switch_loadable_module_get_api_interface(string name)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_loadable_module_get_api_interface(name);
            switch_api_interface ret = (cPtr == IntPtr.Zero) ? null : new switch_api_interface(cPtr, false);
            return ret;
        }
freeswitch