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

switch_event_bind_removable() public static method

public static switch_event_bind_removable ( string id, switch_event_types_t arg1, string subclass_name, SWIGTYPE_p_f_p_switch_event__void callback, SWIGTYPE_p_void user_data, SWIGTYPE_p_p_switch_event_node node ) : switch_status_t
id string
arg1 switch_event_types_t
subclass_name string
callback SWIGTYPE_p_f_p_switch_event__void
user_data SWIGTYPE_p_void
node SWIGTYPE_p_p_switch_event_node
return switch_status_t
        public static switch_status_t switch_event_bind_removable(string id, switch_event_types_t arg1, string subclass_name, SWIGTYPE_p_f_p_switch_event__void callback, SWIGTYPE_p_void user_data, SWIGTYPE_p_p_switch_event_node node)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_bind_removable(id, (int)arg1, subclass_name, SWIGTYPE_p_f_p_switch_event__void.getCPtr(callback), SWIGTYPE_p_void.getCPtr(user_data), SWIGTYPE_p_p_switch_event_node.getCPtr(node));
            return ret;
        }
freeswitch