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

switch_loadable_module_create_interface() public static method

public static switch_loadable_module_create_interface ( switch_loadable_module_interface mod, switch_module_interface_name_t iname ) : SWIGTYPE_p_void
mod switch_loadable_module_interface
iname switch_module_interface_name_t
return SWIGTYPE_p_void
        public static SWIGTYPE_p_void switch_loadable_module_create_interface(switch_loadable_module_interface mod, switch_module_interface_name_t iname)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_loadable_module_create_interface(switch_loadable_module_interface.getCPtr(mod), (int)iname);
            SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);
            return ret;
        }
freeswitch